Download LinguaEdit

Free and open source. Available for Linux, macOS, and Windows.

v1.8.14-r2
🍎

macOS

macOS 11+ (Apple Silicon native)

Download .dmg

64 MB

Other options 📦 pip/pipx install 📁 Source code (GitHub)
🪟

Windows

Windows 10+ with Python 3.10+

Download Portable

1.5 MB

Other options 📦 pip/pipx install (recommended) 📁 Source code (GitHub)

🆕 What's New in 1.8.14-r2

📦 Install via pip

Works on any platform with Python 3.10+

$ pipx install linguaedit

📋 Package Repositories

🐧 Debian / Ubuntu (apt)

Quick install (trusted repository):

echo "deb [trusted=yes] https://yeager.github.io/debian-repo/ stable main" \ | sudo tee /etc/apt/sources.list.d/yeager.list sudo apt update && sudo apt install linguaedit

🎩 Fedora / RHEL (dnf)

Add the RPM repository and install:

sudo tee /etc/yum.repos.d/yeager.repo > /dev/null << 'EOF' [yeager] name=Yeager Repository baseurl=https://yeager.github.io/rpm-repo/packages enabled=1 gpgcheck=0 EOF sudo dnf install linguaedit