Skip to content

p-tupe/supernote-toolkit

Repository files navigation

Supernote Toolkit

Supernote Toolkit

A collection of tools for tinkering with supernote files.


Showcase (v0.1.0)

video.mp4

Features

For now, it only converts a folder of .note files (from supernote X2 devices with latest version of Chauvet) into corresponding png/pdf files.

See roadmap for planned changes. See changelog for all changes so far.

Install

Download the latest binaries from release page. Verify your download against checksum.txt included in each release. See OS-specific instructions below.

You can also just go install github.com/p-tupe/supernote-toolkit if you have go installed.

macOS

The app is unsigned. On first launch, macOS will block it.

xattr -d com.apple.quarantine "Supernote Toolkit.app"

Or: System Settings > Privacy & Security > Open Anyway.

Linux

tar xf "Supernote Toolkit.tar.xz"
make user-install

Windows

Extract the zip and run Supernote Toolkit.exe. Windows may show a SmartScreen warning since the app is unsigned -- click "More info" then "Run anyway".

Build from source

Requires Go 1.24+ and Fyne dependencies.

git clone https://github.com/p-tupe/supernote-toolkit.git
cd supernote-toolkit
go run .

Use the CLI

git clone https://github.com/p-tupe/supernote-toolkit.git
cd supernote-toolkit
go install cmd/cli/supernote-toolkit.go
supernote-toolkit

About

A collection of tools for supernote devices.

Topics

Resources

License

Stars

Watchers

Forks

Contributors