{"id":51031353,"url":"https://github.com/arnav-kr/bluke","last_synced_at":"2026-06-22T01:00:54.481Z","repository":{"id":363096599,"uuid":"1259742213","full_name":"arnav-kr/Bluke","owner":"arnav-kr","description":"Bluke turns your phone into a Bluetooth mechanical keyboard, a Gamepad and a Trackpad","archived":false,"fork":false,"pushed_at":"2026-06-15T21:09:55.000Z","size":4387,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-16T19:33:05.676Z","etag":null,"topics":["andorid","android-app","bluetooth","bluetooth-hid","bluetooth-keyboard","hid","jetpack-compose","keyboard","kotlin","mechanical-keyboard","simulator","wireless-keyboard"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arnav-kr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"buy_me_a_coffee":"arnavkr","ko_fi":"arnav","patreon":"arnavkr"}},"created_at":"2026-06-04T20:13:49.000Z","updated_at":"2026-06-09T10:46:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/arnav-kr/Bluke","commit_stats":null,"previous_names":["arnav-kr/bluke"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/arnav-kr/Bluke","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnav-kr%2FBluke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnav-kr%2FBluke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnav-kr%2FBluke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnav-kr%2FBluke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arnav-kr","download_url":"https://codeload.github.com/arnav-kr/Bluke/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnav-kr%2FBluke/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34630753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["andorid","android-app","bluetooth","bluetooth-hid","bluetooth-keyboard","hid","jetpack-compose","keyboard","kotlin","mechanical-keyboard","simulator","wireless-keyboard"],"created_at":"2026-06-22T01:00:53.791Z","updated_at":"2026-06-22T01:00:54.474Z","avatar_url":"https://github.com/arnav-kr.png","language":"Kotlin","funding_links":["https://buymeacoffee.com/arnavkr","https://ko-fi.com/arnav","https://patreon.com/arnavkr"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"Logo.svg\" width=\"128\" height=\"128\" alt=\"Bluke Logo\" /\u003e\n\n# Bluke\n\nBluke turns your Android device into a driverless, wireless Bluetooth HID mechanical keyboard simulator.\n\n[![Android](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge\u0026logo=android\u0026logoColor=white)](https://developer.android.com)\n[![Kotlin](https://img.shields.io/badge/kotlin-%237F52FF.svg?style=for-the-badge\u0026logo=kotlin\u0026logoColor=white)](https://kotlinlang.org)\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg?style=for-the-badge)](LICENSE)\n[![Latest Release](https://img.shields.io/github/v/release/arnav-kr/Bluke?style=for-the-badge\u0026color=orange)](https://github.com/arnav-kr/Bluke/releases)\n\n\u003c/div\u003e\n\n---\n\n## Features\n* **No host software required**: Uses Android's native Bluetooth HID profile to connect directly with Windows, macOS, Linux, ChromeOS, Android TV, and game consoles.\n* **Switch sound synthesis**: Generates mechanical switch acoustics (Cherry MX Brown, Holy Panda, Alpaca, Kailh Box Navy, Buckling Spring, and Topre) in real-time.\n* **Themes and case colors**: Includes built-in presets (Olivia, Dracula, Oblivion, Retro, Cafe, and Mizu) and selectable case colors.\n* **System integration**: Supports system haptics, OLED black mode, and Material You dynamic color schemes.\n\n\n## Requirement\n- **Android 9 (API level 28) or higher** (where the `BluetoothHidDevice` API was introduced).\n- 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.\n\n\n## Build and Installation\n### Prerequisites\n- Android Studio Koala or higher.\n- Android SDK 36.\n- Global Gradle or Gradle Wrapper installed.\n\n### Setup and Compilation\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/arnav-kr/Bluke.git\n   cd Bluke\n   ```\n\n2. **Build with Gradle**:\n   ```bash\n   gradle assembleDebug\n   ```\n\n3. **Install on device**:\n   Enable USB Debugging on your Android phone and install the app via Android Studio or run:\n   ```bash\n    gradle installDebug\n    ```\n\n## License\nThis project is licensed under the [AGPL-3.0](LICENSE)\n\n## Credits\n* **[kbsim](https://github.com/tplai/kbsim)**: The user interface design is inspired by their web keyboard simulator ([kbs.im](https://kbs.im)), and the mechanical switch audio assets are sourced from their project.\n\n## Author\n- **Arnav Kumar** ([@arnav-kr](https://github.com/arnav-kr))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnav-kr%2Fbluke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnav-kr%2Fbluke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnav-kr%2Fbluke/lists"}