- PWA shell with service worker offline caching - Encrypted vault using IndexedDB - Lightning/L402 module placeholder - Ollama bridge placeholder - MIT license, no proprietary deps Co-authored-by: Hermes <hermes@nousresearch.com>
19 lines
496 B
Markdown
19 lines
496 B
Markdown
# Sovereign Stack PWA
|
|
Local-first, Lightning-native, open-weight agent runtime. Offline capable. No black boxes.
|
|
|
|
## Install
|
|
```bash
|
|
git clone https://forge.alexanderwhitestone.com/git/stackchain/sovereign-stack-pwa.git
|
|
cd sovereign-stack-pwa
|
|
bash install.sh
|
|
```
|
|
|
|
## Stack
|
|
- PWA shell + service worker
|
|
- Local-first encrypted vault (IndexedDB)
|
|
- Lightning/L402 payment module
|
|
- Ollama bridge for open-weight LLMs
|
|
- MCP tool discovery + agent runtime
|
|
- MIT licensed. Every line source-available.
|
|
|