Skip to content
@openprx

OpenPRX

Open-source AI-autonomous software engineering pipeline with built-in security governance. Plan → Think → Build → Ship → Protect.
OpenPRX

OpenPRX

Open-source pipeline for AI-autonomous software engineering.

AI agents plan work, write code, distribute builds, and defend production — governed, auditable, and fully open source.

Website · Docs · GitHub


The Pipeline

1. Plan — OpenPR

AI-native project management. Issues, boards, sprints, governance, and a 34-tool MCP server that lets AI agents create tasks, vote on proposals, and manage projects. Tech: Rust (Axum) · SvelteKit · PostgreSQL Key numbers: 38 database tables · 34 MCP tools · 3 transports (HTTP, stdio, SSE) · 30 webhook event types

2. Think — PRX

The AI brain. Routes conversations across 19 messaging channels and 14 LLM providers. Self-evolving architecture that improves its own behavior through governed feedback loops. Tech: Rust Key numbers: 19 channels · 14 providers · 5-layer security pipeline

3. Build — prx-memory · openpr-webhook

Code generation agents with persistent memory. The webhook dispatcher turns OpenPR events into coding tasks; prx-memory gives agents a local-first MCP memory layer with hybrid retrieval. Tech: Rust Key numbers (prx-memory): 14 MCP tools · lexical + vector + rerank retrieval · MSES evolution scoring

4. Ship — Fenfa

Self-hosted app distribution. Upload builds, get install pages with QR codes, manage releases across 5 platforms. Tech: Go · SQLite · Vue Key numbers: iOS/Android/macOS/Windows/Linux · Apple Developer API integration · S3/R2 storage

5. Protect — PRX-WAF · PRX-SD

Production defense. PRX-WAF is a 17-phase web application firewall built on Pingora. PRX-SD is an antivirus engine with hash matching, YARA rules, and heuristic analysis. Tech: Rust Key numbers (WAF): 17 processing phases · 644+ built-in rules · OWASP CRS · GeoIP · bot detection Key numbers (SD): 5 threat intel sources · 64 built-in YARA rules · PE/ELF/MachO heuristics


Plan            Think           Build           Ship            Protect
 │               │               │               │               │
 ▼               ▼               ▼               ▼               ▼
┌──────┐  MCP  ┌──────┐ events ┌──────────┐    ┌──────┐    ┌─────────┐
│OpenPR│◄─────►│ PRX  │───────►│ Webhook  │    │Fenfa │    │ PRX-WAF │
│      │       │      │       │ Dispatch │    │      │    │ PRX-SD  │
└──────┘       └──────┘       └────┬─────┘    └──────┘    └─────────┘
                                   │
                              ┌────▼─────┐
                              │prx-memory│
                              └──────────┘

Supporting Repos

Repo Description
prx-sd-signatures Threat intelligence database for PRX-SD (hash signatures + YARA rules)
prx_email Email plugin for PRX (IMAP/SMTP)
voice_talk_realtime Browser-side real-time voice conversation via WebAssembly
wacli WhatsApp CLI — fork with added JSON-RPC and webhook features
homebrew-tap Homebrew tap for macOS/Linux
scoop-bucket Scoop bucket for Windows
site openprx.dev website source

MIT OR Apache-2.0 Licensed · openprx.dev

Popular repositories Loading

  1. wacli wacli Public

    Forked from steipete/wacli

    WhatsApp CLI — fork with added JSON-RPC daemon and webhook features.

    Go

  2. openpr openpr Public

    Open-source project management platform with built-in governance, AI agent integration, and MCP support.

    Rust

  3. openpr-webhook openpr-webhook Public

    Webhook handler for OpenPR event integrations.

    Rust

  4. prx prx Public

    Self-evolving AI assistant framework. Multi-provider, multi-channel, with governance and MCP support.

    Rust

  5. prx-memory prx-memory Public

    Local-first MCP memory component for coding agents. Store, recall, evolve.

    Rust

  6. site site Public

    Official website for OpenPRX — openprx.dev

    Astro

Repositories

Showing 10 of 13 repositories
  • prx-sd-signatures Public

    Threat intelligence database for PRX-SD. Hash signatures and YARA rules from 10+ open sources.

    openprx/prx-sd-signatures’s past year of commit activity
    YARA 0 Apache-2.0 0 0 0 Updated Mar 19, 2026
  • site Public

    Official website for OpenPRX — openprx.dev

    openprx/site’s past year of commit activity
    Astro 0 Apache-2.0 0 0 1 Updated Mar 18, 2026
  • .github Public

    Organization profile and community health files

    openprx/.github’s past year of commit activity
    0 0 0 0 Updated Mar 18, 2026
  • voice_talk_realtime Public

    Browser-side real-time voice conversation via WebAssembly. Multi-provider support.

    openprx/voice_talk_realtime’s past year of commit activity
    Rust 0 Apache-2.0 0 0 0 Updated Mar 18, 2026
  • wacli Public Forked from steipete/wacli

    WhatsApp CLI — fork with added JSON-RPC daemon and webhook features.

    openprx/wacli’s past year of commit activity
    Go 0 MIT 111 0 0 Updated Mar 18, 2026
  • openpr-webhook Public

    Webhook handler for OpenPR event integrations.

    openprx/openpr-webhook’s past year of commit activity
    Rust 0 Apache-2.0 0 0 0 Updated Mar 18, 2026
  • prx-memory Public

    Local-first MCP memory component for coding agents. Store, recall, evolve.

    openprx/prx-memory’s past year of commit activity
    Rust 0 Apache-2.0 0 0 0 Updated Mar 18, 2026
  • openpr Public

    Open-source project management platform with built-in governance, AI agent integration, and MCP support.

    openprx/openpr’s past year of commit activity
    Rust 0 Apache-2.0 0 0 0 Updated Mar 18, 2026
  • prx Public

    Self-evolving AI assistant framework. Multi-provider, multi-channel, with governance and MCP support.

    openprx/prx’s past year of commit activity
    Rust 0 Apache-2.0 0 0 0 Updated Mar 18, 2026
  • prx-waf Public

    High-performance Web Application Firewall built on Pingora. OWASP CRS, GeoIP (ip2region), bot detection, API security, and 644+ built-in rules.

    openprx/prx-waf’s past year of commit activity
    Rust 0 Apache-2.0 0 0 0 Updated Mar 18, 2026

Top languages

Loading…