-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
cubicj edited this page Aug 10, 2026
·
6 revisions
English · 한국어
- Obsidian Desktop on Windows with Bluetooth LE support (for scale features)
- Acaia Pearl S scale
- Mobile installs work too, but only the record-keeping features are available — see Home
macOS/Linux support depends on @stoprocent/noble platform compatibility and is not tested yet.
- Download
cubicj-brewing.zipfrom the latest release - Extract the zip. You should see:
main.js manifest.json styles.css noble/ - Copy all contents into
<your-vault>/.obsidian/plugins/cubicj-brewing/ - Restart Obsidian → Settings → Community plugins → enable CubicJ Brewing
The
noble/folder contains the native BLE addon. Without it the plugin still loads, but scale connection is unavailable — do not omit it.
git clone https://github.com/cubicj/CubicJ-Brewing.git
cd CubicJ-Brewing
npm install
npm run buildnpm run build runs tests, typecheck, and the production esbuild bundle. Copy main.js, manifest.json, and styles.css into the plugin folder along with a noble/ folder containing the @stoprocent/noble native dependencies.
Replace the plugin folder contents with the new release zip contents and restart Obsidian. Your data is stored in the vault (not the plugin folder), so updates never touch your records — see Getting Started.
English
한국어