# ClassEve > ClassEve builds resilient, privacy-first software and developer tools. Wherever it can, the software runs on your own device instead of a server, and every product is held to a strict, documented engineering standard. The catalog spans a computer-operating desktop assistant, on-device and cloud voice-to-text, live speech translation, a free document reader, and free open-source engines for AI agents and local model inference. ClassEve (also written CLASSEVE) is an independent software company. Its public website is https://classeve.com and its open-source code is at https://github.com/classeve-public. For the complete machine-readable reference in one file, see https://classeve.com/llms-full.txt. ## Products - [REX](https://classeve.com/rex): The flagship — a desktop AI that operates your Windows PC by voice or text: it opens your apps and works through multi-step tasks on your machine. Pre-launch; a public waitlist is open and there is no download yet. Full details: https://classeve.com/llms/rex.md - [Lven Instant](https://classeve.com/releases/lven): On-device voice-to-text. Press a hotkey or tap a floating bubble, speak, and the text appears at your cursor in another app — with transcription running entirely on your device. Live on Windows, Linux, and Android (on Google Play), with macOS and iPhone soon. Subscription with a 3-day free trial. Full details: https://classeve.com/llms/lven-instant.md - [Lven Cloud](https://classeve.com/releases/lven/cloud): Server-side voice-to-text for the highest accuracy on any hardware, including a $35/month realtime tier. A separate product from Lven Instant with its own subscription. Full details: https://classeve.com/llms/lven-cloud.md - [earslate](https://classeve.com/releases/earslate): Free, no-account live speech translation for Android. It streams nearby speech to Gemini or OpenAI and plays the translation into your earbuds in real time — no account, subscription, or API-key setup, because a ClassEve broker issues a short-lived credential per session. Full details: https://classeve.com/llms/earslate.md ## Free and open source (Apache-2.0) - [Context Zero Engine](https://classeve.com/public/context-zero-engine): A local code-intelligence engine for AI agents. Indexes a repository into a code graph and serves targeted context — symbols, effects, contracts, similar code, and blast radius — over the Model Context Protocol (MCP) and HTTP. 15 languages, 61 MCP tools. Source: https://github.com/classeve-public/context-zero-engine · Full details: https://classeve.com/llms/context-zero-engine.md - [RAI](https://classeve.com/public/rai): A CPU-only LLM inference engine in pure Rust — 4-bit quantized AVX2 kernels, speculative decoding, and a local HTTP/MCP server, with no CUDA, PyTorch, or GGML at runtime. `cargo install classeve-rai-server`. Source: https://github.com/classeve-public/rai · Full details: https://classeve.com/llms/rai.md - [Credential Airlock](https://classeve.com/public/airlock): A self-hosted credential proxy for AI agents. The agent sees placeholder keys; a deny-by-default local proxy injects the real credential for allow-listed hosts and audits the traffic. A research preview, not an OS-level sandbox. Source: https://github.com/classeve-public/credential-airlock · Full details: https://classeve.com/llms/credential-airlock.md - [Folio PDF](https://classeve.com/public/folio-pdf): A free, ad-free, offline document reader for Android. Opens PDF, DOCX, RTF, XLSX, CSV, PPTX outlines, Markdown, plain text, JSON, and XML with no account or subscription. Full details: https://classeve.com/llms/folio-pdf.md ## About - [About ClassEve](https://classeve.com/about): Company information. - [The Standard](https://classeve.com/standard): The engineering bar used to separate production-ready releases from early access and research. - [Sub-processors](https://classeve.com/legal/subprocessors): Third-party providers used, named publicly. - [Privacy](https://classeve.com/privacy) · [Security](https://classeve.com/security) · [Status](https://classeve.com/status) · [API](https://classeve.com/api) - [GitHub (classeve-public)](https://github.com/classeve-public): Open-source repositories. ## Optional - [Full reference in one file](https://classeve.com/llms-full.txt): Every product, in depth, self-contained.