Home
Docs/Installation

Installation & Getting Started

Download Pocket Code, start your first session, and get familiar with the 9 built-in modules.

System requirements

Android7.0 (Nougat) or higher
RAM2 GB minimum
Storage150 MB free
InternetOptional β€” most features work offline

Installation

  1. 1Open Google Play Store on your Android device.
  2. 2Search "Pocket Code IDE" or tap the download button.
  3. 3Tap "Install" and wait for it to finish.
  4. 4Open the app from your launcher.
Download on Google Play

First launch

The first time you open Pocket Code you must create an account or sign in. Registration is free and only requires an email address (or a Google/GitHub account). Without an account you cannot access the app.

⚠ An account is required. There is no guest mode or offline use without prior registration.

Register with email

  • Enter email and password
  • Verify your email with the sent link
  • Done β€” full app access

OAuth (Google / GitHub)

  • Tap the Google or GitHub button
  • Authorize access in the browser
  • Account is created automatically

Interface overview

Pocket Code organizes all its tools in a bottom navigation bar with 9 modules. You can switch between them at any time without losing the context of what you were doing.

Bottom navigation bar

01Code Editor
02Terminal Linux & SSH
03API Tester
04Database
05Visual Designer
06Marketplace
07AI & AI Office
08Workflows
09Settings

Your first project

  1. 1Open the Code Editor (icon 01 in the bottom bar).
  2. 2Tap the "+" button to create a new project.
  3. 3Choose project type: empty, template, or clone from Git.
  4. 4Create a new file and start writing code.
  5. 5Use the terminal button to run your code.