OpenJarvis 1.0 Release: Local-First Personal AI via Ollama
OpenJarvis 1.0 is an open-source framework for building personal AI agents that run on local hardware, now featuring built-in support for Ollama. Developed by Stanford’s Hazy Research and Scaling Intelligence labs, the project is part of the ‘Intelligence Per Watt’ research initiative focused on efficient local AI.
Local-First Architecture
OpenJarvis shifts the default for personal AI from cloud-dependency to local execution. While local models can handle most daily reasoning and chat tasks, OpenJarvis ensures models run locally by default, making cloud access optional. The framework tracks accuracy alongside energy consumption, latency, and cost.
Integration with Ollama
OpenJarvis integrates directly with Ollama to manage and execute models. Users can pull specific models through the jarvis CLI and assign them to queries or set them as defaults in the configuration file.
Model Configuration
Users can specify a default model and engine in ~/.openjarvis/config.toml using the following configuration:
[intelligence]
default_model = "qwen3.5:35b"
preferred_engine = "ollama"
Built-in Agent Presets
OpenJarvis provides ready-to-run presets that bundle agents with the necessary tools and engines for specific workflows:
Morning Briefing Agent
The morning-digest-mac preset allows users to generate a daily briefing by connecting the agent to their calendar, email, and current news feeds.
Deep Research Agent
The deep-research preset enables research across the web and local documents. It supports indexing local directories via jarvis memory index and provides answers with citations.
Local Coding Agent
The code-assistant preset provides a coding agent capable of writing and executing Python code directly on the user's machine to complete tasks.
Installation and Setup
OpenJarvis is available for macOS, Linux, and Windows (via WSL2 or a desktop app). The installation process involves installing Ollama and running the provided install script:
curl -fsSL https://open-jarvis.github.io/OpenJarvis/install.sh | bash
Sources
Related
- Project
- Dispatch
- Dispatch
- Dispatch
- Project