Releases: Eshaan-Nair/ArcRift
Release list
ArcRift v1.6.3
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.
ArcRift v1.6.2
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-setupLoad 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.
ArcRift v1.6.1
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-setupLoad the Extension
- After installation, open
chrome://extensions - Enable Developer mode
- Load unpacked → select
ARCRIFT/extension/dist - The ArcRift badge will now appear on supported AI chat platforms.
v1.5.6
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 # WindowsManual 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 # WindowsLoad the Extension
- After installation, open
chrome://extensions - Enable Developer mode
- Load unpacked → select
ARCRIFT/extension - 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
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 # WindowsManual 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 # WindowsLoad the Extension
- After installation, open
chrome://extensions - Enable Developer mode
- Load unpacked → select
ARCRIFT/extension - ArcRift will automatically open the folder and page for you at the end of setup.
What's Changed
- roadmap session merging completed by @Eshaan-Nair in #60
- feat(dashboard): implement Session Analytics and token telemetry by @Eshaan-Nair in #61
Full Changelog: v1.5.4...v1.5.5
ArcRift v1.6.0
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.AppImageinstallers 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-setupLaunching the Development Server To launch the native desktop application in dev mode:
npm run dev:desktopLoad the Extension (For all Users)
- After installation, open chrome://extensions
- Enable Developer mode
- Load unpacked → select ARCRIFT/extension/dist
- The ArcRift badge will now appear on supported AI chat platforms.
v1.5.4
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 # WindowsManual 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 # WindowsLoad the Extension
- After installation, open
chrome://extensions - Enable Developer mode
- Load unpacked → select
ARCRIFT/extension - 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
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 # WindowsManual 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 # WindowsLoad the Extension
- After installation, open
chrome://extensions - Enable Developer mode
- Load unpacked → select
ARCRIFT/extension - 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
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 # WindowsManual 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 # WindowsLoad the Extension
- After installation, open
chrome://extensions - Enable Developer mode
- Load unpacked → select
Glia-AI/extension - 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
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 # WindowsManual 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 # WindowsLoad the Extension
- After installation, open
chrome://extensions - Enable Developer mode
- Load unpacked → select
Glia-AI/extension - 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