Releases: lizTheDeveloper/solarpunk_utopia
Releases · lizTheDeveloper/solarpunk_utopia
Solarpunk Mesh Network v1.0.0-alpha
First Android Release - Standalone Offline App
This is the first Android build of the Solarpunk Gift Economy Mesh Network. The entire Python backend runs on your device - no internet required.
Features
- Embedded Python backend via Chaquopy (FastAPI on localhost)
- DTN Bundle System for delay-tolerant networking
- ValueFlows economic coordination (offers, needs, exchanges)
- Web of Trust with vouch chains
- Encrypted messaging with panic features
- Works 100% offline after install
Requirements
- Android 8.0+ (API 26)
- 2GB RAM minimum (4GB recommended)
- ~150MB storage
Installation
- Download
app-debug.apkbelow - Enable "Install from unknown sources" in Settings
- Open the APK and install
- First launch takes ~3-5 seconds while Python starts
What's Inside
- Python 3.8 runtime
- FastAPI + Uvicorn
- SQLite databases
- PyNaCl cryptography
- React frontend in WebView
🤖 Generated with Claude Code