Skip to content

Releases: vikgmdev/forgetty

v0.1.0-beta — first public preview

21 Apr 15:18
v0.1.0-beta
725ecb7

Choose a tag to compare

Pre-release

⚠️ Active development — pre-release. Forgetty v0.1.0-beta is the first
public preview. Expect breaking changes, rough edges, and missing features.
Not recommended for production use. Bug reports very welcome.

Install

Debian / Ubuntu

Download forgetty_0.1.0-beta_amd64.deb below, then:

sudo dpkg -i forgetty_0.1.0-beta_amd64.deb
sudo apt-get install -f    # resolve any missing deps

Runtime dependencies: libgtk-4-1, libadwaita-1-0, libc6.

Other Linux (build from source)

git clone https://github.com/vikgmdev/forgetty.git
cd forgetty
git checkout v0.1.0-beta
cargo build --release
./install.sh

What's in this preview

  • GTK4 terminal on libghostty-vt parser (Ghostty-quality text rendering)
  • Daemon-architected: byte-pipe daemon + stateless client
  • Tabs, horizontal/vertical split panes, per-pane scrollback and search
  • Workspace / session persistence with crash recovery
  • 486 themes, live theme browser, retroactive theme switching
  • iroh QUIC P2P transport for cross-device terminal streaming
  • Performance baseline: <1.5 ms PTY-to-client hot path

Linux x86_64 only. Single-developer preview — expect rough edges.

See the CHANGELOG for the full feature list.