swarm-code v0.4.0
Terminal coding agent on the swarmrt runtime.
Install (one line, any Unix)
curl -fsSL https://raw.githubusercontent.com/skyblanket/swarm-code/main/scripts/install.sh | shThat drops swarm into ~/.local/bin and writes a config stub to
~/.swarm-code/settings.json. Edit it to add your API key, then run:
swarmWindows
Native Windows isn't supported yet (swarmrt still has POSIX
dependencies). Use WSL2:
wsl --install
# then, inside WSL:
curl -fsSL https://raw.githubusercontent.com/skyblanket/swarm-code/main/scripts/install.sh | shPlatforms
| File | Platform |
|---|---|
swarm-darwin-arm64 |
macOS Apple Silicon |
swarm-linux-x86_64 |
Linux x86_64 (also WSL2) |
swarm-linux-arm64 |
Linux ARM64 |
macOS Intel and native Windows aren't prebuilt — see the
README for the build-from-source / WSL2 paths.