Demos
See QNSQY in action
Real screen recordings of the actual tool on Linux, no edits and no fast-forward, each one running the whole operation from an empty screen. Click any clip to play. Want the exact commands for the desktop app, terminal UI, and command line? Read the complete guide.
Featured
Encrypt a file, start to finish
The same operation, shown two ways, with the file manager open beside it so you can watch the encrypted .qs appear the moment it is written. Pick an interface:
Desktop app
Choose the file and the recipient's public key with the built-in file browser, then click Encrypt. No paths typed by hand. Every panel shows the equivalent command line with a Copy button.
- Files picked inside the app
- File manager open on the same folder
- Output verified to decrypt back to the original
Command line
Generate a key, encrypt, decrypt, and diff, one command at a time. The file manager on the right updates as each file is written.
- Every command typed in full
- File manager open on the same folder
- Ends in a byte-for-byte
ROUNDTRIP-OK
Terminal UI clips are in production.
The desktop app and command line are ready above.
Encrypt & decrypt
Keys & signatures
Advanced encryption
Migration & hygiene
Vault, groups & organization
Encoding & utilities
Platform notes
What the Windows clips do differently, and where a clip stops short. Each note is what the recordings actually show.
- Windows clips run in a console started as Administrator. (F-055)
- On Windows every command carries --acknowledge-no-sandbox, because the Windows build asks for it on every subcommand. (F-041)
- A standard (non-administrator) Windows user sees the operating system's security banners before the app starts. (F-057)
- LMS signing fails on Windows today: the stateful key update is refused, so the LMS clips show that error. (F-046)
- Key-generation previews in the desktop app still show <output-dir>/<name> placeholders after the form clears. (F-123)
- Escrow decryption needs an organization build, so the escrow clips stop at the point where an organization is required. (F-020)