Installation
Homebrew (macOS)
sh
brew install davidolrik/tap/subspaceTo run subspace as a background service that starts automatically at login:
sh
brew services start subspaceTo stop the service:
sh
brew services stop subspaceFrom Source
Requires Go 1.26 or later.
sh
go install go.olrik.dev/subspace@latestOr clone and build:
sh
git clone https://github.com/davidolrik/subspace.git
cd subspace
go build -o subspace .From Releases
Download a pre-built binary from the GitHub Releases page. Binaries are available for:
| OS | Architecture |
|---|---|
| Linux | amd64, arm64 |
| macOS | amd64, arm64 |
Verify Installation
sh
subspace --helpNext Steps
- Quick Start — create your first config and start the proxy
