No description
Find a file
randogoth d6f8f14752 fix screenshot links to use full Codeberg URLs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 19:35:58 +03:00
android rename app ID to com.randogoth.muzzlevelocity 2026-06-19 17:11:01 +03:00
assets app icons 2025-02-22 19:11:10 +02:00
google_fonts added font 2025-02-22 21:14:35 +02:00
ios rename app ID to com.randogoth.muzzlevelocity 2026-06-19 17:11:01 +03:00
lib bump version to 1.1.1, update pubspec description 2026-06-19 19:23:06 +03:00
linux rename app ID to com.randogoth.muzzlevelocity 2026-06-19 17:11:01 +03:00
macos rename app ID to com.randogoth.muzzlevelocity 2026-06-19 17:11:01 +03:00
screenshots add README with screenshots, features, and build instructions 2026-06-19 19:34:37 +03:00
web init 2025-02-20 22:40:41 +02:00
windows custom directory 2025-02-21 22:02:06 +02:00
.gitignore init 2025-02-20 22:40:41 +02:00
.metadata init 2025-02-20 22:40:41 +02:00
analysis_options.yaml init 2025-02-20 22:40:41 +02:00
devbox.json devbox setup, dep upgrades, lint fixes, Android build fixes 2026-06-19 17:08:29 +03:00
devbox.lock devbox setup, dep upgrades, lint fixes, Android build fixes 2026-06-19 17:08:29 +03:00
justfile devbox setup, dep upgrades, lint fixes, Android build fixes 2026-06-19 17:08:29 +03:00
pubspec.lock devbox setup, dep upgrades, lint fixes, Android build fixes 2026-06-19 17:08:29 +03:00
pubspec.yaml bump version to 1.1.1, update pubspec description 2026-06-19 19:23:06 +03:00
README.md fix screenshot links to use full Codeberg URLs 2026-06-19 19:35:58 +03:00

Muzzle Velocity

Muzzle Velocity logo

A fast and minimalist but opinionated note-taking app inspired by the legendary Notational Velocity on MacOS and Terminal Velocity for command line terminals.

Built for speed and efficiency, eliminating unnecessary UI clutter. Every action should be as fast and frictionless as possible.

Screenshots


Search with tags

View mode

Editor menu

Preview mode

Edit mode

Features

Search & Create — Type to filter notes by title. Hit Enter on a new title to create it instantly. Search by #tags, +projects, @contexts, or /folders. Mix them freely.

Gestures

  • Swipe right to mark a note as a favorite (swipe right again to remove)
  • Swipe left to move a note to the trash

Editor — Three modes: View (syntax-highlighted, read-only), Edit, and Preview (rendered Markdown with LaTeX). Autosave, manual save, font size slider, and plain-text sharing from the editor menu.

Tags — Detected automatically from note content. #tags, +projects, and @contexts are all searchable.

File Organization — Notes live in a directory you choose. Subfolders are supported and ordered by most recently modified. Empty folders are cleaned up automatically.

Commands — Type in the search bar and press Enter:

Command Action
:help Open help guide
:about Open app info
:tags Toggle tag visibility
:fav Toggle favorites filter
:sub Toggle subdirectory search
:content Toggle file content search
:day Switch to light theme
:night Switch to dark theme
:extern Toggle external editor
:intern Toggle internal editor
:emptytrash Permanently delete trashed notes

Download

Get the latest .apk on the Release Page

Build

flutter build apk --release

On systems without Flutter installed, devbox provides a reproducible environment:

devbox install
devbox shell
flutter build apk --release

Made with 🧡 by randogoth