# epicenter
**Repository Path**: mirrors/epicenter
## Basic Information
- **Project Name**: epicenter
- **Description**: Epicenter 是一个开源、本地优先的应用生态系统
- **Primary Language**: JavaScript
- **License**: AGPL-3.0
- **Default Branch**: main
- **Homepage**: https://www.oschina.net/p/epicenter
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-08-19
- **Last Updated**: 2026-01-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Epicenter
Local-first, open-source apps
Own your data. Use any model you want. Free and open source ❤️
> **📢 Repository Update:** Whispering has become **Epicenter**! The original repository moved [here](https://github.com/EpicenterHQ/epicenter/tree/main/apps/whispering). 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*](https://github.com/EpicenterHQ/epicenter/tree/main/apps/whispering), keeping a tight focus on transcription.
> - This makes room for standalone apps with complementary, but non-transcription-related features (like [*Epicenter Assistant*](https://github.com/EpicenterHQ/epicenter/tree/main/apps/sh)).
> - The new [root](https://github.com/EpicenterHQ/epicenter/) of the Epicenter repository contains common files supporting all the apps in the ecosystem.
> - Note: the old URL [github.com/braden-w/whispering](https://github.com/braden-w/whispering) is now just a thin placeholder redirecting to this rebranded repository.
>
>
Tools •
Vision •
Contributing •
Discord •
---
## What is Epicenter?
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.
### The Vision (how the ecosystem will work):
- Long-time Epicenter Whispering users may have configured numerous LLM API keys, transformations, and even local models.
- When the Epicenter Assistant is started for the very first time, all these API keys, transformations and local models seamlessly work.
- Epicenter Assistant may even access Whispering transcription history to provide personalized results out of the box.
- Of course, this works the other way, too: Whispering can take advantage of your Epicenter Assistant history to optimize transcriptions and transformations!
- In a siloed ecosystem, this requires much more effort, or may not even be possible.
## Current Tools
|
Press shortcut → speak → get text. Desktop transcription that cuts out the middleman. Bring your own API key.
→ View source code
|
Currently being rebuilt.
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.
→ Track rebuild progress on the rebuild-assistant branch
|
## Where We're Headed
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.
## Quick Start
### Install Epicenter Whispering
Our first app in the ecosystem. Choose your installation method:
**macOS (Homebrew)**
```bash
brew install --cask whispering
```
**macOS, Windows, Linux (Direct Download)**
Download the installer for your platform from [GitHub Releases](https://github.com/EpicenterHQ/epicenter/releases/latest):
- macOS: `.dmg` (Apple Silicon or Intel)
- Windows: `.msi` or `.exe`
- Linux: `.AppImage`, `.deb`, or `.rpm`
**→ [Full installation guide and setup instructions](https://github.com/EpicenterHQ/epicenter/tree/main/apps/whispering#install-whispering)**
### Build from Source
For developers or contributors:
```bash
# 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/EpicenterHQ/epicenter.git
cd epicenter
bun install # Will prompt to upgrade if your Bun version is too old
cd apps/whispering
bun dev
```
### Troubleshooting
If you encounter issues after switching branches or pulling changes (like "render_fn is not a function" errors), run from the repo root:
```bash
bun clean # Clears caches and node_modules
bun install # Reinstall dependencies
```
For a complete reset including Rust build artifacts (~10GB, takes longer to rebuild):
```bash
bun nuke # Clears everything including Rust target
bun install
```
Note: You rarely need `bun nuke` since Cargo handles incremental Rust builds well. Use `bun clean` first; reserve `bun nuke` for when things are truly broken.
## Join Us
## Discord Community
If you think like a generalist, build like a hacker, and value tools that respect your mind—you'll fit right in.
**→ [Join our Discord](https://go.epicenter.so/discord)**
### We're looking for contributors
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](CONTRIBUTING.md) to get started**
Contributors coordinate and share ideas in our Discord community.
## Tech Stack
## License
[AGPL-3.0](LICENSE). Build on it. Fork it. Make it yours. Please contribute if you can.
---
Contact: github@bradenwong.com | Discord | @braden_wong_
Built with ❤️ for data ownership, local-first, and open-source