Releases: POWDER-RANGER/CIVWATCH
Releases · POWDER-RANGER/CIVWATCH
Release list
CIVWATCH main
CIVWATCH main
Civic transparency platform — government data ingestion, ML anomaly scoring, and document analysis.
Downloads
| Platform | File | Notes |
|---|---|---|
| Windows | CIVWATCH-Setup-*.exe |
NSIS installer, Windows 10/11 x64 |
| Android | app-debug.apk |
Enable "Install from unknown sources" |
What's included
- FastAPI ML scoring service (TF-IDF + DBSCAN anomaly detection)
- Backend ingestion workers (USASpending.gov + Congress.gov)
- Electron desktop shell with auto-updater
- React frontend dashboard
Install (Windows)
- Download
CIVWATCH-Setup-*.exe - Run installer — creates Start Menu + Desktop shortcut
- App auto-updates on launch
Install (Android)
- Download
app-debug.apk - Enable Settings → Security → Install unknown apps
- Open the APK to install
CIVWATCH v1.0.0 - Production Release
🎉 CIVWATCH v1.0.0 - Production Release
📥 Download Executable
Choose your platform below:
- Windows:
civwatch-1.0.0-windows-x64.exe- Standalone executable, no installation required - macOS:
civwatch-1.0.0-macos-arm64.dmg- Apple Silicon (M1/M2/M3) - macOS (Intel):
civwatch-1.0.0-macos-x64.dmg- Intel Macs - Linux:
civwatch-1.0.0-linux-x64.AppImage- AppImage bundle, executable directly
🚀 Quick Start
- Download the executable for your platform above
- Run it directly (no installation needed)
- Access dashboard at
http://localhost:5173 - Import your government data sources
- Start analyzing
✅ What's Included
- ✓ Full GraphQL API
- ✓ Real-time anomaly detection (DBSCAN)
- ✓ NLP sentiment & intent analysis
- ✓ Redis caching layer (production-optimized)
- ✓ Interactive knowledge graph dashboard
- ✓ Docker containerization support
- ✓ 85% test coverage
🔧 System Requirements
Minimum:
- 4GB RAM
- 500MB disk space
- Python 3.9+ runtime (included in executable)
- Modern web browser (Chrome, Firefox, Safari)
Recommended:
- 8GB+ RAM
- 2GB disk space for data
- PostgreSQL 13+ (optional, for large datasets)
- Redis 6.0+ (optional, for distributed caching)
📋 Release Notes
New in v1.0.0:
- Multi-source government data ingestion
- Real-time DBSCAN anomaly clustering
- NLP-powered sentiment analysis
- GraphQL + REST API
- Docker containerization
- Full Docker/GCP deployment support
- 85% unit test coverage
- Production CI/CD pipeline
Bug Fixes:
- Fixed PostgreSQL connection pooling under load
- Resolved NLP sentiment model calibration issues
- Improved DBSCAN clustering performance (2x faster)
Known Issues:
- Load testing for 1M+ records in progress
- Sentiment model fine-tuning on local government corpora planned for v1.1
📖 Documentation
🙏 Credits
Built with Python, PostgreSQL, Redis, GraphQL, and React.
Deployed via Docker & Google Cloud Run.
Need help? Open an issue or start a discussion.