Glyph v0.1.0 — First Public Release
Glyph v0.1.0 🖤
The first public release of Glyph — a modern, customizable terminal emulator for Linux.
Glyph is built around a simple idea:
Your terminal should adapt to your workflow.
✨ Features
🎨 3 UI Styles
Choose from three different terminal styles designed around a minimal, monochromatic aesthetic.
🖱️ Customizable Cursor
Customize your cursor style and control its blink behavior.
⌨️ Remappable Shortcuts
Use built-in shortcuts or remap them to match your own workflow.
🔲 Panes
Split your terminal into multiple panes and work with multiple sessions inside a single window.
Panes can also be split further.
📑 Multiple Tabs
Run independent terminal sessions in separate tabs.
⚡ Real Terminal
Glyph uses a native PTY and your system shell, providing compatibility with normal terminal applications.
🔎 Terminal Search
Search through your terminal output quickly.
📋 Clipboard Support
Native copy and paste support.
🧱 Shell Integration
OSC 133 shell integration enables Glyph to understand command boundaries and terminal state.
🛠️ Built With
- Rust
- Tauri 2
- React
- TypeScript
- xterm.js
- portable-pty
🐧 Platform
Currently available for Linux.
Tested primarily on Ubuntu.
Windows and macOS support are planned for future releases.
📦 Installation
Ubuntu / Debian
Download the .deb package from the assets below and install it with:
sudo apt install ./Glyph_0.1.0_amd64.debOnce installed, launch Glyph from your applications menu.
AppImage
Download the AppImage from the assets below.
Make it executable:
chmod +x Glyph_0.1.0_amd64.AppImageThen run it:
./Glyph_0.1.0_amd64.AppImageRPM
For RPM-based Linux distributions, download the .rpm package from the assets below.
Install it with:
sudo rpm -i Glyph-0.1.0-1.x86_64.rpmOr, on distributions using dnf:
sudo dnf install ./Glyph-0.1.0-1.x86_64.rpm🧪 Early Public Release
This is the first public release of Glyph.
If you find a bug, have a feature request, or have an idea that could improve the experience, please open an issue.
Feedback is very welcome.
Happy Glyping! 🖤