🚀 Quick Install (Recommended)
Install the latest version with a single command on all supported distributions:
# Using curl
curl -fsSL https://raw.githubusercontent.com/hamonikr/nimf/master/install | sudo bash
# Or using wget
wget -qO- https://raw.githubusercontent.com/hamonikr/nimf/master/install | sudo -E bash -This script automatically:
- Detects your distribution and installs the appropriate package
- Handles ibus conflicts (disables ibus-daemon if present)
- Configures environment variables for all desktop environments
- Sets Nimf as the default input method
Supported Distributions & Architectures:
- Ubuntu 24.04+ / Debian 12+ (Bookworm/Trixie) - x86_64, ARM64
- Fedora 33+ / CentOS / RHEL - x86_64, ARM64
- Arch Linux / Manjaro - x86_64, ARM64
openSUSE packages are temporarily excluded from this release because the
upstream dependency solver is currently unstable in CI. They will return
once the build is pinned or stabilized.
📦 Manual Package Installation
If you prefer manual installation, download the appropriate package for your distribution from the assets below and install using your package manager.
Note: Manual installation requires additional configuration steps. The automatic installation script above is recommended for most users.