back to home

evinjohnn / natively-cluely-ai-assistant

Natively is an open-source, privacy-first AI meeting assistant and the best alternative to Cluely. It supports both local models and cloud AI providers , delivering real-time assistance during meetings, interviews, and conversations while remaining invisible in screen shares and recordings.

689 stars
144 forks
8 issues
TypeScriptRustPython

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing evinjohnn/natively-cluely-ai-assistant in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/evinjohnn/natively-cluely-ai-assistant)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

**Natively – Open Source AI Meeting Assistant & Cluely Alternative** --- > **Natively** is a **free, privacy-first AI Copilot** for **Google Meet, Zoom, and Teams**. It serves as an open-source alternative to Cluely, providing **real-time transcription**, **interview assistance**, and **automated meeting notes** completely locally. Unlike cloud-only tools, Natively uses **Local RAG (Retrieval Augmented Generation)** to remember past conversations, giving you instant answers during **technical interviews**, **sales calls**, and **daily standups**. --- Support Natively The community around **Natively** created a Pump.fun token to support the project. Creator rewards help cover **AI/API bills** and ongoing development costs. Why Natively? While other tools focus on being "lightweight" wrappers, Natively is a complete intelligence system. • **Local Vector Database (RAG):** We embed your meetings locally so you can ask, "What did John say about the API last week?" • **Rich Dashboard:** A full UI to manage, search, and export your history—not just a floating window. • **Rolling Context:** We don't just transcribe; we maintain a "memory window" of the conversation for smarter answers. --- Demo This demo shows **a complete live meeting scenario**: • Real-time transcription as the meeting happens • Rolling context awareness across multiple speakers • Screenshot analysis of shared slides • Instant generation of what to say next • Follow-up questions and concise responses • All happening live, without recording or post-processing --- Download Natively _The privacy-first AI assistant for meetings._ Requires macOS 12+ or Windows 10/11 > [!NOTE] > **macOS Users:** > > 1. **"Unidentified Developer"**: If you see this, Right-click the app > Select **Open** > Click **Open**. > 2. **"App is Damaged"**: If you see this, run the command in Terminal based on your download: > > **For .zip downloads:** > > > > **For .dmg downloads:** > 1. Open Terminal and run: > > 2. Install the natively.dmg > 3. Open Terminal and run: What's New in v2.0.5 Version 2.0.5 delivers major reliability fixes to Stealth Mode and Process Disguise. • **Eliminated Feedback Loops**: Completely eliminated the bug where toggling Undetectable mode would sometimes cause the app to rapidly toggle itself on and off due to React state feedback. • **Process Disguise Reliability**: Fixed a regression where the macOS dock icon would mysteriously reappear several seconds after entering stealth mode if a disguise had recently been applied. • **Disabled Interaction in Stealth**: The Process Disguise selector is now visually disabled and locked while Undetectable mode is active, preventing accidental state mismatches. • **Settings Init Fix**: Fixed an issue where the Settings UI would briefly show incorrect stealth/disguise toggle states when first opened. • **Hardened Background Activation**: The app is now protected against macOS events (like clicking the app in Finder) accidentally breaking stealth mode and re-showing the dock icon. --- Table of Contents • Why Natively? • Privacy & Security • Quick Start (End Users) • Installation (Developers) • AI Providers • Key Features • Meeting Intelligence Dashboard • Use Cases • Comparison • FAQ • Architecture Overview • Technical Details • Known Limitations • Responsible Use • Contributing • License --- What Is Natively? **Natively** is a **desktop AI assistant for live situations**: • Meetings • Interviews • Presentations • Classes • Professional conversations It provides: • Live answers • Rolling conversational context • Screenshot and document understanding • Real-time speech-to-text • Instant suggestions for what to say next All while remaining **invisible, fast, and privacy-first**. --- Privacy & Security (Core Design Principle) • 100% open source (AGPL-3.0) • Bring Your Own Keys (BYOK) • Local AI option (Ollama) • All data stored locally • No telemetry • No tracking • No hidden uploads You explicitly control: • What runs locally • What uses cloud AI • Which providers are enabled --- Installation (Developers & Contributors) Prerequisites • Node.js (v20+ recommended) • Git • Rust (required for native audio capture) AI Credentials & Speech Providers **Natively is 100% free to use with your own keys.** Connect **any** speech provider and **any** LLM. No subscriptions, no markups, no hidden fees. All keys are stored locally. Unlimited Free Transcription (Whisper, Google, Deepgram) • **Soniox** (API Key) • **Google Cloud Speech-to-Text** (Service Account) • **Groq** (API Key) • **OpenAI Whisper** (API Key) • **Deepgram** (API Key) • **ElevenLabs** (API Key) • **Azure Speech Services** (API Key + Region) • **IBM Watson** (API Key + Region) AI Engine Support (Bring Your Own Key) Connect Natively to **any** leading model or local inference engine. | Provider | Best For | | :------------------------- | :---------------------------------------------------------- | | **Gemini 3.1 Pro/Flash** | Recommended: Massive context window (2M tokens) & low cost. | | **OpenAI (GPT-5.2)** | High reasoning capabilities. | | **Anthropic (Claude 4.5)** | Coding & complex nuanced tasks. | | **Groq / Llama 3.3** | Insane speed (near-instant answers). | | **Ollama / LocalAI** | 100% Offline & Private (No API keys needed). | | **OpenAI-Compatible** | Connect to _any_ custom endpoint (vLLM, LM Studio, etc.) | > **Note:** You only need ONE speech provider to get started. We recommend **Google STT** ,**Groq** or **Deepgram** for the fastest real-time performance. --- To Use Google Speech-to-Text (Optional) Your credentials: • Never leave your machine • Are not logged, proxied, or stored remotely • Are used only locally by the app What You Need: • Google Cloud account • Billing enabled • Speech-to-Text API enabled • Service Account JSON key Setup Summary: • Create or select a Google Cloud project • Enable Speech-to-Text API • Create a Service Account • Assign role: • Generate and download a…