Turn any Android device into a private AI server, Git forge, and web host. No cloud. No Docker. No Proot. One command.
Get Started →Moltis orchestrates a full developer stack natively on Android's Ext4 partition — no emulation overhead, no permission hacks.
Multi-provider AI gateway with 340+ models from OpenRouter, Gemini, Groq, and Cerebras. Full MCP integrations, web chat UI, cron jobs, and memory.
A complete GitHub-style Git forge. Repositories, issues, pull requests, and Actions CI/CD — all powered by native SQLite on your device.
Zero-config static site hosting. Deploy docs, dashboards, and AI-generated reports instantly. Auto-HTTPS over Tailscale with real certificates.
Start, stop, and manage all three services with a single Termux command. Zero manual process management.
moltis-up
Start everything — AI gateway, Git forge, and web server. Kills stale processes, clears locks, and boots cleanly.
moltis-dev
Pro mode. Adds Mosh resilience, SSLH stealth multiplexing, and the full dev toolkit on top of moltis-up.
moltis-stop
Gracefully tear down all services. Cleans stale LevelDB locks from Forgejo.
moltis-update
Pull the latest scripts and configurations from the FULL branch.
moltis-fix-vscode
Auto-heal VS Code Server's Node.js binary for Android Bionic compatibility.
moltis-tunnel
Generate a temporary public Cloudflare URL when you're away from your Tailnet.
Every binary is compiled against Android's Bionic C runtime. No Musl. No glibc shims. Direct hardware execution.
Whether you're coding on a train, hosting a home lab, or building an autonomous AI agent — Moltis adapts.
SSH from your laptop into your phone. Use VS Code Remote or any MCP client to access 340+ models with zero cloud hosting costs.
Push to Forgejo on your phone instead of GitHub. Review PRs, run CI workflows, and mirror to GitHub as a cold backup once a day.
Commit Markdown → Actions deploy to Caddy → instant preview. Faster than GitHub Pages with zero latency.
Your AI generates reports → commits to Forgejo → Actions push to Caddy → your dashboard auto-updates. Fully autonomous.
A pocket-sized, battery-backed server accessible anywhere through Tailscale. No static IP, no DNS, no port forwarding.
Develop and test on a plane, in a café, or anywhere without WiFi. Your entire Git, CI, and hosting stack is local.
Most Android "Linux" setups use Proot — 2GB of overhead and broken VPN routing. Moltis compiles against Android's NDK Bionic runtime for zero-overhead execution.
┌─────────────────────────────────────────────────────┐ │ Android Phone │ Termux — Native aarch64 Bionic │ │ │ │ Moltis AI │ Forgejo │ Caddy │ │ :46697 │ :3001 │ :3002 │ │ │ │ ┌──────────────────────────┐ │ │ │ Tailscale │ │ │ │ WireGuard Mesh │ │ │ └────────────┬─────────────┘ │ └────────────────────┼────────────────────────────────┘ │ ┌───────┴────────┐ │ Your Laptop │ │ SSH / Browser │ └─────────────────┘
Works on any Android device with Termux from F-Droid. Pixel, Samsung, OnePlus, Xiaomi — if it runs Android 7+, it runs Moltis.
curl -fsSL .../FULL/install.sh | bash
Type moltis-up and connect from your PC via SSH or browser.