⚡ Native Bionic • Zero Emulation

Your phone is
a workstation.

Turn any Android device into a private AI server, Git forge, and web host. No cloud. No Docker. No Proot. One command.

Get Started →
curl -fsSL https://raw.githubusercontent.com/Muxd21/moltis-termux/FULL/install.sh | bash Click to copy
Three services. One command.

Everything runs on your phone.

Moltis orchestrates a full developer stack natively on Android's Ext4 partition — no emulation overhead, no permission hacks.

🧠

Moltis AI

:46697

Multi-provider AI gateway with 340+ models from OpenRouter, Gemini, Groq, and Cerebras. Full MCP integrations, web chat UI, cron jobs, and memory.

🐙

Forgejo

:3001

A complete GitHub-style Git forge. Repositories, issues, pull requests, and Actions CI/CD — all powered by native SQLite on your device.

🌐

Caddy

:3002

Zero-config static site hosting. Deploy docs, dashboards, and AI-generated reports instantly. Auto-HTTPS over Tailscale with real certificates.

Orchestration

One command controls everything.

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.

Pro Dev Suite

Native tools, compiled for Android.

Every binary is compiled against Android's Bionic C runtime. No Musl. No glibc shims. Direct hardware execution.

Mosh
Roaming-proof SSH
Entr
Auto-reload on save
Socat
Port bridging
SSLH
Stealth multiplexer
Forgejo
Local Git forge
Caddy
Local Pages host
Built for

Every kind of builder.

Whether you're coding on a train, hosting a home lab, or building an autonomous AI agent — Moltis adapts.

💻

AI Coding Server

SSH from your laptop into your phone. Use VS Code Remote or any MCP client to access 340+ models with zero cloud hosting costs.

🔒

Private Git Forge

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.

📄

Instant Documentation

Commit Markdown → Actions deploy to Caddy → instant preview. Faster than GitHub Pages with zero latency.

🤖

Self-Documenting Agent

Your AI generates reports → commits to Forgejo → Actions push to Caddy → your dashboard auto-updates. Fully autonomous.

🏠

Home Lab on the Go

A pocket-sized, battery-backed server accessible anywhere through Tailscale. No static IP, no DNS, no port forwarding.

🧪

Offline Development

Develop and test on a plane, in a café, or anywhere without WiFi. Your entire Git, CI, and hosting stack is local.

Under the hood

Native. Not emulated.

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 AIForgejoCaddy                       │
│ :46697:3001:3002                       │
│                                                     │
│ ┌──────────────────────────┐                        │
│ │ Tailscale                │                        │
│ │ WireGuard Mesh           │                        │
│ └────────────┬─────────────┘                        │
└────────────────────┼────────────────────────────────┘
                     │
             ┌───────┴────────┐
             │ Your Laptop     │
             │ SSH / Browser   │
             └─────────────────┘
    
Get started

Up and running in 60 seconds.

Works on any Android device with Termux from F-Droid. Pixel, Samsung, OnePlus, Xiaomi — if it runs Android 7+, it runs Moltis.

1

Install Termux

Get Termux from F-Droid (not Play Store). Open it.

2

Run one command

curl -fsSL .../FULL/install.sh | bash

3

Launch

Type moltis-up and connect from your PC via SSH or browser.