DIY retro analog gauge meters that display system metrics in real time, including Claude usage stats!
|
point.mp4 |
Pointify Desktop runs on macOS, Windows, and Linux, driving up to 8 gauges with customizable metrics.
Its software gauges work without the device, but watching real needles twitch is way better. So go build one!
- Install Pointify Desktop and open it.
- macOS / Linux (Homebrew)
brew tap luftaquila/pointify https://github.com/luftaquila/pointify brew install --cask pointify # macOS brew install pointify # Linux
- Windows (Manual): Download from the latest release.
- macOS / Linux (Homebrew)
- Connect your Pointify to the computer and set up gauges to your preference.
Full list of supported metrics
- 🕹️ Hardware
- CPU
- Utilization
- Temperature
- Clock Frequency
- Power Consumption
- GPU
- Utilization
- Temperature
- Clock Frequency
- Power Consumption
- VRAM Usage
- Memory
- RAM and Swap Usage
- Network
- RX, TX and RX/TX Speed
- Disk
- Usage
- Read, Write and R/W Speed
- CPU
- 🤖 Claude Usage Stats
- Usage Limits
- 5h session limit and reset time
- Weekly limit and reset time
- Claude Code stats
- Today's total tokens
- Today's input, output and I/O tokens
- Today's cache read and write tokens
- Today's cost ($)
- Usage Limits
Note
Some metrics have platform/hardware limitations.
- CPU Temperature and Power: Not available on Windows.
- GPU metrics: Not supported on AMD graphics cards.
- GPU VRAM Usage: Not available on Apple Silicon.
To fetch Claude usage limits (5h session and weekly), Pointify needs your browser credentials.
Claude Code stats are collected from local logs and do not require credentials.
Note
Credentials are stored locally and only used to fetch usage data directly from Claude. No information is sent to any third-party server.
See the get_claude_usage function in lib.rs for details.
Firefox
- Open Firefox and visit
https://claude.ai. Log in if you haven't already. - Open Developer Tools (F12).
- Go to the
Storagetab. - On the left sidebar, click
Cookies-https://claude.ai. - Locate the
cf_clearance,lastActiveOrg, andsessionKeyvalues. - Click the
Open .claude.envbutton on the desktop app and paste the corresponding values.
Chrome
- Open Chrome and visit
https://claude.ai. Log in if you haven't already. - Open Developer Tools (F12).
- Go to the
Applicationtab. - On the left sidebar, click
Storage-Cookies-https://claude.ai. - Locate the
cf_clearance,lastActiveOrg, andsessionKeyvalues. - Click the
Open .claude.envbutton on the desktop app and paste the corresponding values.
Pointify is fully open-source and open-hardware. Build your own device at home!
- Download
pointify-hardware.zipfrom the latest release and unzip. - Gerber, BOM, and CPL files are in the
pcb/directory. Use them to place a PCB assembly order from manufacturers such as JLCPCB.
If your board is fresh and the MCU has never been flashed, it will always boot into USB bootloader mode.
- Connect your board to the computer.
- Open Pointify Desktop and click the chip icon at the bottom of the sidebar.
CURRENT version will show as Bootloader. Click the Update Firmware button to flash it.
Note
If your computer is running Windows and CURRENT shows as N/A, it means the CH372 driver is missing.
Press the Shift key and the button will change to Update Firmware (force).
The force install process will automatically detect and install the missing driver.
Alternatively, you can install the driver manually from here.
- 6x M2*8mm bolts
- 91C4 3V DC analog voltmeters, as many as you need
- Some wires and soldering skills
- 4x anti-slip pads with radius < 10mm
- Download
pointify-hardware.zipfrom the latest release and unzip. - 3D-print the STL files you need from the
3d/directory. - Install the gauges into the housing.
- Connect all negative terminals (near the 0V scale) of the gauge to the GND header on the PCB.
- Daisy-chain them, since there's only one GND pad (marked ⏚).
- Connect each positive terminal (near the 3V scale) to PWM port #1~8 on the PCB.
- The pad right next to the GND is PWM1.
- Solder directly to the washer that comes with the gauge, or crimp a ring terminal onto the wire. Crimping is easier to work with but you'll need a crimp tool and ring terminals.
- Mount the PCB upside down onto the housing. The USB port faces downward.
- Attach the back cover.
Use the Gauge Panel Generator to design and print your own gauge panel graphics.
Examples from the device/gauge/example/ directory:
Open
cd gui
npm install
npm run tauri dev # development
npm run tauri build # productionRequires nightly Rust.
cargo install wchisp --git https://github.com/ch32-rs/wchisp
cd device/firmware
cargo build --release # build only
cargo run --release # build + flash




