{"id":47240917,"url":"https://github.com/upstat-io/ori-term","last_synced_at":"2026-05-24T04:01:54.784Z","repository":{"id":337530658,"uuid":"1153971362","full_name":"upstat-io/ori-term","owner":"upstat-io","description":"A GPU-accelerated terminal emulator written from scratch in Rust.","archived":false,"fork":false,"pushed_at":"2026-05-21T00:26:50.000Z","size":36022,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-21T07:19:25.907Z","etag":null,"topics":["multiplexer","terminal-emulator","tmux"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/upstat-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-09T21:55:43.000Z","updated_at":"2026-05-21T00:26:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/upstat-io/ori-term","commit_stats":null,"previous_names":["elucidsoft/ori_term","upstat-io/ori_term","upstat-io/ori-term"],"tags_count":57,"template":false,"template_full_name":null,"purl":"pkg:github/upstat-io/ori-term","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upstat-io%2Fori-term","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upstat-io%2Fori-term/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upstat-io%2Fori-term/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upstat-io%2Fori-term/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/upstat-io","download_url":"https://codeload.github.com/upstat-io/ori-term/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upstat-io%2Fori-term/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33420660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["multiplexer","terminal-emulator","tmux"],"created_at":"2026-03-14T02:40:28.933Z","updated_at":"2026-05-24T04:01:54.768Z","avatar_url":"https://github.com/upstat-io.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"assets/icon.svg\" width=\"128\" height=\"128\" alt=\"ori-term\"\u003e\n\n# ori-term\n\n\u003cp\u003e\n  A GPU-accelerated, multiplexer-native terminal emulator written from scratch in Rust.\n  \u003cbr /\u003e\u003cbr /\u003e\n  \u003ca href=\"#about\"\u003eAbout\u003c/a\u003e\n  ·\n  \u003ca href=\"https://oriterm.com/install\"\u003eInstall\u003c/a\u003e\n  ·\n  \u003ca href=\"https://oriterm.com/features\"\u003eFeatures\u003c/a\u003e\n  ·\n  \u003ca href=\"https://oriterm.com/docs\"\u003eDocumentation\u003c/a\u003e\n  ·\n  \u003ca href=\"https://oriterm.com/roadmap\"\u003eRoadmap\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e **Status: alpha.** Daily-driver-capable on Linux, Windows, and macOS. Core terminal emulation, GPU-accelerated rendering, splits, floating panes, tabs, themes, ligatures, and inline images all work today. Sessions that survive after the window closes, remote shells over SSH/WSL, and a headless terminal-in-terminal client are still landing — see [Roadmap](#roadmap).\n\n## About\n\nori-term is a terminal emulator that bundles three things normally stacked together — a terminal, a multiplexer, and a window shell — into one application:\n\n- **GPU-accelerated rendering.** Smooth scrolling under heavy output. Idle CPU drops to almost nothing when nothing is changing, so battery and fans stay quiet.\n- **Splits, tabs, and floating panes built in.** No tmux required. Drag tabs between windows; nested splits and floating panes layer freely.\n- **Cross-platform from day one.** Windows, Linux, and macOS get the same terminal — same features, same keybindings, same look. No platform was an afterthought.\n\nFull feature list and screenshots live on the website: [oriterm.com/features](https://oriterm.com/features).\n\n## Install\n\nPre-built binaries for Linux, macOS, and Windows are on the [GitHub releases page](https://github.com/upstat-io/ori-term/releases).\n\nOn Linux and macOS, the install script picks the right binary, downloads it, and drops it in `~/.local/bin`:\n\n```sh\ncurl -fsSL https://oriterm.com/install.sh | sh\n```\n\nSee [oriterm.com/install](https://oriterm.com/install) for Windows downloads and per-platform notes.\n\n## Build from source\n\nThe Cargo workspace lives in `term_repo/`. The toolchain is pinned in `rust-toolchain.toml` — `rustup` selects it automatically.\n\n```sh\ngit clone https://github.com/upstat-io/ori-term.git\ncd ori-term/term_repo\ncargo build --release\n```\n\nTo cross-compile for Windows from Linux/WSL:\n\n```sh\nrustup target add x86_64-pc-windows-gnu\ncargo build --release --target x86_64-pc-windows-gnu\n```\n\n`./build-all.sh` runs both targets; `./test-all.sh` runs the workspace test suite.\n\n## Roadmap\n\n| Step | Status |\n|------|--------|\n| Standards-compliant terminal emulation (full escape-sequence support, modes, palette, SGR, OSC, DCS) | Complete |\n| GPU-accelerated rendering with smooth scrolling and near-zero idle CPU | Complete |\n| Cross-platform window chrome (frameless, Aero Snap, transparent blur, vibrancy) | Complete |\n| Splits, floating panes, tabs, multi-window | Complete |\n| Multiplexer foundation (background process for shell sessions, embedded fallback for sandboxes) | Complete |\n| Image protocols (Kitty graphics, Sixel, iTerm2 inline images) — decoding shipped, animation/z-index hardening in progress | Partial |\n| Multi-process window architecture — separate process per window for crash isolation and shared sessions | Partial |\n| Terminal protocol extensions (terminfo query, broader window manipulation reports) | Partial |\n| Session persistence + remote domains (SSH, WSL) | Todo |\n| Remote attach + network transport (TCP+TLS, Mosh-style predictive echo) | Todo |\n| Headless TUI client (`oriterm-tui` — tmux replacement) | Todo |\n| Lua scripting + command palette + vi mode + hints | Todo |\n| macOS app bundle, native scrollbars, minimap | Todo |\n\nLive roadmap: [oriterm.com/roadmap](https://oriterm.com/roadmap).\n\n## Inspiration\n\nori-term borrows ideas from many terminal emulators and UI projects: Alacritty (terminal state model, lock discipline), Ghostty (cell-by-cell reflow, fast mode tables), WezTerm (multiplexer domain model, portable PTY abstraction), Chrome (tab drag-and-drop, GPU UI), VS Code (frameless window chrome), tmux (daemon architecture), Mosh (predictive echo), Catppuccin (default palette), and Ratatui / termenv / lipgloss (testing and color-detection patterns).\n\n## The Name\n\n**ori** — from the Japanese 折り (folding). Tabs fold between windows the way you fold paper.\n\n## License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupstat-io%2Fori-term","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupstat-io%2Fori-term","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupstat-io%2Fori-term/lists"}