Modern app for programmable keyboards and input devices, built by Ergohaven.
Entropy is a desktop app with a modern, minimalist, and intuitive interface for configuring programmable input devices running Vial-QMK or Vial-RMK firmware: split keyboards, macropads, trackballs, touchpad modules, and other hardware that exposes keyboard-style firmware features through HID.
It is designed to feel direct and predictable: connect a device, pick it from the device list, and work through layout, keycodes, macros, lighting, pointing controls, and firmware settings from one coherent interface.
- Modern, minimalist, intuitive design for complex device configuration
- Complete Vial workflow: layouts, keycodes, macros, combos, tap dance, key overrides, RGB, pointing controls, and firmware settings
- Support for keyboards, macropads, trackballs, touchpads, encoders, displays, and modular input devices
- Text Expander for local shortcuts from programmable devices
- Firmware-native Universal Symbols for consistent EN/RU punctuation
- Fast keycode picker with layouts, symbols, modifiers, macros, and smart filtering
- Custom names for layers, combos, macros, tap dance entries, and other device objects
- Live Features as a built-in qmk-hid-host replacement for firmware host data
- Matrix Tester and Layout Indicator for testing and daily layer visibility
- Layer hover preview, encoder controls, custom labels, and multilingual legends
- Advanced pages for Auto Shift, Mouse Keys, Tap-Hold, One Shot, Grave Escape, Magic, Layer LEDs, touchpad settings, and modules
- Light/dark themes, accent color, UI scaling, settings import/export, and tray mode
- Linux udev helper plus optional IBus integration for Text Expander
| Platform | Status | Package |
|---|---|---|
| Linux x86_64 | Primary target | AppImage |
| Windows x86_64 | Release target | Portable EXE |
| macOS arm64 (Apple Silicon) | Release target | Unsigned DMG |
| macOS x86_64 (Intel) | Release target | Unsigned DMG |
Public builds are published for Linux, Windows, and macOS. macOS builds are unsigned and not notarized for now.
Release builds are published on the GitHub Releases page:
entropy-v0.3.9-x86_64.AppImageentropy-v0.3.9-windows-x86_64.exeentropy-v0.3.9-macos-arm64.dmgentropy-v0.3.9-macos-x86_64.dmg
Stable tags such as v0.3.9 publish a regular GitHub release and mark it as
latest. Tags with a suffix, such as v0.3.9-rc.1, publish the same artifacts as
a GitHub prerelease.
Windows builds are unsigned for now, so Windows SmartScreen may warn before launching the app.
macOS DMG builds are unsigned and not notarized for now. On Apple Silicon,
use the macos-arm64 build; the macos-x86_64 build is for Intel Macs. To run
a downloaded DMG on macOS:
- Open the
.dmg - Drag
Entropy.appto/Applications - Remove the quarantine flag:
xattr -dr com.apple.quarantine /Applications/Entropy.app- Launch Entropy:
open /Applications/Entropy.app- Download the build for your platform from GitHub Releases
- Connect a Vial-compatible device
- On Linux, install Vial udev rules if Entropy cannot open the device and install the IBus backend if you want Text Expander on Linux
- Launch Entropy
- Select the device from the top-left device dropdown
- Edit layers, keycodes, advanced firmware features, or app settings
- Save/write changes when the edited feature requires it
Vial devices use hidraw access on Linux. If your device appears but cannot be opened, use the Install Vial udev rules action in Entropy settings, or install the included udev rule manually from a source checkout:
./linux/udev/install-vial-rules.shReplug the device after installing the rule.
On Linux, Entropy uses IBus for Text Expander input. Use the Install IBus action in Entropy settings to install the bundled Entropy IBus engine. The AppImage includes the installer and engine, so a separate source checkout is not required.
IBus itself and its Python bindings must still be installed by the system package manager. On Debian/Ubuntu-like systems:
sudo apt-get install ibus python3-gi gir1.2-ibus-1.0After installation, restart IBus if Entropy did not do it automatically, then add an Entropy Text Expander layout as an input source in your desktop input settings.
A flake is included. Run without installing:
nix run github:ergohaven/entropyThe in-app setup actions cannot work on NixOS: Install Vial udev rules
writes to /etc/udev/rules.d, and IBus loads engines only from its own store
path, so a copy under ~/.local/share is never picked up. Use the NixOS module
instead, which covers both declaratively:
{
inputs.entropy.url = "github:ergohaven/entropy";
outputs = { nixpkgs, entropy, ... }: {
nixosConfigurations.myhost = nixpkgs.lib.nixosSystem {
modules = [
entropy.nixosModules.default
{ programs.entropy.enable = true; }
];
};
};
}This installs the app and the Vial hidraw udev rule. Nothing else is touched: no input method is enabled or selected on your behalf.
Text Expander needs the Entropy IBus engine, which is opt-in and expects IBus to be the input method you already run:
{
programs.entropy = {
enable = true;
ibus.enable = true;
};
i18n.inputMethod = {
enable = true;
type = "ibus";
};
}Enabling programs.entropy.ibus while some other input method is active only
produces a warning — the engine is never loaded in that case. Universal Symbols
need no input method at all on firmware that exposes native RMK key actions.
After rebuilding, add Entropy Text Expander — or a layout-specific variant, e.g. Entropy Text Expander EN — as an input source. Entropy detects an engine registered this way and replaces the Install IBus action with Reload IBus registry: a daemon started before the rebuild still serves its old registry, so the new layouts show up only after it reloads (or after you log out and back in).
programs.entropy.group (default input) is the group the udev rule grants
access to; it is created if it does not exist, and the users that need direct
hidraw access have to be members of it.
nixpkgs ships its own programs.entropy module around pkgs.ergohaven-entropy.
Both declare the same option, so this module disables the nixpkgs one
(disabledModules) and takes over: it follows the version in this repository
and exposes package, group and the ibus options. Use one or the other,
not both — importing this module is what makes the choice.
A homeManagerModules.default is also available, but the udev rule needs root,
so it only covers the app and the IBus engine, and its IBus registration works
only under standalone home-manager.
Development shell with the toolchain and native dependencies:
nix developUniversal Symbols are native RMK firmware actions for punctuation that should produce the same character in English and Russian layouts. Supported firmware tracks the active EN/RU layout and emits ordinary HID key presses, so assigned symbols work without Entropy or another background service.
When Entropy is running, the existing Layout Sync bridge reports the active OS layout to the keyboard and corrects firmware state after layout changes made by the operating system. Manual Toggle, Sync, English, and Russian actions remain available for fully autonomous use.
Entropy shows the Universal Symbols picker section only when connected firmware advertises this capability. The catalog intentionally contains only punctuation implemented by the firmware; the former Unicode typography, arrows, math, and currency extras are not exposed.
Entropy currently communicates with Vial-compatible HID devices. Its UI is designed for programmable keyboards and adjacent input devices such as macropads, trackballs, touchpads, and encoder/display modules when those features are exposed by firmware.
Best-tested hardware is Ergohaven hardware and Vial-compatible QMK/RMK-style devices. Firmware support varies by device; Entropy hides firmware-gated pages when the connected device does not expose the required capability.
Not in scope for this release:
- Browser-only configuration
- Mobile platforms
Install a stable Rust toolchain, then build the desktop app:
cargo run
cargo build --releaseLinux builds require native GUI/HID dependencies. On Debian/Ubuntu-like systems:
sudo apt-get install \
libhidapi-dev \
libudev-dev \
libxcb-render0-dev \
libxcb-shape0-dev \
libxcb-xfixes0-dev \
libxkbcommon-dev \
libssl-dev \
libgtk-3-devBuild a macOS app bundle and DMG on macOS:
scripts/build_macos_app.shBuild a Windows release binary from Linux with the GNU target:
cargo build --release --target x86_64-pc-windows-gnuEntropy is licensed under GPL-3.0-or-later. See LICENSE.




