Skip to content

Releases: SARATHKUMAR-T/glyph

Glyph v0.2.1 — Search Fix

Choose a tag to compare

@SARATHKUMAR-T SARATHKUMAR-T released this 07 Sep 10:03
2ea4f7c

🐛 Bug Fixes

  • Fixed issues with the search feature.
  • Improved search reliability and behavior.

📦 Downloads

Download the latest build from the assets below.

Glyph v0.2.0 — Workspace & Terminal Improvements

Choose a tag to compare

@SARATHKUMAR-T SARATHKUMAR-T released this 07 Sep 06:00

Glyph v0.2.0

A major feature update focused on customization, workspace management, and an improved terminal experience.

✨ What's New

🎨 Themes

  • Added theme support
  • Customize the appearance of Glyph

🗂️ Workspaces

  • Added workspace functionality
  • Organize terminal sessions more efficiently

⛶ Expanded Terminal

  • Added expanded terminal view
  • More space for terminal workflows

🚀 Improvements

  • Improved terminal experience
  • Improved UI/UX
  • Various performance and stability improvements

📦 Downloads

Download the appropriate package for your platform from the assets below.

Glyph v0.1.0 — First Public Release

Choose a tag to compare

@SARATHKUMAR-T SARATHKUMAR-T released this 25 Aug 05:56

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.deb

Once 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.AppImage

Then run it:

./Glyph_0.1.0_amd64.AppImage

RPM

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.rpm

Or, 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! 🖤