A simple device monitoring tool for vape battery mods with Arcticfox firmware. Works on macOS and Linux.
Go to the latest release page and download the arcticfox-monitor-x.x.x.dmg file.
On the latest release page you can find a .deb file, a .rpm file and a .tar.gz that should work on other distributions.
For USB access with an unprivileged user you need udev rules, see
Issue #25.
The .deb and .rpm packages install these udev rules automatically and create a group arcticfox
. You have to add you
user to this group (usermod -a -G arcticfox username
).
Connect your Arcticfox Device, start the Application, vape on.
Clone the repo, do npm install
in the project root. Use npm start
to start the application in debug mode.
Depending on your installed Node.js version it might be necessary to rebuild the USB HID module:
./node_modules/.bin/electron-rebuild
- https://github.com/hobbyquaker/arcticfox-config - Configuration Tool for Vape Devices / Battery Mods with Arcticfox Firmware. Works on MacOS and Linux.
- https://github.com/hobbyquaker/arcticfox - a Node module that abstracts the HID communication with the Arcticfox firmware and is also used by this project.
- https://github.com/hobbyquaker/dna-monitor - a macOS and Linux device monitor for battery mods with the DNA chipset.
Based on the work of NFE Team
This software uses Highcharts which is free only for non-commercial use.
GPLv3
Copyright (c) Sebastian Raff