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. See Contributing to VitaSDK for pull request, testing, and review requirements.

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 270 68

  2. samples samples Public

    Sample code.

    C 362 74

  3. vita-headers vita-headers Public

    Documentation:

    C 243 92

  4. vita-toolchain vita-toolchain Public

    C 295 87

  5. packages packages Public

    Shell 67 60

Repositories

Showing 10 of 18 repositories
  • vdpm Public

    SDK installer and package "manager" for $VITASDK

    vitasdk/vdpm's past year of commit activity
    Shell 270 LGPL-2.1 68 2 0 Updated Sep 7, 2026
  • .github Public

    VitaSDK organization profile, governance, and default community health files

    vitasdk/.github's past year of commit activity
    0 0 1 0 Updated Sep 3, 2026
  • newlib Public

    PS Vita Newlib port.

    vitasdk/newlib's past year of commit activity
    C 53 GPL-2.0 30 6 8 Updated Aug 31, 2026
  • buildscripts Public

    Build scripts for the toolchain.

    vitasdk/buildscripts's past year of commit activity
    Shell 65 MIT 49 1 1 Updated Aug 30, 2026
  • vitasdk/pthread-embedded's past year of commit activity
    C 3 24 0 1 Updated Aug 30, 2026
  • vitasdk/vita-toolchain's past year of commit activity
    C 295 MIT 87 13 (2 issues need help) 9 Updated Aug 30, 2026
  • vitasdk-web Public

    Public catalogue of the VitaSDK package repository, generated as static files

    vitasdk/vitasdk-web's past year of commit activity
    Python 0 MIT 0 0 0 Updated Aug 29, 2026
  • docker Public
    vitasdk/docker's past year of commit activity
    Shell 4 7 0 1 Updated Aug 29, 2026
  • vitasdk/vitasdk.github.io's past year of commit activity
    HTML 10 7 1 (1 issue needs help) 0 Updated Aug 29, 2026
  • autobuilds Public

    Check out releases for the latest builds

    vitasdk/autobuilds's past year of commit activity
    Shell 38 24 0 0 Updated Aug 29, 2026

Top languages

Loading…

Most used topics

Loading…