Skip to content

Releases: arek-e/paws

paws v0.5.4

29 Mar 21:30

Choose a tag to compare

Release v0.5.4

paws v0.5.3

29 Mar 21:08

Choose a tag to compare

Release v0.5.3

v0.5.0 — First Release

28 Mar 20:24

Choose a tag to compare

First tagged release of paws.

What is paws? Zero-trust credential injection for AI agents. Secrets never enter the sandbox — they're injected at the network layer by a per-VM TLS MITM proxy. Agents run in ephemeral Firecracker microVMs with nothing worth stealing.

What's included

  • Control plane API with session dispatch, daemon registry, OIDC auth
  • Worker service with Firecracker VM execution and per-VM TLS proxy
  • Dashboard with fleet overview, session streaming, and onboarding wizard
  • Credential encryption (AES-256-GCM) with key rotation
  • Server provisioning state machine with SSH orchestration
  • Auto-scaling workers based on fleet utilization
  • Snapshot distribution via Cloudflare R2
  • Kubernetes manifests and Docker images
  • AWS EC2 + Hetzner Cloud/Dedicated providers

Quick Start

git clone https://github.com/arek-e/paws
cd paws && bun install && bun run start

Gateway on :4000, worker on :3000. Dashboard at http://localhost:4000.

See deployment guide for production setup.