The desktop runner. Native to your machine.
A desktop app, not an Electron tab.
Station ships as a Tauri app: a Rust binary with a system-webview UI, not a bundled Chromium. Universal macOS build (Intel + Apple Silicon) plus .msi and .exe installers for Windows. Tray icon, menu controls, and a real native presence. Smaller, lighter, and lower-overhead than the Electron alternative.
- Tauri v2. Rust backend, native webview frontend. No bundled Chromium.
- macOS universal binary; .msi and .exe (NSIS) installers for Windows.
- Tray icon with Show / Hide, Pause All, Resume All, Refresh MCP, Settings, Quit.
Scan locally. No extra setup.
The architecture scanner runs in-process inside Station. No separate CLI to install, no Python toolchain. The scan walks your repo, detects surfaces, and builds a fixed-schema envelope that uploads to Server for the team. Your source never leaves the machine.
- Built in to Station. Formerly a separate `pipx install meshly-build`, now native Rust.
- Fixed envelope schema with `repo_sha`, `scan_id`, and timestamps for reproducible bookkeeping.
- Regenerate on demand. Server stores the result so the team sees the same thing.
Watch the agent work. From any browser.
Agent output streams from the workstation to the dashboard in real time. The full Claude Code interface (edits, test runs, decisions) visible to anyone with access. Streams are resilient across reconnects, sleep/wake, and deploy restarts.
- Stdout, file edits, and tool calls stream live, not via polling.
- Resilient transport survives laptop sleep, network blips, and server restarts.
- Non-developers (PMs, engineering managers) can watch without an operator install.
⌘K everything.
The command palette opens on ⌘K and covers running tasks, switching projects, and jumping between views. A tabbed Settings page keeps general, project, and about configuration in one place.
- Fuzzy search across tasks, projects, and recent actions, keyboard-first.
- Tabbed Settings (General / Projects / About). Nothing buried two levels deep.
- Sidebar nav: Home, Agents, Projects, Logs.
Runs unattended. Doesn't hang on you.
Headless agents handle permission prompts without freezing, recover from sleep/wake cleanly, and clean up their own log files. Long-running CI usage works as well as interactive operator usage.
- Headless agents auto-handle permission prompts. No operator-attended hangs.
- Reconnects after sleep / wake or network blips happen automatically.
- Log files clean themselves up; structured logs with on/off toggle and live level switching.
Station is the GUI runner. One of three.
Put Station on every machine that ships code.
Station is the agent runtime; Server is the managed control plane. Tell us about your team and we'll walk through Station rollout with your real environment, including how it fits your managed-software setup.