Notate is a powerful desktop research assistant that combines AI-driven analysis with advanced vector search technology. It streamlines your research workflow by intelligently processing, organizing, and retrieving information from documents, audio, and text across multiple formats. With support for various LLM providers and local models, Notate offers flexible AI capabilities while maintaining data privacy. Built for researchers, academics, and knowledge workers, it features real-time collaboration, accessible UI, and cross-platform compatibility.
Download the latest version of Notate for your platform:
For detailed installation instructions, see our Installation Guide.
- Getting Started: A quick overview of Notate
- Installation Guide: Detailed setup instructions
- Model Configuration: Configure AI models and embeddings
- File Collections: How to use File Collections
- File Collection Tools: Tools to ingest content from outside sources
- API Reference: Technical documentation for developers
- Troubleshooting: Troubleshooting guide
Visit our complete documentation at https://notate.hairetsu.com/docs
Join our Discord community to get help, share feedback, and connect with other users and developers: Discord Server
If you find this project helpful, consider supporting its development:
Donations are used to cover the costs of running the project, including server costs, domain registration, signed certificates, and other expenses.
- Ollama Installed
- Python 3.10
- Node.js v16 or higher
- Package manager: npm or pnpm
- At least 2GB of free disk space (Recommended 10GB+ minimum for local models and FileCollections)
- Minimum 8GB RAM recommended
- CPU: 4 cores or more
- GPU recommended for local model inference 10GB VRAM or more preferably
- Operating System:
- macOS 10.15 or later (Intel/Apple Silicon)
- Windows 10/11
- Linux (Ubuntu 20.04 or later)
- Python 3.10
- Node.js v16 or higher
- Package manager: npm or pnpm
- CPU: 4 cores or more
- MEMORY: 8GB RAM or more
- DISK: 2GB free space (Recommended 4GB minimum for FileCollections)
- OpenAI API key (optional)
- Required for OpenAI embeddings and GPT models
- Configure in settings after installation
- Anthropic API key (optional)
- Required for Claude models
- Configure in settings after installation
- Google API key (optional)
- Required for Google models
- Configure in settings after installation
- XAI API key (optional)
- Required for XAI models
- Configure in settings after installation
- Clone the repository:
git clone https://github.com/CNTRLAI/Notate.git
- Navigate to the electron project directory:
cd notate/Frontend
- Install dependencies:
npm install
orpnpm install
- Build the frontend:
npm run build
orpnpm run build
- Dev mode (macOS):
npm run dev:mac
orpnpm run dev:mac
- Dev mode (Windows):
npm run dev:win
orpnpm run dev:win
- Dev mode (Linux):
npm run dev:linux
orpnpm run dev:linux
- Production mode (macOS):
npm run dist:mac
orpnpm run dist:mac
- Production mode (Windows):
npm run dist:win
orpnpm run dist:win
- Production mode (Linux):
npm run dist:linux
orpnpm run dist:linux
(if Apple Silicon)
- macOS:
Notate/Frontend/dist/mac-arm64/Notate.app
- macOS Installer:
Notate/Frontend/dist/Notate.dmg
(if Intel)
- macOS:
Notate/Frontend/dist/mac/Notate.app
- macOS Installer:
Notate/Frontend/dist/Notate.dmg
(if Windows)
- Executable:
Notate/Frontend/dist/Notate.exe
- Installer:
Notate/Frontend/dist/Notate.msi
(if Linux)
- AppImage:
Notate/Frontend/dist/Notate.AppImage
- Debian Package:
Notate/Frontend/dist/Notate.deb
- Chrome Extension For Ingesting Webpages/Files
- Advanced Ingestion Settings
- Advanced Agent Actions
- Additional Document Types
- Output to Speech
- built-in llama.cpp support