acpbot v0.1.0 — first public release
Telegram control surface for ACP coding agents (Grok Build, Claude, Codex, OpenCode).
Install
Download one binary for your platform, extract, and put acpbot on your PATH:
| Platform | Asset |
|---|---|
| macOS Apple Silicon | acpbot-v0.1.0-darwin-arm64.tar.gz |
| macOS Intel | acpbot-v0.1.0-darwin-x64.tar.gz |
| Linux x86_64 | acpbot-v0.1.0-linux-x64.tar.gz |
| Linux arm64 | acpbot-v0.1.0-linux-arm64.tar.gz |
# example: Apple Silicon
curl -fsSL -o acpbot.tgz \
"https://github.com/pmdroid/acpbot/releases/download/v0.1.0/acpbot-v0.1.0-darwin-arm64.tar.gz"
tar -xzf acpbot.tgz
chmod +x acpbot-v0.1.0-darwin-arm64
sudo mv acpbot-v0.1.0-darwin-arm64 /usr/local/bin/acpbot
acpbot setupDocker (when CI finishes):
docker pull ghcr.io/pmdroid/acpbot:v0.1.0Highlights
- Telegram worker + required acp-host process model
- ACP agents: Grok Build, Claude, Codex, OpenCode
- Sessions as forum topics; permissions, media, MCP, schedules, OAuth
- TOML-first config (
~/.config/acpbot/config.toml) - Guided setup TUI + optional macOS LaunchAgent / Linux systemd user install
- EVE multi-agent directives, multi-host remote, Docker Compose
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.
See CHANGELOG for the full list.
Binaries (this build)
Standalone Bun-compiled executables — no Bun install required.
| Asset | Role |
|---|---|
acpbot-v0.1.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 and Developer ID–signed 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.1.0
# also: :0.1.0 and :latestImage: ghcr.io/pmdroid/acpbot:v0.1.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.
Full Changelog: https://github.com/pmdroid/acpbot/commits/v0.1.0
Binaries (this build)
Standalone Bun-compiled executables — no Bun install required.
| Asset | Role |
|---|---|
acpbot-v0.1.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 and Developer ID–signed 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.1.0
# also: :0.1.0 and :latestImage: ghcr.io/pmdroid/acpbot:v0.1.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.
Full Changelog: https://github.com/pmdroid/acpbot/commits/v0.1.0