
tty7
tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.
It provides a native, keyboard-driven code review experience with unified/split views, word-level diffs, and direct GitHub review submission, all in a single lightweight app built with Rust.
A fast, native code-review app in Rust, built with gpui.
Requires the GitHub CLI (gh auth login first), otherwise you can only review code locally.
This is 100% vibe coded. I have not read the code.
Grab LGTM.dmg from the latest release (built from every commit on main, Apple Silicon only), open it, and drag LGTM to Applications.
The app is unsigned, so on first launch macOS will complain — right-click the app and choose Open, or:
xattr -d com.apple.quarantine /Applications/LGTM.app
Or build from source:
cargo run --release
Note that you will need Xcode to build it from source because the metal dev tools are bundled with it. Otherwise the build fails with the following error:
cargo:rerun-if-changed=./src/platform/mac/shaders.metal
cargo::error=metal shader compilation failed:
xcrun: error: unable to find utility "metal", not a developer tool or in PATH
cmd-enter or the Review button)Coming: LSP, AI inline review annotations
| Key | Action |
|---|---|
cmd-k | open palette (GitHub PR picker / folder) |
cmd-t / cmd-w / cmd-b | quick-open input / close item / toggle sidebar |
ctrl-tab | cycle open items |
] / [ | next / previous file |
n / p | next / previous hunk |
v | unified ↔ split view |
/ | fuzzy file filter |
m | toggle minimap |
c | toggle inline comments |
cmd-j | chat with Claude Code |
r | refresh active item |
cmd-enter | submit review (approve / request changes / comment) |
home / end | top / bottom |
cmd-c | copy selection |
cmd-q | quit |
Similar projects matched by category, topics, and programming language.

tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.
reims-vgpu is an experimental virtual GPU for macOS guests that uses QEMU to decode the guest's GPU command stream and execute it through Metal or Vulkan, leveraging the built-in AppleParavirtGPU driver without requiring custom kexts.
A Rust library that provides secure memory handling primitives including zeroization on drop, memory locking, constant-time comparison, and compile-time guarded regions, with zero dependencies and no_std support.