ArcRift Desktop App (v1.6.3)
See CHANGELOG.md for full release notes.
Important Prerequisite: You must have Node.js and Ollama installed on your computer before running ArcRift. If you don't have them, use the Developer (One-Command) script below to install them automatically!
Installation (For Users)
Download the appropriate installer for your Operating System from the assets below:
- Windows:
ArcRift.Dashboard_x64-setup.exe - Mac:
ArcRift.Dashboard_aarch64.dmg - Linux:
ArcRift.Dashboard_amd64.AppImage
Installation (For Developers / Headless)
npx arcrift-setupcd dashboard
npm installcd backend
npm installnpm run dev:desktop #run commandLoad the Extension from Source
For Google Chrome / Edge / Brave:
- Open
chrome://extensions - Enable Developer mode
- Load unpacked → select
ARCRIFT/extension/dist/chrome
For Mozilla Firefox:
- Open
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on...
- Select
ARCRIFT/extension/dist/firefox/manifest.json
Pre-Packaged Browser Extensions
You can download the packaged browser extensions from the assets below!
- Firefox: Download the
.xpifile and drag-and-drop it into Firefox to install permanently. - Chrome: Download the
.zipfile, extract it, and use "Load unpacked" in Chrome Developer mode.