Skip to content

Releases: Eshaan-Nair/ArcRift

ArcRift v1.6.3

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.

ArcRift v1.6.2

Choose a tag to compare

@github-actions github-actions released this 03 Jun 18:51

ArcRift Desktop App (v1.6.2)

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)

git clone https://github.com/Eshaan-Nair/ArcRift.git
cd ArcRift
npx arcrift-setup

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.

ArcRift v1.6.1

Choose a tag to compare

@github-actions github-actions released this 31 May 14:57

ArcRift Desktop App (v1.6.1)

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)

git clone https://github.com/Eshaan-Nair/ArcRift.git
cd ArcRift
npx arcrift-setup

Load the Extension

  1. After installation, open chrome://extensions
  2. Enable Developer mode
  3. Load unpacked → select ARCRIFT/extension/dist
  4. The ArcRift badge will now appear on supported AI chat platforms.

v1.5.6

Choose a tag to compare

@github-actions github-actions released this 30 May 15:30

ArcRift v1.5.6

See CHANGELOG.md for full release notes.

One-Command Setup (Recommended)

npx arcrift-setup
# Regular Start
./start.sh # Linux/macOS
./start.bat # Windows

Manual Setup

git clone https://github.com/Eshaan-Nair/ArcRift.git
cd ARCRIFT

# Installation
./install.sh # Linux/macOS
./install.bat # Windows

# Regular Start
./start.sh # Linux/macOS
./start.bat # Windows

Load the Extension

  1. After installation, open chrome://extensions
  2. Enable Developer mode
  3. Load unpacked → select ARCRIFT/extension
  4. ArcRift will automatically open the folder and page for you at the end of setup.

What's Changed

  • chore(release): bump version to v1.5.5 and update documentation by @Eshaan-Nair in #62

Full Changelog: v1.5.5...v1.5.6

v1.5.5

Choose a tag to compare

@github-actions github-actions released this 30 May 15:05

ArcRift v1.5.5

See CHANGELOG.md for full release notes.

One-Command Setup (Recommended)

npx arcrift-setup
# Regular Start
./start.sh # Linux/macOS
./start.bat # Windows

Manual Setup

git clone https://github.com/Eshaan-Nair/ArcRift.git
cd ARCRIFT

# Installation
./install.sh # Linux/macOS
./install.bat # Windows

# Regular Start
./start.sh # Linux/macOS
./start.bat # Windows

Load the Extension

  1. After installation, open chrome://extensions
  2. Enable Developer mode
  3. Load unpacked → select ARCRIFT/extension
  4. ArcRift will automatically open the folder and page for you at the end of setup.

What's Changed

Full Changelog: v1.5.4...v1.5.5

ArcRift v1.6.0

Choose a tag to compare

@github-actions github-actions released this 30 May 22:35

ArcRift Desktop App (v1.6.0)

This release marks ArcRift's transition from a CLI-based tool to a fully native, highly-optimized desktop application, alongside a brand new Local Codebase Indexing feature.

Major Features

  • Native Tauri Desktop App: ArcRift now runs as a lightweight native desktop application that lives quietly in your system tray. The backend operates seamlessly as a hidden Rust sidecar process.
  • Direct Codebase Indexing: You can now point ArcRift directly at any local folder. It will scan, chunk, embed, and ingest your entire codebase into its Knowledge Graph instantly, allowing you to query massive projects effortlessly.
  • Esbuild Backend Engine: The backend compiler was completely swapped from TypeScript to Esbuild, bringing start times down from over 60 seconds to ~0.1 seconds.
  • GitHub Actions Auto-Releases: Full CI/CD pipeline integrated to automatically cross-compile .exe, .dmg, and .AppImage installers on every release.

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)

git clone https://github.com/Eshaan-Nair/ArcRift.git
cd ArcRift
npx arcrift-setup

Launching the Development Server To launch the native desktop application in dev mode:

npm run dev:desktop

Load the Extension (For all Users)

  1. After installation, open chrome://extensions
  2. Enable Developer mode
  3. Load unpacked → select ARCRIFT/extension/dist
  4. The ArcRift badge will now appear on supported AI chat platforms.

v1.5.4

Choose a tag to compare

@github-actions github-actions released this 29 May 13:10

ArcRift v1.5.4

See CHANGELOG.md for full release notes.

One-Command Setup (Recommended)

npx arcrift-setup
# Regular Start
./start.sh # Linux/macOS
./start.bat # Windows

Manual Setup

git clone https://github.com/Eshaan-Nair/ArcRift.git
cd ARCRIFT

# Installation
./install.sh # Linux/macOS
./install.bat # Windows

# Regular Start
./start.sh # Linux/macOS
./start.bat # Windows

Load the Extension

  1. After installation, open chrome://extensions
  2. Enable Developer mode
  3. Load unpacked → select ARCRIFT/extension
  4. ArcRift will automatically open the folder and page for you at the end of setup.

What's Changed

  • Revise asset link and add demo feature description by @Eshaan-Nair in #58
  • feat: implement cross-storage session merging and UI enhancements by @Eshaan-Nair in #59

Full Changelog: v1.5.3...v1.5.4

v1.5.3

Choose a tag to compare

@github-actions github-actions released this 23 May 20:36

ArcRift v1.5.3

See CHANGELOG.md for full release notes.

One-Command Setup (Recommended)

npx arcrift-setup
# Regular Start
./start.sh # Linux/macOS
./start.bat # Windows

Manual Setup

git clone https://github.com/Eshaan-Nair/ArcRift.git
cd ARCRIFT

# Installation
./install.sh # Linux/macOS
./install.bat # Windows

# Regular Start
./start.sh # Linux/macOS
./start.bat # Windows

Load the Extension

  1. After installation, open chrome://extensions
  2. Enable Developer mode
  3. Load unpacked → select ARCRIFT/extension
  4. ArcRift will automatically open the folder and page for you at the end of setup.

What's Changed

  • chore: release v1.5.2 (System Health, Resilience & Ghost Job Fixes) by @Eshaan-Nair in #55
  • Dashboard layout changed, navbar removed, addedgraph and global searc… by @Eshaan-Nair in #56

Full Changelog: v1.5.2...v1.5.3

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 20 May 16:19

GLIA v1.5.2

See CHANGELOG.md for full release notes.

One-Command Setup (Recommended)

npx glia-ai-setup
# Regular Start
./start.sh # Linux/macOS
./start.bat # Windows

Manual Setup

git clone https://github.com/Eshaan-Nair/Glia-AI.git
cd Glia-AI

# Installation
./install.sh # Linux/macOS
./install.bat # Windows

# Regular Start
./start.sh # Linux/macOS
./start.bat # Windows

Load the Extension

  1. After installation, open chrome://extensions
  2. Enable Developer mode
  3. Load unpacked → select Glia-AI/extension
  4. GLIA will automatically open the folder and page for you at the end of setup.

What's Changed

  • Change asset link in README.md by @Eshaan-Nair in #44
  • fix(ci): run selector smoke tests in fixture mode to bypass login walls by @Eshaan-Nair in #46
  • Add div.ProseMirror as primary input selector for Mistral (live DOM u… by @Eshaan-Nair in #47
  • feat: v1.5.2 — Global Search, Graph Pruning, Log Verbosity & SQLite CI by @Eshaan-Nair in #54

Full Changelog: v1.5.1...v1.5.2

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 17 May 11:04
1823468

GLIA v1.5.1

See CHANGELOG.md for full release notes.

One-Command Setup (Recommended)

npx glia-ai-setup
# Regular Start
./start.sh # Linux/macOS
./start.bat # Windows

Manual Setup

git clone https://github.com/Eshaan-Nair/Glia-AI.git
cd Glia-AI

# Installation
./install.sh # Linux/macOS
./install.bat # Windows

# Regular Start
./start.sh # Linux/macOS
./start.bat # Windows

Load the Extension

  1. After installation, open chrome://extensions
  2. Enable Developer mode
  3. Load unpacked → select Glia-AI/extension
  4. GLIA will automatically open the folder and page for you at the end of setup.

What's Changed

  • Added high end models for ollama options, refactored dashboardfor a s… by @Eshaan-Nair in #37
  • feat(mcp): enhance protocol with surgical attribution and auto-provis… by @Eshaan-Nair in #38

Full Changelog: v1.5.0...v1.5.1