PowerCode
Documentation
Everything you need to understand PowerCode — a multiplatform IDE built for real development on phones, tablets, and desktops.
Terminal (Termux-based)
PowerCode includes a multi-tab terminal so you can run real development workflows from the IDE. On Android, the terminal is powered by Termux — giving you a Linux environment with packages under $PREFIX, familiar shell tooling, and project-scoped sessions when you need them.
Termux on Android
Use Termux-based Linux tooling, package management (apt/pkg), and shell utilities tailored for the mobile environment.
Multi-tab sessions
Open multiple terminal tabs, keep long-running processes visible, and switch between tasks without losing context.
Project-scoped work
Optionally scope the terminal to your project directory so commands stay close to the code you are editing.
Configure and run a frontend app
Use the terminal to install the tools you need and run a Next.js app from your project.
pkg is the command used to install packages — similar to apt install.
Next.js support
Only Next.js 16.2.12 is supported today. Use this version when creating or running your app.
Supported platforms
Native Next.js binaries are available for x64, ia32, arm, and arm64.
Run these commands in order
- 1
pkg update - 2
pkg install node - 3
pkg install yarn
After these steps, you can install project dependencies with yarn and start the frontend from the project directory.
Ready to explore?
Head back to the product overview or switch language anytime from the header.
PowerCode