Skip to content

ArcRift v1.6.3

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jun 20:23

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-setup
cd dashboard
npm install
cd backend
npm install
npm run dev:desktop #run command

Load the Extension from Source

For Google Chrome / Edge / Brave:

  1. Open chrome://extensions
  2. Enable Developer mode
  3. Load unpacked → select ARCRIFT/extension/dist/chrome

For Mozilla Firefox:

  1. Open about:debugging#/runtime/this-firefox
  2. Click Load Temporary Add-on...
  3. 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 .xpi file and drag-and-drop it into Firefox to install permanently.
  • Chrome: Download the .zip file, extract it, and use "Load unpacked" in Chrome Developer mode.