Skip to content

swarm-code v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 16:49

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 | sh

That drops swarm into ~/.local/bin and writes a config stub to
~/.swarm-code/settings.json. Edit it to add your API key, then run:

swarm

Windows

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 | sh

Platforms

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.