Sovereign Composable Tools
Local-first tools for open protocols
We build Unix-style command-line tools for the decentralized social web. Each tool does one thing well and composes naturally with pipes and scripts.
Why?
The social web is fracturing into walled gardens. We believe in:
- Your data, your machine - Local-first, no cloud dependencies
- Open protocols - Nostr, ActivityPub, SSB - not corporate APIs
- Unix philosophy - Small tools that compose via stdin/stdout
- Agent-friendly - JSON output, meaningful exit codes, scriptable
Get Started
# Clone and build
git clone https://github.com/sovereign-composable-tools/plurcast.git
cd plurcast && cargo build --release
# Post to Nostr
./target/release/plur-post "Hello decentralized world!" --platform nostr
# Try without setup (shared test account)
plur-post "Testing!" --platform nostr --account shared-test
Projects
See our projects page for the full list, or check out Plurcast - our multi-platform social posting tool.
Philosophy
Read about the five principles that guide our work: Sovereignty, Composability, Locality, Portability, and Openness.