Application for controlling NuPhy® keyboards.
- Lights control.
- Key mapping control (Halo75 and Halo65 for now).
- Macros control.
Supported devices: Halo75, Halo65, Halo96.
- Download the zip archive labeled
mac
from the latest release. - Unzip the archive, copy
Nuga.app
to Applications. - Launch
Nuga.app
. - The application requests permission to Input Monitoring. This is required to work with the USB HID device. Grant permission.
- Restart the app
For local development, you need to set up environments. For this purpose you will need:
brew install hidapi
To run a local application, the target dev
is used:
make dev
If you want to run another OS interface on macOS, you should run the dev-universal
target:
make dev-universal
Cross-compiling the application is not possible at this time. Therefore, full build is only possible on macOS. A native build for macOS can be built on macs with Intel® and Apple Silicon™ processors , Linux version is built on either macOS (via Docker) or the amd64 version of Linux.
For native builds, there are targets in the Makefile:
build/darwin
– To build macOS app (arm64, amd64)build/linux
– To build Linux app binary (arm64, amd64)
The build
command is a common alias for these commands and performs a build on the OS that is currently in use.
make build
The result of the build will be archives with the application in the dist
or app/build/bin
folder.
To publish a new release, set version in Makefile and run:
make publish
Automatic build, signing and notarization will be started. Once the build is complete, the files will be attached to the created GitHub Release.
The release description is compiled automatically from the CHANGELOG.md file.
The Linux version can be built on macOS using Docker. To build an image with the toolkit, run the command:
make linux-builder/setup
To build a Linux AppImage using the resulting image, run the command:
make linux-builder/release
It is highly recommended to install git hooks in the project repository. They make it easier to follow code Style. To install them, run the command:
make setup-qa
make hook
NuPhy® is a registered trademark of NuPhy Studio. Nuga is an unofficial product and is not affiliated with NuPhy Studio.