Bluke turns your Android device into a driverless, wireless Bluetooth HID mechanical keyboard simulator.
- No host software required: Uses Android's native Bluetooth HID profile to connect directly with Windows, macOS, Linux, ChromeOS, Android TV, and game consoles.
- Switch sound synthesis: Generates mechanical switch acoustics (Cherry MX Brown, Holy Panda, Alpaca, Kailh Box Navy, Buckling Spring, and Topre) in real-time.
- Themes and case colors: Includes built-in presets (Olivia, Dracula, Oblivion, Retro, Cafe, and Mizu) and selectable case colors.
- System integration: Supports system haptics, OLED black mode, and Material You dynamic color schemes.
- Android 9 (API level 28) or higher (where the
BluetoothHidDeviceAPI was introduced). - A device with hardware support for the Bluetooth HID Device (HID-over-GATT) profile. Note that profile availability may vary based on device chipset and manufacturer ROM.
- Android Studio Koala or higher.
- Android SDK 36.
- Global Gradle or Gradle Wrapper installed.
-
Clone the repository:
git clone https://github.com/arnav-kr/Bluke.git cd Bluke -
Build with Gradle:
gradle assembleDebug
-
Install on device: Enable USB Debugging on your Android phone and install the app via Android Studio or run:
gradle installDebug
This project is licensed under the AGPL-3.0
- kbsim: The user interface design is inspired by their web keyboard simulator (kbs.im), and the mechanical switch audio assets are sourced from their project.
- Arnav Kumar (@arnav-kr)