Mirror of https://github.com/melianmiko/OpenFreebuds

MelianMiko c7dcc86fb9 [Bump version] v0.15.1 3 days ago
.github 208692db26 [Feature] Add initial 6i driver impl (#43) 1 month ago
debian c7dcc86fb9 [Bump version] v0.15.1 3 days ago
docs f77283a078 [Misc] Release preparations 4 days ago
openfreebuds 8f0a6aeac1 [Fix] Equalizer preset name localization 4 days ago
openfreebuds_backend 168673c8d5 [Fix] Rework Flatpak autostart management 3 days ago
openfreebuds_cmd 18007a6d49 [Refactor] Code cleanup 1 month ago
openfreebuds_qt c7dcc86fb9 [Bump version] v0.15.1 3 days ago
scripts c7dcc86fb9 [Bump version] v0.15.1 3 days ago
.gitignore 75d91b3a02 [i18n] Update translations 1 month ago
CHANGELOG.md c7dcc86fb9 [Bump version] v0.15.1 3 days ago
LICENSE ebc6924060 Initial commit 2 years ago
README.md f0e603db70 [Docs] Drop Accent translate references 4 days ago
poetry.lock b6b295a0d3 [Bump version] v0.15.0 4 days ago
pyproject.toml c7dcc86fb9 [Bump version] v0.15.1 3 days ago

README.md

OpenFreebuds

Desktop application to manage wireless headphones from HUAWEI/Honor

Last release Last AUR release Test build status

💿 Download binaries | ❓ FAQ

Tray menu preview

This application allows to control HUAWEI FreeBuds earphone settings from PC. Check exact battery level, toggle noise cancellation, control built-in equalizer, change gestures, and all other in-device settings and features are now available without official mobile application.

Features

  • Dynamic system tray icon that shows current active noise cancellation mode and battery level;
  • Tray menu with battery levels and active noise cancellation settings;
  • Ability to change voice language (not all devices supported);
  • Device settings dialog, eg. change equalizer preset, gesture actions, etc;
  • Built-in HTTP-server for remote control & scripting;
  • Built-in global hotkeys support (for Windows and Xorg-Linux)

Settings preview

Device compatibility

See device page to get information about supported features. If your device isn't listed here, you could try to use it with profile for other model.

May also work with newer/older devices in same series. If you want to get better compatibility of some model, you could create Bluetooth traffic dump to help making OpenFreebuds better.

Download & install

Download for Windows Available in FlatHub

Debian/Ubuntu

curl -s https://deb.mmk.pw/setup | sudo bash -
sudo apt install openfreebuds

Arch Linux

openfreebuds available in AUR.

Test builds

Most recent dev-binaries can be found in GitHub Actions build artifacts.

Build or start from sources

Requirements:

  • Windows 10/11, or enough modern Linux;
  • Qt 6.0+ development tools, at least Linguist's lrelease;
  • Python (3.11+), Poetry (1.8+);
  • (Windows, optional) NSIS, UPX;
  • (Linux, optional) Build essentials and some libraries.

Also, some dev-scripts may have their own requirements, like python3-polib for ./scripts/sync_translations.sh. Setup poetry env and dependencies before continue:

poetry install

Just launch without installation

./scripts/make.py build_launch

Windows

If everything above is installed & added to PATH, just run:

.\scripts\build_win32\make.cmd

Output binaries will be located in scripts\build_win32\dist

Debian/Ubuntu

Install all packaging dependencies automated way: apt install build-essentials && ./scripts/install_dpkg_dependencies.sh.

dpkg-buildpackage -b

Output file will be located in parent folder (../*.deb).

Extra dialogs preview