icon: rocket order: 10
Welcome to the Google Summer of Code 2026 application guide for pocketpy. We are recruiting a student who is passionate about vibe coding and mobile game development.
See Project Ideas for more details about the project.
To apply for this project, you need to satisfy the following prerequisites:
If you think you meet the prerequisites,
send an email to blueloveth@foxmail.com with the following information.
After you get a positive reply from us, you need to complete 1~2 pull requests to pocketpy's repository on GitHub. This is mandatory as it demonstrates your coding skills and commitment to the project. We will provide you a few good first issues to work on.
Once your pull requests are merged, we will guide you to write a full proposal for the project you are going to work on during GSoC 2026. This proposal will be submitted to Google for review.
First, you need to install these tools:
gcc is already installed. If you are on Windows, you can install Visual Studio with C/C++ development tools.pip install cmake to install it.Then, clone pocketpy sources from github and try to build:
git clone https://github.com/pocketpy/pocketpy
cd pocketpy
python cmake_build.py
If everything goes well, you will get a main executable (main.exe on Windows) in the root directory of pocketpy.
Simply run it and you will enter pocketpy's REPL.
pocketpy 2.1.7 (Jan 7 2026, 16:42:45) [64 bit] on darwin
https://github.com/pocketpy/pocketpy
Type "exit()" to exit.
>>>
>>> "Hello, world"
'Hello, world'
See Coding Style Guide.