Skip to content

Releases: ori-team/oride

Oride v0.2.0 — Contained TUI Mini-IDE

Choose a tag to compare

@raillen raillen released this 10 Sep 21:01

Oride v0.2.0 — Contained TUI Mini-IDE

Welcome to Oride v0.2.0! Oride is a modular, fast, and extensible terminal code editor and mini-IDE written in pure Rust.


⚡ Quick Installation

Linux & macOS (One-Line Install)

curl -fsSL https://raw.githubusercontent.com/ori-team/oride/main/scripts/install.sh | bash

Detects platform, downloads release binary, installs to ~/.local/bin/oride, and automatically adds it to your shell $PATH.

Windows (PowerShell)

irm https://raw.githubusercontent.com/ori-team/oride/main/scripts/install.ps1 | iex

Installs oride.exe to $HOME\.oride\bin and permanently adds it to your User PATH.


📦 Distribution Packages

  • Debian / Ubuntu / Pop!_OS / Mint:
    Download oride_0.2.0_amd64.deb below and run:
    sudo dpkg -i oride_0.2.0_amd64.deb
  • Arch Linux / Manjaro / EndeavourOS:
    Download oride-0.2.0-1-x86_64.pkg.tar.zst below and run:
    sudo pacman -U oride-0.2.0-1-x86_64.pkg.tar.zst
    Or build from source via packaging/arch/PKGBUILD.
  • Fedora / RHEL / CentOS:
    Build RPM via packaging/fedora/oride.spec.
  • Void Linux:
    Build via packaging/void/template with xbps-src.
  • Nix / NixOS:
    Run directly:
    nix run github:ori-team/oride
    Or add to your profile:
    nix profile install github:ori-team/oride

🌟 Highlights in v0.2.0

  • Vim-Style Modal Editing: Seamless transition between standard editing and modal modes (Normal, Insert, Visual, VisualLine, and : Command prompt).
  • Integrated Declarative Task Runner: Run project workflows from tasks.toml with magic variables (${file}, ${line}, etc.) in an interactive PTY.
  • Proactive System & LSP Diagnostics: :health checks your environment, installed language servers, and Git porcelain status.
  • Dynamic Internationalization: External translation catalogs via .toml files (pt-BR, en-US) without recompilation.
  • Live Preview Theme Development: Declarative .toml theme format with instant live preview.
  • Git SCM Integration: Visual ahead/behind counters on status bar, interactive stage/unstage/commit, and pull/push shortcuts.
  • Rich Terminal Markdown Preview: Unicode box tables, syntax highlighting inside fences, and terminal graphics protocol detection.

🔐 Checksums (SHA-256)

c4aebcc84ef26ab0b633d84fd4d8d1568a75d79bae1aafe2c5c95d3a0f1f4fe6  oride-0.2.0-1-x86_64.pkg.tar.zst
72f119bd24d4c603a79cd57a1a30abe4da00440fec8f826294525a56b0fd6b31  oride_0.2.0_amd64.deb
86ec541c0b0ef24e92bcf357fdf81c4d8b86e0c47cd069b33f73a4b220dcc3e1  oride-v0.2.0-x86_64-unknown-linux-gnu.tar.gz