Binaries (this build)
Standalone Bun-compiled executables — no Bun install required.
| Asset | Role |
|---|---|
acpbot-v0.3.0-<platform>.tar.gz |
Unified CLI: acpbot host + acpbot worker |
Platforms from CI: linux-x64, linux-arm64.
acpbot host # agents / schedules / OAuth
acpbot worker # Telegram
acpbot helpmacOS binaries are built, Developer ID–signed, and notarized on a
Mac, then attached with ./scripts/release-darwin.sh <tag> --upload
(darwin-arm64, darwin-x64).
Docker (GHCR)
docker pull ghcr.io/pmdroid/acpbot:v0.3.0
# also: :0.3.0 and :latestImage: ghcr.io/pmdroid/acpbot:v0.3.0
Disclaimer
Use at your own risk. Agents can run tools, edit files, and execute
commands. Authors are not responsible for damage, data loss, or costs.
See LICENSE (MIT) and the README disclaimer.
What's Changed
- fix: fail setup without Threaded Mode and require a project repo by @pmdroid in #18
- chore: remove native Linear integration by @pmdroid in #19
Full Changelog: v0.2.2...v0.3.0