Skip to content

Releases: moderniselife/prism

tui-v1.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 13:04

Full Changelog: v1.0.0...tui-v1.0.0

Prism v1.0.0

Choose a tag to compare

@moderniselife moderniselife released this 11 Sep 07:01

Native profile switcher for Cursor — isolated settings, extensions, and color-coded windows per client/project.

Downloads

  • macOS — Prism-macOS.zip. Unzip, move Prism.app to /Applications. Ad-hoc signed (no Apple Developer certificate), so the first launch needs right-click → Open to get past Gatekeeper's "unidentified developer" warning.
  • Windows — Prism-Windows-x64.zip. Self-contained win-x64 publish (no .NET install required) — cross-compiled and verified to build clean from macOS, but not yet run on real Windows. If anything's off, please open an issue.
  • Linux — Prism-Linux-source.tar.gz. Ships as source (Python + GTK4/libadwaita — nothing to compile). Needs python3-gi, gtk4, libadwaita, and python3-cairo; see the repo's linux/README.md for exact install commands per distro. Run with python3 prism.py.

What's in this build

  • Isolated --user-data-dir per profile — separate extensions, settings, logins, chat history
  • Distinct title bar color per profile (workbench.colorCustomizations), so windows are identifiable in Cmd/Alt+Tab
  • Your existing Cursor install shows up as a protected, clonable "Main Cursor" profile
  • Drag-and-drop launch, live running status, safe delete (Trash/Recycle Bin, never rm -rf)

See the README for full details per platform.