Skip to content

v0.1.0 — First Public Pre-Release

Pre-release
Pre-release

Choose a tag to compare

@elibury elibury released this 24 Feb 03:18

OpenPawz v0.1.0

First public pre-release of OpenPawz — a fully local, multi-agent AI desktop app built with Tauri and Rust.

Highlights

  • 10 AI Providers — OpenAI, Anthropic, Google Gemini, Ollama, DeepSeek, xAI/Grok, Mistral, Moonshot, OpenRouter, and any OpenAI-compatible endpoint
  • Multi-Agent Orchestration — Unlimited agents with boss/worker delegation, squads, inter-agent communication, and Tool RAG
  • 11 Channel Bridges — Telegram, Discord, IRC, Slack, Matrix (E2EE), Mattermost, Nextcloud Talk, Nostr (NIP-04), Twitch, WebChat, WhatsApp
  • Hybrid Memory — BM25 + vector search with Ollama embeddings, temporal decay, MMR re-ranking, per-agent scoping
  • 7-Layer Security — Prompt injection scanner, command risk classifier, HIL approval, per-agent tool policies, container sandboxing, browser network policy, encrypted credential vault
  • 35+ Built-in Skills — Web browsing, Google Workspace, Coinbase/DEX/Solana trading, community skills marketplace, MCP support, slash commands
  • Voice Mode — ElevenLabs TTS with talk mode and morning brief
  • Full Desktop App — Tauri v2 with SQLite (AES-256-GCM), cross-platform (macOS, Windows, Linux)

Engineering Quality

  • CI/CD: Rust (check + test + clippy), TypeScript (tsc + eslint + vitest + prettier), Security (cargo audit + npm audit)
  • 327 vitest tests + 77 Rust unit tests
  • Atomic module architecture with zero ESLint warnings
  • Typed error handling throughout

See CHANGELOG.md for the full list of features.