Alpha - v0.0.1
First Alpha of DevStation.
DevStation is a topology-driven cockpit for provisioning and managing homelab and development environments on Proxmox. Describe your topology once — clusters, stations, services, blueprints — and DevStation provisions the VMs, installs the services over SSH, and can recreate the whole thing on demand. It ships as a single self-contained binary (engine + OpenTofu + provisioning templates + the official blueprint catalog embedded), with a TUI and an MCP server for agent-driven use.
This is an early Alpha — expect rough edges and breaking changes between releases.
Install
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/devstationtech/devstation/main/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/devstationtech/devstation/main/install.ps1 | iexThe installer pulls the binary for your platform straight from this release and verifies its checksum. The in-app self-update (press U) reads the same GitHub-native manifest.
What's in the box
- Topologies — model clusters, VMs, stations and services declaratively; provision and recreate them.
- Official blueprint catalog —
docker,k3s,portainer,jenkins(on portainer),argocd(on k3s) as clean, hosted-topology examples. - MCP server — drive the whole engine from an AI agent (
devstation mcp serve/devstation mcp install).