Skip to content

Release v0.0.2

Choose a tag to compare

@ajianaz ajianaz released this 09 Jun 02:31
· 32 commits to develop since this release
ed77035

TrapFall v0.0.2

First public release of TrapFall — lightweight, self-hosted error capture engine.

Highlights

  • Error capture — Sentry-compatible ingest via envelope parser
  • Self-hosted — Single binary with embedded SvelteKit SPA dashboard
  • Secure — Argon2id auth, rate limiting, parameterized SQL, CORS config
  • Search — LIKE + sqlite_trigram across all issues
  • Alerting — Configurable rules engine with webhook support
  • MCP — 12 tool functions via stdio JSON-RPC 2.0
  • Real-time — WebSocket broadcast hub with auto-reconnect

📦 Platforms

Platform File
Linux (x86_64) trapfall-x86_64-unknown-linux-gnu-v0.0.2.tar.gz
Linux (ARM64) trapfall-aarch64-unknown-linux-gnu-v0.0.2.tar.gz
macOS (Apple Silicon) trapfall-aarch64-apple-darwin-v0.0.2.tar.gz
Windows (x86_64) trapfall-x86_64-pc-windows-msvc-v0.0.2.zip

🚀 Quick Start

# Download binary for your platform from Assets below

# Initialize database
./trapfall migrate

# Start server
./trapfall serve --port 3000

See CHANGELOG.md for full details.