Skip to content

v1.2.4

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Nov 09:34
· 3 commits to main since this release

OGEdit v1.2.4

Downloads

Windows

Architecture Installer (adds to PATH) Portable
x64 ogedit-windows-x64.msi ogedit-windows-x64.zip
ARM64 ogedit-windows-arm64.msi ogedit-windows-arm64.zip

macOS

Architecture Installer (adds to PATH) Portable
x64 (Intel) ogedit-macos-x64.pkg .tar.gz / .zip
ARM64 (Apple Silicon) ogedit-macos-arm64.pkg .tar.gz / .zip

Linux

Format File Description
Debian/Ubuntu ogedit-linux-x64.deb sudo dpkg -i ogedit-linux-x64.deb
Fedora/RHEL ogedit-linux-x64.rpm sudo rpm -i ogedit-linux-x64.rpm
AppImage ogedit-linux-x64.AppImage Universal, run directly
Portable ogedit-linux-x64.tar.xz Best compression
Portable ogedit-linux-x64.tar.gz Standard Unix archive
Portable ogedit-linux-x64.zip Cross-platform

Verification

SHA256 checksums are provided for each download (.sha256 files).

Installation

Windows: Run the .msi installer. OGEdit will be added to PATH.

macOS: Run the .pkg installer. Installs to /usr/local/bin (already on PATH).

Linux (Debian/Ubuntu):

sudo dpkg -i ogedit-linux-x64.deb

Linux (Fedora/RHEL):

sudo rpm -i ogedit-linux-x64.rpm

Linux (AppImage):

chmod +x ogedit-linux-x64.AppImage
./ogedit-linux-x64.AppImage

Portable (all platforms): Extract and add the directory to your PATH.