Self-hosted residential-proxy agent. Pairs with cloud.burree.org, holds a persistent WSS connection to your assigned relay node, and forwards local tunnel traffic over it.
curl -fsSL --proto '=https' --tlsv1.2 https://release.burree.org/install.sh | bashThe installer downloads the platform-matched binary from GitHub Releases, verifies its SHA-256, and installs to $HOME/.local/bin/burree.
Once installed:
burree login # browser-callback auth against cloud.burree.org
burree service install # launchd / systemd persistence (optional)
burree dash # loopback UI on 127.0.0.1:16508(Screenshot of the local dash — coming soon.)
| OS | arm64 | amd64 |
|---|---|---|
| macOS (darwin) | ✓ | ✓ |
| Linux | ✓ | ✓ |
Windows is not supported in this preview.
If you're driving an LLM (Claude Code, Cursor, Aider, …) to install burree on a user's machine, point it at:
install.md— download + install + verify the binarysetup.md— sign in, register with cloud.burree.org, and choose service vs. foreground
Both are designed for a fresh-context agent to follow end-to-end.
This repo is the source of truth. release.burree.org mirrors a small set of files for short curl-pipe URLs:
| Canonical (this repo) | Mirror URL |
|---|---|
install.sh |
https://release.burree.org/install.sh |
install.md |
https://release.burree.org/skills/burree-install/SKILL.md |
setup.md |
https://release.burree.org/skills/burree-setup/SKILL.md |
The mirror is refreshed on every release. Built agent binaries live only as GitHub Release assets on this repo — release.burree.org does not host them.
Preview release. Expect rough edges; report issues on this repo.
Public preview/release docs + install script for the Burree platform. Source of truth for release.burree.org (which mirrors install.sh, install.md, setup.md, and skill SKILL.md files). Built binaries published as GitHub Release assets on this repo.
claudee-git/burree(PUBLIC). Trunk:main. Daily work ondev(worktree at../.worktrees/dev).- gh.account:
claudee-git. Call gh via~/.claude/bin/ghp.
| Name | Path | Where |
|---|---|---|
LOCAL |
. (this directory) |
dev machine |
PROD |
mirrored at release.burree.org (CDN-fronted) |
prod |
See ~/.claude/guidelines/PROJECT-SETUP.md §10.
Markdown + shell. No compiled code in this repo.
install.sh ← end-user install entry point (SoT)
install.md ← human-readable install guide
setup.md ← post-install setup
skills/ ← burree-* skill packages (SKILL.md each)
- Per-platform install binaries for non-mac targets.