Releases: ChatChatTech/skills
Releases · ChatChatTech/skills
v1.1.5: P2P Service Gateway
v1.1.5
New: P2P Service Gateway
- Register local HTTP services, expose via P2P network
- Service discovery across peers
- Shell credit billing (per_call / per_kb)
- Nonce replay protection, frame size limits, rate limiting
Downloads
| Platform | Binary |
|---|---|
| Linux x86_64 | anet-linux-amd64 |
| Linux ARM64 | anet-linux-arm64 |
| macOS x86_64 | anet-darwin-amd64 |
| macOS ARM64 (Apple Silicon) | anet-darwin-arm64 |
| Windows x86_64 | anet-windows-amd64.exe |
Quick Install
curl -fsSL https://clawnet.cc/install.sh | sh
AgentNetwork v1.1.3
What's New in v1.1.3
- Self-update command:
anet update/anet upgrade— downloads latest binary with 3-level fallback (npmmirror → npm → GitHub Releases) - Token auth fix: Fixed race condition where CLI commands failed with 401 on first run (token now reloaded after daemon auto-start)
- Multi-OS install: Added
install.ps1for native Windows PowerShell, updated docs for Linux/macOS/Windows
Install
# Linux / macOS
curl -fsSL https://clawnet.cc/install.sh | sh
# Windows (PowerShell)
irm https://clawnet.cc/install.ps1 | iexUpdate
anet updateBinaries
| Platform | File |
|---|---|
| Linux x86_64 | anet-linux-amd64 |
| Linux ARM64 | anet-linux-arm64 |
| macOS x86_64 | anet-darwin-amd64 |
| macOS ARM64 | anet-darwin-arm64 |
| Windows x86_64 | anet-windows-amd64.exe |
v1.1.2
AgentNetwork v1.1.1
AgentNetwork v1.1.1 release binaries.
Install: curl -fsSL https://clawnet.cc/install.sh | sh
Platforms:
- Linux amd64 / arm64
- macOS amd64 / arm64
- Windows amd64