[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-74054":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},74054,"OpenJarvis","open-jarvis\u002FOpenJarvis","open-jarvis","Personal AI, On Personal Devices","",null,"Python",6514,1409,102,39,0,268,791,1914,804,115.45,"Apache License 2.0",false,"main",true,[],"2026-06-12 04:01:12","\u003Cdiv align=\"center\">\n  \u003Cimg alt=\"OpenJarvis\" src=\"assets\u002FOpenJarvis_Horizontal_Logo.png\" width=\"400\">\n\n  \u003Cp>\u003Ci>Personal AI, On Personal Devices.\u003C\u002Fi>\u003C\u002Fp>\n\n  \u003Cp>\n    \u003Ca href=\"https:\u002F\u002Fscalingintelligence.stanford.edu\u002Fblogs\u002Fopenjarvis\u002F\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fproject-OpenJarvis-blue\" alt=\"Project\">\u003C\u002Fa>\n    \u003Ca href=\"https:\u002F\u002Fopen-jarvis.github.io\u002FOpenJarvis\u002F\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fdocs-mkdocs-blue\" alt=\"Docs\">\u003C\u002Fa>\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fpython-%3E%3D3.10-blue\" alt=\"Python\">\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-Apache%202.0-green\" alt=\"License\">\n    \u003Ca href=\"https:\u002F\u002Fdiscord.gg\u002FYZZRxCAhmm\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fdiscord-join-7289da?logo=discord&logoColor=white\" alt=\"Discord\">\u003C\u002Fa>\n  \u003C\u002Fp>\n\u003C\u002Fdiv>\n\n---\n\n> **[Documentation](https:\u002F\u002Fopen-jarvis.github.io\u002FOpenJarvis\u002F)**\n>\n> **[Project Site](https:\u002F\u002Fscalingintelligence.stanford.edu\u002Fblogs\u002Fopenjarvis\u002F)**\n>\n> **[Leaderboard](https:\u002F\u002Fopen-jarvis.github.io\u002FOpenJarvis\u002Fleaderboard\u002F)**\n>\n> **[Roadmap](https:\u002F\u002Fopen-jarvis.github.io\u002FOpenJarvis\u002Fdevelopment\u002Froadmap\u002F)**\n\n## Why OpenJarvis?\n\nPersonal AI agents are exploding in popularity, but nearly all of them still route intelligence through cloud APIs. Your \"personal\" AI continues to depend on someone else's server. At the same time, our [Intelligence Per Watt](https:\u002F\u002Fwww.intelligence-per-watt.ai\u002F) research showed that local language models already handle 88.7% of single-turn chat and reasoning queries, with intelligence efficiency improving 5.3× from 2023 to 2025. The models and hardware are increasingly ready. What has been missing is the software stack to make local-first personal AI practical.\n\nOpenJarvis is that stack. It is an opinionated framework for local-first personal AI, built around three core ideas: shared primitives for building on-device agents; evaluations that treat energy, FLOPs, latency, and dollar cost as first-class constraints alongside accuracy; and a learning loop that improves models using local trace data. The goal is simple: make it possible to build personal AI agents that run locally by default, calling the cloud only when truly necessary. OpenJarvis aims to be both a research platform and a production foundation for local AI, in the spirit of PyTorch.\n\n## Installation\n\n```bash\ncurl -fsSL https:\u002F\u002Fopenjarvis.ai\u002Finstall.sh | bash\n```\n\nThat's it. The installer handles everything: uv, the Python venv, Ollama, and pulling a small starter model. About 3 minutes on a typical broadband connection. Then:\n\n```bash\njarvis\n```\n\nThe Rust extension and bigger models continue downloading in the background while you chat. Run `jarvis doctor` to see status.\n\n**Platforms:** macOS (Intel + Apple Silicon), Linux, WSL2 on Windows.\n\n**Manual install \u002F contributors:** see [docs\u002Fgetting-started\u002Finstall.md](docs\u002Fgetting-started\u002Finstall.md).\n\n## Quick Start\n\n```bash\ncurl -fsSL https:\u002F\u002Fopenjarvis.ai\u002Finstall.sh | bash\njarvis\n```\n\n`jarvis init --preset \u003Cname>` switches to a starter config. Available presets: `morning-digest-mac`, `morning-digest-linux`, `morning-digest-minimal`, `deep-research`, `code-assistant`, `scheduled-monitor`, `chat-simple`.\n\n## Starter Configs\n\nInstall any preset with one command:\n\n```bash\nuv run jarvis init --preset morning-digest-mac   # or any preset below\n```\n\n> Prefix every `jarvis ...` invocation with `uv run`, or activate the venv first (`source .venv\u002Fbin\u002Factivate`) so plain `jarvis ...` works for the rest of your shell session.\n\n| Preset | Use Case | What it does |\n|--------|----------|-------------|\n| `morning-digest-mac` | Daily Briefing (Mac) | Spoken briefing from email, calendar, health, news with Jarvis voice |\n| `morning-digest-linux` | Daily Briefing (Linux) | Same, with vLLM support for GPU servers |\n| `morning-digest-minimal` | Daily Briefing (minimal) | Just Gmail + Calendar, runs on any machine |\n| `deep-research` | Research Assistant | Multi-hop research across indexed docs with citations |\n| `code-assistant` | Code Companion | Agent with code execution, file I\u002FO, and shell access |\n| `scheduled-monitor` | Persistent Monitor | Stateful agent that runs on a schedule with memory |\n| `chat-simple` | Simple Chat | Lightweight conversation, no tools needed |\n\n```bash\n# Example: Morning Digest on Mac\nuv run jarvis init --preset morning-digest-mac\nuv run jarvis connect gdrive          # one OAuth flow covers Gmail, Calendar, Tasks\nuv run jarvis digest --fresh          # generate and play your first briefing\n\n# Example: Deep Research\nuv run jarvis init --preset deep-research\nuv run jarvis memory index .\u002Fdocs\u002F    # requires the Rust extension — see Setup above\nuv run jarvis ask \"Summarize all emails about Project X\"\n```\n\n### Skills\n\nSkills teach agents how to better use tools and improve their reasoning. Every skill is a tool — agents discover them from a catalog and invoke them on demand.\n\n```bash\n# Install skills from public sources\njarvis skill install hermes:arxiv\njarvis skill sync hermes --category research\n\n# Use skills with any agent\njarvis ask \"Use the code-explainer skill to explain this Python code: for i in range(5): print(i*2)\"\n\n# Optimize skills from your trace history\njarvis optimize skills --policy dspy\n\n# Benchmark the impact\njarvis bench skills --max-samples 5 --seeds 42\n```\n\nImport from [Hermes Agent](https:\u002F\u002Fgithub.com\u002FNousResearch\u002Fhermes-agent) (~150 skills), [OpenClaw](https:\u002F\u002Fgithub.com\u002Fopenclaw\u002Fskills) (~13,700 community skills), or any GitHub repo. Skills follow the [agentskills.io](https:\u002F\u002Fagentskills.io\u002Fspecification) open standard.\n\nSee the [Skills User Guide](https:\u002F\u002Fopen-jarvis.github.io\u002FOpenJarvis\u002Fuser-guide\u002Fskills\u002F) and [Skills Tutorial](https:\u002F\u002Fopen-jarvis.github.io\u002FOpenJarvis\u002Ftutorials\u002Fskills-workflow\u002F) for details.\n\n### Built-in Agents\n\n| Agent | Type | What it does |\n|-------|------|-------------|\n| `morning_digest` | Scheduled | Daily briefing from email, calendar, health, news — with TTS audio |\n| `deep_research` | On-demand | Multi-hop research with citations across web and local docs |\n| `monitor_operative` | Continuous | Long-horizon monitoring with memory, compression, and retrieval |\n| `orchestrator` | On-demand | Multi-turn reasoning with automatic tool selection |\n| `native_react` | On-demand | ReAct (Thought-Action-Observation) loop agent |\n| `operative` | Continuous | Persistent autonomous agent with state management |\n| `native_openhands` | On-demand | CodeAct — generates and executes Python code |\n| `simple` | On-demand | Single-turn chat, no tools |\n\nSee the [User Guide](https:\u002F\u002Fopen-jarvis.github.io\u002FOpenJarvis\u002Fuser-guide\u002Fmorning-digest\u002F) and [Tutorials](https:\u002F\u002Fopen-jarvis.github.io\u002FOpenJarvis\u002Ftutorials\u002F) for detailed setup instructions.\n\nFull documentation — including Docker deployment, cloud engines, development setup, and tutorials — at **[open-jarvis.github.io\u002FOpenJarvis](https:\u002F\u002Fopen-jarvis.github.io\u002FOpenJarvis\u002F)**.\n\n## Contributing\n\nWe welcome contributions! See the [Contributing Guide](CONTRIBUTING.md) for incentives, contribution types, and the PR process.\n\nQuick start for contributors:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fopen-jarvis\u002FOpenJarvis.git\ncd OpenJarvis\nuv sync --extra dev\nuv run pre-commit install\nuv run pytest tests\u002F -v\n```\n\nBrowse the [Roadmap](https:\u002F\u002Fopen-jarvis.github.io\u002FOpenJarvis\u002Fdevelopment\u002Froadmap\u002F) for areas where help is needed. Comment **\"take\"** on any issue to get auto-assigned.\n\n## About\n\nOpenJarvis is part of [Intelligence Per Watt](https:\u002F\u002Fwww.intelligence-per-watt.ai\u002F), a research initiative studying the efficiency of on-device AI systems. The project is developed at [Hazy Research](https:\u002F\u002Fhazyresearch.stanford.edu\u002F) and the [Scaling Intelligence Lab](https:\u002F\u002Fscalingintelligence.stanford.edu\u002F) at [Stanford SAIL](https:\u002F\u002Fai.stanford.edu\u002F).\n\n## Sponsors\n\n\u003Cp>\n  \u003Ca href=\"https:\u002F\u002Fwww.laude.org\u002F\">Laude Institute\u003C\u002Fa> &bull;\n  \u003Ca href=\"https:\u002F\u002Fdatascience.stanford.edu\u002Fmarlowe\">Stanford Marlowe\u003C\u002Fa> &bull;\n  \u003Ca href=\"https:\u002F\u002Fcloud.google.com\u002F\">Google Cloud Platform\u003C\u002Fa> &bull;\n  \u003Ca href=\"https:\u002F\u002Flambda.ai\u002F\">Lambda Labs\u003C\u002Fa> &bull;\n  \u003Ca href=\"https:\u002F\u002Follama.com\u002F\">Ollama\u003C\u002Fa> &bull;\n  \u003Ca href=\"https:\u002F\u002Fresearch.ibm.com\u002F\">IBM Research\u003C\u002Fa> &bull;\n  \u003Ca href=\"https:\u002F\u002Fhai.stanford.edu\u002F\">Stanford HAI\u003C\u002Fa>\n\u003C\u002Fp>\n\n## Citation\n```bibtex\n@misc{saadfalcon2026openjarvis,\n  title={OpenJarvis: Personal AI, On Personal Devices},\n  author={Jon Saad-Falcon and Avanika Narayan and Herumb Shandilya and Hakki Orhun Akengin and Robby Manihani and Gabriel Bo and John Hennessy and Christopher R\\'{e} and Azalia Mirhoseini},\n  year={2026},\n  howpublished={\\url{https:\u002F\u002Fscalingintelligence.stanford.edu\u002Fblogs\u002Fopenjarvis\u002F}},\n}\n```\n\n## License\n\n[Apache 2.0](LICENSE)\n","OpenJarvis 是一个旨在个人设备上运行的个人AI代理项目。它基于Python构建，核心功能包括在设备本地处理大部分AI任务，仅在必要时调用云端资源，从而提高隐私性和响应速度。该项目强调能源效率、计算成本以及延迟等关键指标，并通过利用本地数据不断优化模型表现。适合那些希望减少对云服务依赖、追求更高效能与隐私保护的开发者和用户使用，在研究和个人应用中均可发挥重要作用。",2,"2026-06-11 03:48:36","high_star"]