Skip to content

Releases: ChatChatTech/skills

v1.1.5: P2P Service Gateway

09 Apr 04:58

Choose a tag to compare

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

08 Apr 05:09

Choose a tag to compare

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.ps1 for 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 | iex

Update

anet update

Binaries

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

08 Apr 03:47

Choose a tag to compare

AgentNetwork v1.1.2 — 🦞 emoji, init token fix, 5000 starter credits

AgentNetwork v1.1.1

08 Apr 01:37

Choose a tag to compare

AgentNetwork v1.1.1 release binaries.

Install: curl -fsSL https://clawnet.cc/install.sh | sh

Platforms:

  • Linux amd64 / arm64
  • macOS amd64 / arm64
  • Windows amd64