Docs
Getting Tiller working in five minutes.
Public docs are coming soon.
Full documentation lands with the public release. Until then, email us with a question — we'll answer faster than any docs site.
Quick start (preview)
1. Open the app
Go to app.tiller.run. Beta accounts are invite-only for now — request access at hello@tiller.run.
2. Add a server
Click "Add server" in the top-left. You'll need:
- Host or IP
- Port (default 22)
- Username
- Auth — paste a private key, or use a password
Tiller does an immediate SSH probe before saving, so you'll know if the credentials work before they ever touch the database.
3. Run the setup wizard
For new servers, the Setup wizard offers:
- Claude Code — Anthropic's official CLI
- Gemini CLI — Google's
- Aider — open-source, wraps any LLM
- Ollama — local LLM
- Baseline — just tmux + ripgrep
Each preset is idempotent. Re-running it is safe.
4. Open a session
Click any server's name and a tmux session opens in the middle pane. Reconnect anytime — the session is server-side, not browser-side.
Self-hosting
Tiller is open architecture: Postgres + Node + Next.js + Caddy + Docker compose. Self-hosting docs land with the public release. If you're self-hosting today, talk to us — we'll help directly.