Open source granola.ai alternative for taking actionable notes from meetings for macOS without meeting bots.
- No Meeting Bots - No need to join meetings to take notes
- Privacy-First - Your audio never leaves your machine
- Streamlined - Get actionable notes from your meetings
- Open Source - Full transparency and control over your data
- Language: TypeScript
- Framework: Next.js, Electron
- UI: shadcn/ui, Tailwind CSS
- Monorepo: Turborepo, pnpm
openscriber/
├── apps/
│ ├── desktop/ # Electron app
│ └── web/ # Web app
├── packages/
│ ├── ui/ # Shared UI components
│ ├── eslint-config/ # Shared ESLint config
│ └── typescript-config/ # Shared TypeScript config
# Development
pnpm dev # Run all apps
pnpm dev:desktop # Run desktop app only
# Building
pnpm build # Build all apps
pnpm build:mac # Build macOS app
# Code Quality
pnpm lint # Lint all packages
pnpm typecheck # Type check
pnpm format # Format code
GPL-3.0 License - see LICENSE file for details.