Termy ::
A focused Windows terminal workspace, engineered in Rust. Run Windows PowerShell and Command Prompt through ConPTY with persistent project workspaces, split panes, restored layouts, and recent terminal context.
Termy uses eframe, egui, wgpu, and SQLite-backed state to keep desktop terminal sessions fast, local, and easy to resume. Start with the feature guide or review the architecture notes.
Project workspaces: Keep named folders, panes, and working context together.
Real Windows terminals: Run Windows PowerShell, PowerShell Core, or Command Prompt through ConPTY.
Split panes: Arrange up to six live terminals in one workspace.
Session continuity: Keep shells running after the desktop window closes.
Persistent state: Restore layouts, panes, Git context, and recent terminal output.
Fast desktop UI: Render terminal cells through eframe, egui, and wgpu.
- Download the latest Windows build: windows-x64-termy.exe.
- Move the executable to a permanent folder.
- Run
windows-x64-termy.exe.
Clone the repository, build the desktop app, then run it locally:
git clone https://github.com/GitNimay/ADE-agentic-coding-environment.git
cd ADE-agentic-coding-environment
cargo build -p ade-app
.\target\debug\ade-app.exeExplore project capabilities in the feature guide. Review system design in the architecture notes.
Follow the release process to publish updates. Keep releases clear and consistent.
Licensed under MIT. Built by Nimesh.