Free · open source · no account required

Install it.
Keep your data.

Skriuw runs natively on macOS, Windows, and Linux. The browser build uses the same Rust core and keeps its database in browser-local storage.

Use the package manager already on your machine.

Every desktop build stores the workspace locally in SQLite. Package-manager installs and direct release assets run the same application.

macOS

Homebrew

Install the signed desktop application through a dedicated cask.

$ brew tap remcostoeten/skriuw https://github.com/remcostoeten/skriuw
$ brew install --cask skriuw

Windows

Scoop

Add the Skriuw bucket once, then install and update from the terminal.

> scoop bucket add skriuw https://github.com/remcostoeten/skriuw
> scoop install skriuw

Debian / Ubuntu

APT

The repository publishes signed packages for Debian-family systems.

$ curl -fsSL https://remcostoeten.github.io/skriuw/apt/key.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/skriuw.gpg
$ echo "deb [signed-by=/usr/share/keyrings/skriuw.gpg] https://remcostoeten.github.io/skriuw/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/skriuw.list
$ sudo apt update && sudo apt install skriuw

Fedora / RHEL

dnf

Use the published RPM repository, or download an RPM directly.

$ sudo dnf config-manager addrepo \
  --from-repofile=https://remcostoeten.github.io/skriuw/rpm/skriuw.repo
$ sudo dnf install skriuw

Direct .dmg, .exe/.msi, .deb, .rpm, and AppImage files are attached to each GitHub release. The AUR package can lag behind while upstream publication is paused; Winget and Snap are not current install channels.

Desktop when you want the filesystem. Browser when you want a blank page now.

Desktop

SQLite on disk

Native storage, local images, automatic Git history, backups, and OS integration.

Browser

SQLite through WebAssembly

The same core stores the workspace in the browser through OPFS. No demo shell.

Both

Sync stays optional

Start without an account. Sign in only if you want the same workspace elsewhere.

Skriuw / Linkinglocal workspace
Skriuw desktop app showing a linked note, workspace tree, calendar, backlinks, and note details

Pick a build. Your first note stays with you.

Skriuw is free, open source, and usable without creating an account.