Getting Started
Install & First Launch
The LVIS AI host app ships as an Electron desktop build, packaged per OS. This covers install → first launch → right up to Marketplace login.
macOS (Apple Silicon)
Windows 10+
Linux
latest-linux.yml is the update manifest.Installation steps
- 01
Download the build for your OS
5 minGet macOS arm64 / Windows x64 / Linux AppImage from lvisai.xyz/#download.
- 02
Grant execute permission & double-click
macOS: if a first-run security warning appears, go to System Settings → Privacy & Security and choose "Open Anyway."
Linux: run
chmod +x lvis-ai-*.AppImage, then double-click or run it from a terminal. - 03
Splash screen → main host (App.tsx)
Once the LVIS splash screen disappears, the main host opens with an empty chat body (
src/ui/renderer/App.tsx:1249-1290). At this point no plugins are registered yet. - 04
Deeplink registration
lvis://The OS maps the
lvis://protocol handler to the host app (src/main/lvis-protocol.ts). After this, clicking "Install" in the Marketplace routes to the host. - 05
Move on to Marketplace login
The next step to get plugins is Marketplace login — via "Log in" at the bottom left or the account icon at the top right.