๐Ÿฆ€ Built with Rust ยท Made in Indonesia

Force Build
Android Apps

Ultra-lightweight project generator โ€” no heavy IDE, no complicated setup. Built for Potato PCs ๐Ÿฅ” that still want the latest Android API.

Android API 37Jetpack ComposeOpenJDK 25Proprietary
โ€”
Projects Created
โ€”
Tools Used
paksa-tools breakdown
๐Ÿš€Run Debugโ€”
๐Ÿ’ŽBuild Releaseโ€”
๐Ÿ”‘Keygenโ€”
๐Ÿ›Logcatโ€”
๐Ÿ‘€Watch Modeโ€”
๐Ÿ“กADB Wi-Fiโ€”
๐Ÿ“ฆSmart Pushโ€”
๐ŸงนCleanโ€”
paksa โ€” terminal
โฏ paksa
โ–‹

โฌ‡ Download PAKSA

Loading release info...

Windows
Windows 10 / 11 ยท x64
Loading...
Download Windows
Linux
Ubuntu / Debian / Arch ยท x64
Loading...
Download Linux

โœจ Why PAKSA?

Everything you hate about Android setup โ€” already handled.

๐Ÿšซ

Pure CLI Build

Runs purely on Gradle and Command-Line. RAM stays safe!

๐Ÿ“ฆ

100% Portable Toolchain

Never pollutes PATH, JAVA_HOME, or ANDROID_HOME.

๐Ÿ’พ

Portable Cache Manager

Gradle cache redirected to tools/.gradle_cache to keep your system drive clean.

โšก

Ultra-Fast Native Engine

Download, extract, replace package name โ€” instant at RAM level.

๐Ÿ‘€

Watch Mode

Auto-rebuild on every Ctrl+S. Perfect for rapid iteration.

๐Ÿ”„

Smart Auto-Uninstall

Detects install conflicts and performs a clean install automatically.

๐Ÿ›

Smart Crash Parser

Filters ADB crash logs by package & PID, points to the exact error line.

๐Ÿ“ก

Smart ADB Wi-Fi

Stable wireless ADB connection via Local Web Server Tunneling.

๐Ÿค–

PAKSA AI Assistant

Generate MainActivity, Layout, Theme, Manifest from plain human instructions.

๐ŸŒ

Multi-Language Interface

CLI interface available in Indonesian & English. Switch via paksa_config.json.

๐Ÿ› ๏ธ One-Time Setup

Just 1 click. ~500MB - 900MB.

1
Download & extract
Download from the Download section above
2
Run setup
setup.exe # Windows ./setup # Linux
3
Create new project
paksa
4
Open in VS Code & build
cd MyApp && code . # Ctrl+Shift+B โ†’ choose task

๐Ÿค– PAKSA AI Assistant Beta

Type your idea, AI generates complete compile-ready code โ€” MainActivity, Layout, Theme, Manifest, auto-inject Gradle dependencies.

Google AI StudioGemini โ€” Free & Fast
{ "api_url": "https://generativelanguage...", "api_key": "AIzaSy...", "model": "gemini-2.5-flash", "language": "en" }
OpenRouterDeepSeek, Claude, Llama
{ "api_url": "https://openrouter.ai/...", "api_key": "sk-or-v1-...", "model": "google/gemini-2.5-flash", "language": "en" }

๐ŸŽฎ Build Tasks Ctrl+Shift+B

Automatically integrated in VS Code for every new project.

1
๐Ÿš€
Run Debug

Build APK โ†’ install to device โ†’ auto launch

2
๐Ÿ’Ž
Build Release

Signed APK + AAB release, ready for Play Store

3
๐Ÿ”‘
Generate Keystore

Create .jks & save config to local.properties

4
๐Ÿ›
Error Log

Filter ADB crash log by package & PID

5
๐Ÿ‘€
Watch Mode

Auto-rebuild & reinstall on every file save

6
๐Ÿ“ก
ADB Wi-Fi

Wireless connection for Android 10 & 11+

7
๐Ÿ“ฆ
Push to Device

Transfer APK via Web Server + ADB Tunneling

8
๐Ÿงน
Clean Project

Delete build cache & output, start fresh

Built with โค๏ธ from Indonesia