Guides › Installing OpenCode Interrupt on Linux
Linux is the primary platform for OpenCode and the interrupt plugin. Everything works out of the box with minimal setup. This guide covers all major distributions.
sudo apt install sox git cmake build-essential curl. Arch: sudo pacman -S sox git cmake base-devel curl. Fedora: sudo dnf install sox git cmake gcc-c++ curl.bash scripts/install-whisper.sh from the plugin directory. This compiles whisper.cpp from source. On Arch, ensure base-devel is installed first.rec test.wav from the command line.If sox cannot access the mic, check your audio group membership: groups $USER | grep audio. If missing, add yourself: sudo usermod -a -G audio $USER and log out/in.
Ready to try it?
Get started free →