📸 Demo
✨ Features
- WPA Enterprise (802.1X) Support
- Station & Access Point Modes
- QR Code Network Sharing
- Support hidden networks
💡 Prerequisites
[!IMPORTANT] To avoid conflicts, ensure wireless management services like NetworkManager or wpa_supplicant are disabled.
🚀 Installation
📥 Binary release
You can download the pre-built binaries from the release page release page
📦 crates.io
You can install impala from crates.io
cargo install impala
🐧Arch Linux
You can install impala from the official repositories with using pacman.
Nixpkgs
nix-env -iA nixpkgs.impala
⚒️ Build from source
Run the following command:
git clone https://github.com/pythops/impala
cd impala
cargo build --release
This will produce an executable file at target/release/impala that you can copy to a directory in your $PATH.
🪄 Usage
🛠️Custom keybindings
Keybindings can be customized in the config file $HOME/.config/impala/config.toml
= "r"
= "station"
= false # Set to true to enable Esc key to quit the app
[]
= "i"
= "o"
[]
= 'n'
= 'x'
[]
= "s"
[]
= "t"
= "d"
= "a"
= "p"
[]
= "a"
= ""
Contributing
- No AI slop.
- Only submit a pull request after having a prior issue or discussion.
- Keep PRs small and focused.
⚖️ License
GPLv3