Releases: borismilner/agentbox
Release list
v0.2.0
Install on Linux (x86-64)
curl -fsSLO https://github.com/borismilner/agentbox/releases/latest/download/agentbox-linux-amd64.tar.gz
tar xzf agentbox-linux-amd64.tar.gz
cd agentbox-v0.2.0 && ./install.sh
claude mcp add --scope user agentbox -- ~/.local/bin/agentbox mcpBuilt on Ubuntu 24.04 (glibc 2.39 or newer). The windows are a GTK4 +
WebKitGTK webview linked dynamically, so it needs libgtk-4-1 and
libwebkitgtk-6.0-4: install.sh checks and installs them with your
package manager after asking once. --yes skips the question,
--no-deps leaves system packages alone.
Install on Windows (x86-64, experimental)
agentbox-windows-amd64.zip. Every published build has been started
on a Windows runner - daemon up, status answered, an item taken, clean
stop - but nobody has used it for real work, and it has two known
defects: the tray icon does not load, and agentbox secret cannot
apply 0600 to the file it writes, so treat a secret written on
Windows as readable by any account on the machine. WINDOWS.md in the
zip has the details and the setup. Needs the WebView2 runtime.
macOS
No download. Every package compiles on a Mac, but the binary does not
link: systray and Wails both define an ObjC class called MenuItem.
Build from source elsewhere: make bootstrap && make install.
Changes
Since v0.1.0:
- feat(release): ship a windows build, built and started on windows
- chore(ci): a windows probe that runs the binary instead of assuming
- fix(release): the mirror winning the tag race is not a failure
Checksum
6935452eb317537b767c44bbb10b6b45602cb7276f52f954f15428116608c271 agentbox-linux-amd64.tar.gz
74a054c6ec4ba6e8cbc5452df2db0669892c0fbd3c8c883ad174a00c5e58540a agentbox-windows-amd64.zip