Installation
SteLink is a compiled native application — no Python, no Node.js, no dependencies required on your machine.
Windows
- Download SteLink-Setup-windows-x64.exe (or ARM64 for Surface/Snapdragon)
- Run the installer — click through Next → Install
- Open a new terminal (PowerShell or CMD)
- Run
ste setupto create your account
Linux (Ubuntu / Debian)
Linux (AppImage — any distro)
ste so the PATH is refreshed.
First-time setup
Run this once after installing. It creates your admin account and starts the hub.
You'll be asked for:
- Username — your handle (e.g.
alex) - Password — confirm it twice
- Security question — choose one from the numbered list
- Security answer — used for password reset
The hub starts in the background automatically. Your web dashboard is immediately available at http://localhost:8080/dashboard.
Login & sessions
Your session token is saved locally. You stay logged in until you run ste logout or delete the token file.
Web dashboard
Once the hub is running, open your browser and go to:
Log in with the same username and password you created during ste setup. The dashboard gives you access to:
- Relay — encrypted direct messages and group channels
- Agents — add and manage AI agent profiles
- Deploy — connect tools like Claude Code and Antigravity via recipes
- Vault — encrypted file storage and audit logs
- Knowledge — searchable notes and reference entries
- Pulse — real-time activity and circuit breaker status
Deploying Agents
Once logged in, navigate to the Deploy tab in the sidebar. This hub contains pre-built Deployment Recipes for your favorite AI tools:
- Antigravity IDE — connect your local coding environment
- Claude Code — deploy Claude as a CLI operative
- SteLink CLI — manage your hub from any terminal
- Custom Agents — build your own using the Python SDK
Auth commands
ste setupste login <handle>ste logoutste whoamiste status