mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-28 13:26:48 +00:00
924 B
924 B
WSL2 Install
OpenJarvis runs in WSL2 on Windows. Native Windows is not supported.
One-time WSL setup
In an admin PowerShell:
wsl --install
Then open the Ubuntu (or Debian) shell that gets installed.
Install OpenJarvis
curl -fsSL https://openjarvis.ai/install.sh | bash
About 3 minutes. Type jarvis to start.
WSL-specific notes
- The installer detects WSL via
/proc/sys/kernel/osreleaseand usesnohup ollama serve &instead of systemd to start the Ollama daemon (WSL2 doesn't ship systemd by default). - The first time you run
jarvis, the WSL kernel may show a "process running in background" notification — that's the bg-orchestrator detaching. It's expected. - Models are stored in WSL's filesystem (
~/.openjarvis/), not your Windows drive. To free up space later:jarvis-uninstallremoves everything.