terminal-first · open source · rust · macos · linux soon

Find anything
$HOME directory.

One TUI. Files, folders, content, and AI conversations searched locally in under a second.

$brew install rsight

macOS · linux soon · source on GitHub ↗

rsight─ terminal search
^C quit
~/src/rsight/src/main.rsrs · 2.1kb
~/src/rsight/src/search.rsrs · 8.3kb
~/src/rsight/Cargo.tomltoml · 0.8kb
~/src/rsight/src/types.rsrs · 3.1kb
~/src/rsight/src/ui/render.rsrs · 5.7kb
~/src/rsight/src/app.rsrs · 4.4kb
6 results
↑↓ navigate↵ openTab switch
click to interact · type to search
01
Files

Case-insensitive file path search across your home directory. Opens instantly in $EDITOR.

paths over previews
02
Folders

Navigate project structure at a glance. Jump to any directory in Finder or your shell.

open in finder
03
Contents

Search inside files — code, docs, config — without any background indexer.

streamed
04
AI Sessions

Resume Claude Code, Cursor, and Codex conversations exactly where they left off.

context restored
< 1s
results on a typical dev machine
0 daemon
scan on demand, low memory footprint
100% local
here we value local-first :)
shell
$ brew tap olucasandrade/rsight https://github.com/olucasandrade/rsight
$ brew install rsight
==> Downloading rsight-0.2.0.tar.gz
==> Installing rsight
==> Installed rsight
$ rsight

Recommended. No Rust toolchain required.

01
Launch
Run rsight from any terminal.
02
Navigate
Tab switches modes. ↑↓ moves. opens.
03
Bind a shortcut
Map rsight to a global hotkey for instant access.
04
Set your editor
rsight respects $EDITOR to open files at the right line.

Built in the open.

rsight is MIT-licensed and actively developed. Bug reports, feature ideas, and pull requests are all welcome. If you find it useful, a star helps others discover it.

1$ git clone github.com/rsight-dev/rsight
2$ cd rsight && cargo build
3$ cargo test
4$ git checkout -b feat/your-feature
5open a PR on GitHub ↗