Releases: AsyncLegs/prapory
Releases · AsyncLegs/prapory
Prapory v1.0.0
Prapory v1.0.0 — Visual editor for flagd feature flag configurations
Desktop app (Tauri v2) and web editor for flagd — an open-source feature flag daemon from the OpenFeature project.
Features
- Flag list — sidebar with search, add and delete
- Flag editor — form for key, state, type, variants, targeting rules and metadata
- Monaco Editor JSON panel — two-way sync (form ↔ JSON)
- Import / Export — load and save flagd JSON files
- Real-time validation
- Visual targeting rule builder — if/then/else with operators (
==,!=,in,ends_with,starts_with,sem_ver) - Fractional rollout — split traffic between variants by weight
- $evaluators — reusable targeting rule fragments
Downloads
| Platform | File |
|---|---|
| macOS (Apple Silicon) | Prapory_1.0.0_aarch64.dmg |
| macOS (Intel) | Prapory_1.0.0_x64.dmg |
| Windows (installer) | Prapory_1.0.0_x64-setup.exe |
| Windows (MSI) | Prapory_1.0.0_x64_en-US.msi |
| Linux (deb) | Prapory_1.0.0_amd64.deb |
| Linux (AppImage) | Prapory_1.0.0_amd64.AppImage |
| Linux (rpm) | Prapory-1.0.0-1.x86_64.rpm |
Tech stack
React 18, TypeScript, Vite, Tailwind CSS v4, Zustand, Monaco Editor, Tauri v2.