Document the one-command install now that v0.1.0 is released - #75
Merged
Merged
Conversation
docs/install.md opens with "Install a release": - `curl -fsSL https://colonizer.dev/install.sh | sh`; - what the installer checks and where it installs; - the two things it fetches from Anthropic's own channels, since a release carries no Anthropic code; - updating by running it again; - how to install a particular version, or pull the colony image up front. The build steps are now "Build from source". "What you need" separates what a release needs (git, gh, curl, tar) from what a source build adds (Node.js 20+, Rust 1.88+). "Where things live" and "Updating" cover both ways. The README's "Run it" leads with the one command, with the source build under it. v0.1.0 was installed from the published release into an empty HOME on an Apple Silicon Mac (52 s): it fetched the SDK and Claude Code 2.1.267, started, and reported agentd, the web UI, the claude-code module, the guest Claude binary and msb 0.6.18. The Linux release is smoke-tested in CI but hasn't been installed on a Linux machine yet. colonizer.dev/install.sh is added by the website.
ParallelEntrepreneur
added a commit
that referenced
this pull request
Sep 23, 2026
docs/install.md opens with "Install a release": - `curl -fsSL https://colonizer.dev/install.sh | sh`; - what the installer checks and where it installs; - the two things it fetches from Anthropic's own channels, since a release carries no Anthropic code; - updating by running it again; - how to install a particular version, or pull the colony image up front. The build steps are now "Build from source". "What you need" separates what a release needs (git, gh, curl, tar) from what a source build adds (Node.js 20+, Rust 1.88+). "Where things live" and "Updating" cover both ways. The README's "Run it" leads with the one command, with the source build under it. v0.1.0 was installed from the published release into an empty HOME on an Apple Silicon Mac (52 s): it fetched the SDK and Claude Code 2.1.267, started, and reported agentd, the web UI, the claude-code module, the guest Claude binary and msb 0.6.18. The Linux release is smoke-tested in CI but hasn't been installed on a Linux machine yet. colonizer.dev/install.sh is added by the website.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs/install.md opens with "Install a release":
curl -fsSL https://colonizer.dev/install.sh | sh;carries no Anthropic code;
The build steps are now "Build from source". "What you need" separates what a
release needs (git, gh, curl, tar) from what a source build adds (Node.js 20+,
Rust 1.88+). "Where things live" and "Updating" cover both ways. The README's
"Run it" leads with the one command, with the source build under it.
v0.1.0 was installed from the published release into an empty HOME on an Apple
Silicon Mac (52 s): it fetched the SDK and Claude Code 2.1.267, started, and
reported agentd, the web UI, the claude-code module, the guest Claude binary
and msb 0.6.18. The Linux release is smoke-tested in CI but hasn't been installed
on a Linux machine yet. colonizer.dev/install.sh is added by the website.