Local-first, open-source apps
Own your data. Use any model you want. Free and open source ❤️
🚧 Development Update: Development on Epicenter will be a bit slower in the coming week while Braden takes some calls and stabilizes a new framework. Updates will resume after!
📢 Repository Update: Whispering has become Epicenter! The original repository moved here. Everything else remains the same—same tools, same philosophy, same team.
Full details...
- Whispering's evolution beyond transcription required changes to the repository's structure and branding.
- Everything else remains the same—same tools, same philosophy, same team.
- The original app lives on as Epicenter Whispering, keeping a tight focus on transcription.
- This makes room for standalone apps with complementary, but non-transcription-related features (like Epicenter Assistant).
- The new root of the Epicenter repository contains common files supporting all the apps in the ecosystem.
- Note: the old URL github.com/braden-w/whispering is now just a thin placeholder redirecting to this rebranded repository.
Tools • Vision • Contributing • Discord •
Epicenter is an ecosystem of open-source, local-first apps. Our eventual goal is to store all of your data—notes, transcripts, chat histories—in a single folder of plain text and SQLite. Every tool we build shares this memory. It's open, tweakable, and yours. Grep it, open it in Obsidian, host it wherever you like. The choice is yours.
🎙️ Epicenter WhisperingPress shortcut → speak → get text. Desktop transcription that cuts out the middleman. Bring your own API key. |
🤖 Epicenter Assistant (currently unstable, waiting for this PR in OpenCode to merge)A local-first assistant you can chat with. It lives in your folder, becoming the access point to everything you've ever written, thought, or built. |
Our vision is to build a personal workspace where you own your data, choose your models, and replace siloed apps with open, interoperable alternatives. All while preserving authenticity and being free and open source.
Epicenter will have more apps in the future, but for now, the best way to get started is to run Whispering locally:
# Prerequisites:
# - Install Bun from https://bun.sh (run bun upgrade if there's issues)
# - Install Rust and Cargo from https://www.rust-lang.org/tools/install (brew install rustup)
git clone https://github.com/epicenter-so/epicenter.git
cd epicenter
bun install # Will prompt to upgrade if your Bun version is too old
cd apps/whispering
bun dev
If you think like a generalist, build like a hacker, and value tools that respect your mind—you'll fit right in.
If you're passionate about open source, local-first software, or are just a cracked Svelte/TypeScript developer—we'd love to build with you.
→ Read our Contributing Guide to get started
Contributors coordinate and share ideas in our Discord community.
MIT. Build on it. Fork it. Make it yours. Please contribute if you can.
Contact: [email protected] | Discord | @braden_wong_
Built with ❤️ for data ownership, local-first, and open-source