gitwtfhub

wtf is rigel?

itsparsh10/rigel — explained in plain English

Analysis updated 2026-05-18

1RustAudience · developerComplexity · 2/5Setup · easy

TL;DR

A local-first AI workspace with persistent memory that runs open-source language models on your own hardware.

Mindmap

mindmap
  root((RIGEL))
    What it does
      Remembers past conversations
      Runs AI models locally
      Pulls context from documents
    Tech stack
      Rust
      React
      TypeScript
    Use cases
      Keep long term project memory
      Run AI offline for privacy
      Carry an AI workspace on USB
    Audience
      Developers
      Researchers
      Privacy focused users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Run an AI assistant entirely on your own computer with no cloud dependency.

REASON 2

Keep a persistent memory of projects and conversations across sessions.

REASON 3

Upload PDFs and codebases so the AI automatically pulls in relevant context.

REASON 4

Carry a portable AI workspace on a USB drive to use on any computer.

What's in the stack?

RustReactTypeScript

How it stacks up

itsparsh10/rigelabc3dz/mixxxabyo-software/ferro-stash
Stars111
LanguageRustRustRust
Setup difficultyeasymoderatemoderate
Complexity2/52/54/5
Audiencedevelopergeneralops devops

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Portable prebuilt ZIP with launch scripts, no compiling Rust or installing npm packages needed.

No license information is stated in the README.

Wtf does this do

RIGEL is a local-first AI workspace that runs on a person's own computer instead of relying on a cloud AI service. The project's stated problem with most AI chatbots is that they forget everything between conversations, so a user has to re-explain their project and re-upload the same documents every time. RIGEL is built around keeping a persistent memory of a user's projects, conversations, preferences, and important facts across sessions, so that context builds up over time instead of resetting. The system combines several pieces into one workspace: a memory engine that remembers past interactions, the ability to run open-source language models directly on the user's own hardware rather than a hosted service, and document handling that lets a person upload PDFs, codebases, and research papers so the AI can pull in relevant context automatically instead of it being copied and pasted into every prompt. The backend is written in Rust and the interface is a React and TypeScript client. By default the app runs offline with no telemetry, no tracking, and no required account. The easiest way to try it is a portable release distributed as a ZIP file rather than something that needs to be compiled or installed with package managers. A Full version comes with a small pre-packaged language model already included so the interface works right after unzipping, while a Lite version leaves out the model to keep the download small, requiring the user to pick and download a model from within the app afterward. Both versions launch with a script for Windows, macOS, or Linux that starts the local system and opens the interface in a web browser. Because it is portable, the whole setup can also be carried on a USB drive and run on a different computer, including ones with no internet access. This is an early release labeled MK-I, described by the author as the foundation of a larger long-term plan, with future memory, document, and workflow features planned for later versions.

Yoink these prompts

Prompt 1
Walk me through the difference between the Full and Lite portable releases.
Prompt 2
Help me set up RIGEL on Windows using the Full ZIP release.
Prompt 3
Explain how RIGEL's memory engine keeps context across separate sessions.
Prompt 4
Help me pick a recommended local model for the Lite release.

Frequently asked questions

wtf is rigel?

A local-first AI workspace with persistent memory that runs open-source language models on your own hardware.

What language is rigel written in?

Mainly Rust. The stack also includes Rust, React, TypeScript.

What license does rigel use?

No license information is stated in the README.

How hard is rigel to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is rigel for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.