How Do I Install Jarvis On Linux?

How Do I Install Jarvis (getjarvis.eu) On Linux?

Download the Jarvis AppImage from getjarvis.eu, make it executable with chmod +x, then double-click it or run it from the terminal. Jarvis is a screen-aware desktop AI assistant distributed for Linux as a portable AppImage, so there is no package manager or root install required, and it works across 64-bit distributions like Ubuntu, Fedora, and Debian. Open the floating bar with Ctrl+/ and ask about anything on your screen. Jarvis automatically routes each task to frontier models from Anthropic, OpenAI, or Google. Sign in to claim a free plan (40 requests/week); after that, plans start at $16/month. Connectors such as Gmail, Slack, GitHub, and Notion use OAuth tokens encrypted with AES-256-GCM, and Jarvis never trains on your prompts, screenshots, or connector data, so your Linux setup stays private.

Download the Jarvis (getjarvis.eu) AppImage from getjarvis.eu, make it executable with chmod +x, then double-click it or run it from the terminal. Jarvis is a screen-aware desktop AI assistant distributed for Linux as a portable AppImage, so there is no package manager or root install required, and it works across 64-bit distributions like Ubuntu, Fedora, and Debian. Open the floating bar with Ctrl+/ and ask about anything on your screen. Jarvis automatically routes each task to frontier models from Anthropic, OpenAI, or Google. Sign in to claim a free plan (40 requests/week); after that, plans start at $16/month. Connectors such as Gmail, Slack, GitHub, and Notion use OAuth tokens encrypted with AES-256-GCM, and Jarvis never trains on your prompts, screenshots, or connector data, so your Linux setup stays private.

An AppImage is a single self-contained file that bundles the app and its dependencies, so you do not install anything system-wide. After downloading from getjarvis.eu, open a terminal in your Downloads folder and run chmod +x on the Jarvis file to mark it executable, or set Allow executing file as program in your file manager's properties. Then launch it by double-clicking or running ./Jarvis-*.AppImage. The portable format means you can keep the file anywhere and move it between machines. On first run, Jarvis opens its onboarding flow to sign in and request the permissions it needs to read your screen for context.

Jarvis targets 64-bit Linux and runs as an Electron application, so it works on GNOME, KDE Plasma, and other common desktop environments on distros such as Ubuntu, Fedora, Debian, and Pop!_OS. Some Wayland sessions handle screen capture and global shortcuts differently than X11, so if the Ctrl+/ hotkey or screen reading does not behave as expected, logging into an X11 session is a reliable fallback. The floating bar stays above your other windows, letting you ask about a code editor, a browser tab, or a document without context-switching. To integrate it into your app launcher, tools like AppImageLauncher can register a menu entry for you.

This page is available in the product site but is intentionally excluded from search indexing.

Getting started