Certified Startup
Natively is a desktop AI assistant for live professional conversations, available for Windows and macOS.
What it does
The application captures microphone and system audio as two independent channels through a native audio layer, applies voice-activity gating so speech recognition runs only on actual speech, and transcribes in real time. It maintains a local index of the user's own material — resume, job descriptions, project documents, notes and past session transcripts. When the user needs assistance, the application retrieves relevant passages from that index and constructs an answer grounded in the retrieved material. If no supporting passage exists, it says so rather than inventing one.
Modes
Behaviour is tuned separately for distinct working contexts: client and sales calls, internal team meetings, interviews, lectures and seminars, research sessions, and general workplace communication. Source adherence is strict for lectures and document-led sessions, broader for sales and internal discussion.
Architecture
Transcription, embedding generation, indexing and retrieval execute on the user's device. Retrieval combines dense vector search, lexical search and a local reranker under a hard millisecond-level deadline, so assistance arrives within the natural pause of a conversation. A cascading provider layer falls back across multiple speech and language model providers, including bundled offline local models, without interrupting the session.
Privacy model
Users supply their own model API keys. Conversation content passes from the user's machine directly to their chosen provider and is never stored on company infrastructure. Fully offline operation is supported through bundled local transcription and embedding models. The core is released as open source under AGPL, so the privacy claim is independently verifiable.
Availability and commercial model
Distributed as a downloadable application, available globally. The open-source core is free. A paid Pro tier for individuals unlocks advanced meeting, interview and document capability, billed monthly and annually. A managed API tier supplies pooled model access for users who prefer not to configure their own keys. Payments are processed through an international merchant of record.