https://github.com/moinulmoin/openscriber
The open source granola.ai alternative AI note taker app for your back to back meetings
https://github.com/moinulmoin/openscriber
ai meeting meetings note-taking notepad
Last synced: about 1 month ago
JSON representation
The open source granola.ai alternative AI note taker app for your back to back meetings
- Host: GitHub
- URL: https://github.com/moinulmoin/openscriber
- Owner: moinulmoin
- License: other
- Created: 2025-06-27T12:54:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T19:01:29.000Z (3 months ago)
- Last Synced: 2025-08-28T15:05:44.700Z (about 1 month ago)
- Topics: ai, meeting, meetings, note-taking, notepad
- Language: TypeScript
- Homepage: https://openscriber.vercel.app
- Size: 1010 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenScriber
Open source granola.ai alternative for taking actionable notes from meetings for macOS without meeting bots.
## Features
- **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## Tech Stack
- **Language**: TypeScript
- **Framework**: Next.js, Electron
- **UI**: shadcn/ui, Tailwind CSS
- **Monorepo**: Turborepo, pnpm## Project Structure
```
openscriber/
├── apps/
│ ├── desktop/ # Electron app
│ └── web/ # Web app
├── packages/
│ ├── ui/ # Shared UI components
│ ├── eslint-config/ # Shared ESLint config
│ └── typescript-config/ # Shared TypeScript config
```## Commands
```bash
# 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
```## License
GPL-3.0 License - see [LICENSE](LICENSE) file for details.