Releases: ori-team/oride
Releases · ori-team/oride
Release list
Oride v0.2.0 — Contained TUI Mini-IDE
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 | bashDetects 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 | iexInstalls oride.exe to $HOME\.oride\bin and permanently adds it to your User PATH.
📦 Distribution Packages
- Debian / Ubuntu / Pop!_OS / Mint:
Downloadoride_0.2.0_amd64.debbelow and run:sudo dpkg -i oride_0.2.0_amd64.deb
- Arch Linux / Manjaro / EndeavourOS:
Downloadoride-0.2.0-1-x86_64.pkg.tar.zstbelow and run:Or build from source viasudo pacman -U oride-0.2.0-1-x86_64.pkg.tar.zst
packaging/arch/PKGBUILD. - Fedora / RHEL / CentOS:
Build RPM viapackaging/fedora/oride.spec. - Void Linux:
Build viapackaging/void/templatewithxbps-src. - Nix / NixOS:
Run directly:Or add to your profile:nix run github:ori-team/oride
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.tomlwith magic variables (${file},${line}, etc.) in an interactive PTY. - Proactive System & LSP Diagnostics:
:healthchecks your environment, installed language servers, and Git porcelain status. - Dynamic Internationalization: External translation catalogs via
.tomlfiles (pt-BR,en-US) without recompilation. - Live Preview Theme Development: Declarative
.tomltheme 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