VXT-001 / ボクセルトロン

your infra team
is a terminal.

voxeltron is a self-hosted PaaS with a built-in AI DevOps agent. deploy apps, manage databases, monitor everything, and fix incidents — all from your terminal. no browser panel. no DevOps hire needed. built for indie devs and small teams who ship fast.

~30MB binary
<80MB idle ram
0s deploy downtime
0 browsers needed
10 ai tools
12+ languages

one command. sixty seconds. you're deploying.

terminal — bash

also available via homebrew, docker, or manual binary download


you shouldn't need a platform team to have a platform.

you're building something real — an AI startup, an indie SaaS, a side project that's turning into a company. you need production infrastructure, but you don't have a DevOps team. and you shouldn't have to become one.

— the deploy-and-pray workflow

other self-hosted PaaS tools restart their proxy on every deploy. your users get 502s. your SLA becomes a suggestion. voxeltron uses Pingora to hot-swap routes — zero downtime, every time.

— a browser panel for production infra

your deployment tool runs a full web app exposed to the internet, with hundreds of npm dependencies and a monthly CVE subscription. voxeltron is a 30MB binary. the management interface is gRPC over TLS.

— it's 3am and something is broken

you're the only engineer. you're ssh'd in, tailing logs, trying to remember the right docker command. voxeltron's AI agent already knows your logs, config, and deploy history. press ctrl+a, ask what's wrong.

— scaling without scaling your team

as you grow from 1 server to 10, you don't need to hire a DevOps engineer. voxeltron handles database provisioning, TLS certs, backups, monitoring, and alerting. you just ship features.


everything you need to run production. nothing you don't.

DEPLOY

Zero-Downtime Deploys

Blue-green deployments with automatic rollback. Pingora hot-swaps routes without touching the proxy. Your users never see a 502.

BUILD

Any Language, Zero Config

Nixpacks and Railpack auto-detect Node.js, Python, Go, Rust, Ruby, PHP, .NET, Java and more. Or just use a Dockerfile.

DATABASES

Managed Databases

Provision Postgres, MySQL, Redis, or MongoDB in one command. Connection strings injected automatically. Backups on a schedule.

TLS

Automatic HTTPS

Let's Encrypt certificates, auto-renewed. HTTP-01 and DNS-01 challenges. Wildcard certs. HSTS by default. You never think about certs.

MONITORING

Metrics, Logs, Alerts

CPU, memory, disk, network sparklines in real-time. Full-text log search. Threshold alerts to Slack, email, or webhook.

BACKUPS

Automated Backups

Native database dumps, compressed and encrypted. Store to S3, GCS, MinIO, Backblaze, or local disk. Cron scheduling with retention policies.

SECRETS

Encrypted Secrets

AES-256-GCM encryption at rest. Zeroized memory. Never logged in plaintext. Optional Vault or OpenBao integration for teams.

COMPOSE

Docker Compose Support

Deploy multi-service stacks with compose profiles. Smart diff updates — only redeploys what changed. Dependency resolution built in.

PLUGINS

WASM + JS Plugin System

Extend voxeltron in Rust, Go, C (WASM) or JavaScript/TypeScript. Sandboxed, permission-gated, hot-reloadable. No daemon restarts.

CI/CD

Webhook-Driven Builds

Push to GitHub, GitLab, or Gitea and voxeltron builds automatically. PR preview deployments. Branch-based environments.

SECURITY

No Web Attack Surface

No browser UI means no XSS, no CSRF, no npm supply chain risk. Management is gRPC over mTLS. REST API is off by default.

MIGRATION

Switch in Minutes

Import your existing setup from Coolify or Dokploy. Dry-run mode to preview changes. Rollback-friendly design.


like having a senior SRE on call. except it's in your terminal and it never sleeps.

press ctrl+a in the TUI. the AI sees your logs, metrics, config, and deploy history. it doesn't just tell you what's wrong — it fixes it, with your approval. 25 production-ready features across memory, reasoning, integrations, autonomous operations, and team collaboration.

10 BUILT-IN TOOLS ツール
query_logsquery_metricslist_alertsproject_statuslist_deploymentscontainer_actionscale_servicerollbackcreate_backuprotate_secret
4 DIAGNOSTIC SKILLS スキル
health-check 5-step service health assessment
deployment-analysis 6-step regression and performance analysis
log-investigation 7-step error pattern correlation and RCA
cost-optimizer 4-step resource rightsizing
3 AUTOMATED RUNBOOKS ランブック
disk-cleanup approval gates, safe deletion
restart-loop-detection detect and resolve crash loops
certificate-renewal proactive renewal with verification
memory It remembers.

Vector search over past incidents, knowledge graph of service dependencies, context scoping from conversation to organization level. It learns from every outage.

reasoning It thinks.

Chain-of-thought reasoning, hypothesis generation and testing, automated root cause analysis with fault trees. It doesn't guess — it reasons through the problem.

integrations It connects.

PagerDuty, Slack, Datadog, GitHub, Jira — bidirectional sync. Create tickets, update incidents, pull metrics, comment on PRs. All from the terminal.

autonomous It acts.

Anomaly detection, predictive alerting, auto-remediation with approval gates. It notices the disk filling up before you do and cleans it up — after asking permission.

collaboration It shares.

Multi-user incident rooms with real-time chat, RBAC, automated post-mortem generation, and a shared knowledge base. Your whole team benefits from every incident.


everything, in one place, over SSH.

the voxeltron TUI is your entire ops dashboard. deploy apps, tail logs, watch metrics, manage databases, configure secrets, run AI diagnostics — all without leaving the terminal. connect from anywhere over SSH. no VPN required.

navigation vim-style (hjkl), search (/), mouse optional
remote access SSH via Wish — works from your phone
themes dark, light, synthwave, nord, gruvbox
views dashboard, deploys, databases, AI, config, logs
actions deploy, rollback, scale, rotate certs, manage secrets
streaming real-time build logs, metrics sparklines, AI progress
voxeltron — SSH — prod.server.io
cpu
0.2%
▁▂▁▂▁▁▂▃▂▁
ram
47 MB
▃▃▄▃▃▂▃▃▄▃
services
web-app running
api-server running
postgres-16 running
redis-7 running
? help    d deploy    l logs    ctrl+a ai

honest comparison. no cherry-picked benchmarks.

property voxeltron coolify dokploy
core language Rust + Go PHP TypeScript
management interface TUI (terminal) web browser web browser
reverse proxy Pingora Traefik Traefik
zero-downtime deploys yes no no
built-in AI agent yes (25 features) no no
docker compose support yes (with profiles) partial partial
plugin system WASM + JS/TS no no
no web attack surface yes no no
idle RAM usage <80 MB ~400 MB ~300 MB
binary size ~30 MB N/A N/A
import from competitors yes no no
secrets encryption AES-256-GCM partial partial
SSH remote access yes (Wish) no no
anomaly detection yes (ML-based) no no
auto-remediation yes (with approval) no no
incident collaboration yes (rooms + RBAC) no no
post-mortem generation yes (automated) no no
REST API off by default yes no no

what's inside

runtime Rust + Tokio async
proxy Pingora (Cloudflare)
tui Go / Bubbletea + Lipgloss
api gRPC + Protobuf (mTLS)
storage SQLite (+ pgvector for AI)
container runtimes Docker + Apple Containers (macOS)
secrets AES-256-GCM / Vault / OpenBao
plugins Extism (WASM) + Bun (JS/TS)
builds Nixpacks + Railpack + Dockerfile
tls Let's Encrypt (ACME)
backups S3 / GCS / MinIO / local
ai models Claude / GPT (bring your own key)
clustering Raft consensus (enterprise)
license AGPL-3.0 (open-core)

free to self-host. forever.

the open-source version is the real product — not a teaser. cloud tiers add convenience features for growing teams.

community
$0
free forever / self-hosted
unlimited apps and databases
1 server
full AI agent (BYOK)
automatic TLS
monitoring and alerts
WASM + JS plugins
docker compose support
automated backups
community support
Install Now
teams
$29
per month
everything in pro
RBAC and team permissions
incident collaboration rooms
automated post-mortems
AI: BYOK + 500k tokens/mo
90-day config backup retention
audit log export
priority support
SLA guarantee
Get Teams

ship like a team of ten.
stay a team of two.

voxeltron is free, open-source, and installs in sixty seconds.
your next deploy is zero-downtime. your next outage has an AI on it.

$ curl -sSL https://voxeltron.dev/install.sh | bash