Skip to content
@vitasdk

Vita SDK

Chat: https://discord.gg/AQc7KWG | Getting started: https://vitasdk.org/

VitaSDK logo

VitaSDK

Open-source SDK and toolchain for PlayStation Vita homebrew development.

Website · API Documentation · Samples · Packages

VitaSDK is an independent community project providing the compiler toolchain, system headers, libraries, build tools, packages, and infrastructure used to develop software for the PlayStation Vita.

VitaSDK is not affiliated with or endorsed by Sony Interactive Entertainment.

Quick Start

Set the SDK location and add its tools to your PATH:

export VITASDK=/usr/local/vitasdk
export PATH=$VITASDK/bin:$PATH

Bootstrap VitaSDK using vdpm:

git clone https://github.com/vitasdk/vdpm
cd vdpm
./bootstrap-vitasdk.sh

Check the installation:

vdpm status

Then take a look at the samples and the VitaSDK API documentation.

For platform-specific installation instructions, Docker, package management, updates, and other documentation, see vitasdk.org.

Core Repositories

Tools

  • vdpm — VitaSDK package and installation management
  • vita-makepkg — package building tools

Project Infrastructure

Most users do not need these repositories directly, but they support VitaSDK development, packaging, builds, and distribution.

Contributing

Contributions are welcome.

Project-wide and other significant decisions use the RFC process defined in VitaSDK Governance.

Bug reports, code, documentation, testing, reviews, and technical discussion are all valuable ways to contribute.

Pinned Loading

  1. vdpm vdpm Public

    SDK installer and package "manager" for $VITASDK

    Shell 269 65

  2. samples samples Public

    Sample code.

    C 360 72

  3. vita-headers vita-headers Public

    Documentation:

    C 243 91

  4. vita-toolchain vita-toolchain Public

    C 295 86

  5. packages packages Public

    Shell 67 60

Repositories

Showing 10 of 18 repositories

Top languages

Loading…

Most used topics

Loading…