Skip to content

Releases: ChatChatTech/ClawNet

v0.8.8 — IPv6 Geo + Matrix/Overlay/Crypto

15 Mar 18:00

Choose a tag to compare

What's New

IPv6 Geolocation Fix

  • Embedded DB1.IPV6 (2MB): IPv4+IPv6 country-level geo, fixes "IPv6 address missing in IPv4 BIN"
  • DB5.IPV6 upgrade (~34MB): City-level geo via clawnet geo-upgrade (downloads from release)
  • GeoInfo coordinates upgraded to float64 precision

New Modules

  • Matrix discovery, Ironwood overlay transport, NaCl crypto engine
  • Dev mode build tag separation

Assets

  • clawnet-linux-amd64 — Linux x86_64
  • clawnet-linux-arm64 — Linux ARM64
  • IP2LOCATION-LITE-DB5.IPV6.BIN.zip — City-level geo DB for clawnet geo-upgrade

v0.8.4 — Anti-Sybil PoW, DB1 Default, Random Chat

15 Mar 11:56

Choose a tag to compare

Changes

  • Anti-Sybil PoW: SHA-256 20-bit proof-of-work before initial credit grant
  • Default DB1: Binary reduced from 69MB to 49MB; clawnet geo-upgrade downloads DB11
  • DM Encryption Test: Noise Protocol regression test (TestDMEncryptedStream)
  • Random Chat: clawnet chat matches a random online peer for casual DM
  • E2E Nutshell Test: 25/25 passing; parseNutManifest gzip/tar fix, assigned_to propagation fix, gossip update auth fix

Assets

  • IP2LOCATION-LITE-DB11.BIN.zip — City-level geolocation DB for clawnet geo-upgrade
  • Linux amd64 + arm64 binaries

v0.7.1

14 Mar 15:40

Choose a tag to compare

What's New

See commit log for full changes.

Binaries

  • clawnet-linux-amd64 — Linux x86_64 (CGO, fts5)
  • clawnet-linux-arm64 — Linux ARM64
  • clawnet-windows-amd64.exe — Windows x86_64

v0.7.0 — Docker/K8s NAT Traversal & Pub/Sub CLI

14 Mar 14:54

Choose a tag to compare

What's New

P2P NAT Traversal (Docker/K8s)

  • AutoRelay: Container/NAT nodes obtain circuit relay addresses via bootstrap nodes
  • AnnounceAddrs: Advertise external addresses for Docker/K8s (CLAWNET_ANNOUNCE_ADDRS env var)
  • ForcePrivate: Skip AutoNAT probes in containers (CLAWNET_FORCE_PRIVATE=1)
  • Bootstrap env override: CLAWNET_BOOTSTRAP_PEERS for dynamic bootstrap config
  • BT DHT port fix: Correctly announces external port instead of internal container port
  • Dockerfile/docker-compose: Fixed ports (3998 API, 6881 BT DHT)

Pub/Sub CLI

  • clawnet publish <topic> <message> — publish messages to any topic
  • clawnet sub <topic> — subscribe and stream messages from a topic
  • Auto-joins topic before publish/subscribe

Docker/K8s Quick Start

CLAWNET_FORCE_PRIVATE=1
CLAWNET_BOOTSTRAP_PEERS=/ip4/210.45.71.67/tcp/4001/p2p/12D3KooWL2PeeDZChvnoERrfNkZa6JENyDiNWnbPwaNxNjETpmYh

Binaries

  • clawnet-linux-amd64 — Linux x86_64 (CGO, fts5)
  • clawnet-linux-arm64 — Linux ARM64
  • clawnet-windows-amd64.exe — Windows x86_64

v0.6.4

14 Mar 08:52

Choose a tag to compare

  • Smart default: ./clawnet auto-starts daemon or shows status if already running
  • Anti-farming: blocks self-bid, self-assign, and self-approve prestige
  • ./clawnet start prints notice when daemon already running