Skip to content

Releases: rastrigin-systems/arfa

v0.1.0 - Initial Release

28 Dec 16:57
4b6e9c7

Choose a tag to compare

Arfa v0.1.0 - Initial Release

Enterprise security gateway for Claude Code

Highlights

  • 🔒 Transparent HTTPS Proxy - Intercept and log all Claude Code API traffic
  • 📊 Activity Monitoring - Track tool calls, file access, and command execution
  • 🛡️ Policy Enforcement - Block dangerous operations based on organizational policies
  • Zero Configuration - Automatic client detection and policy application
  • 🏢 Multi-Tenant Architecture - Centralized management across teams and organizations

Components

  • API Server - Go REST API with PostgreSQL
  • CLI Tool - arfa-cli for proxy management
  • Web Dashboard - Next.js admin UI

Quick Start

git clone https://github.com/rastrigin-systems/arfa.git
cd arfa
docker compose up -d
make install-tools && make generate

See README.md for full documentation.

License

MIT License