Download Latest Version v5.0.0 source code.tar.gz (3.7 MB)
Email in envelope

Get an email when there's a new version of massCode

Home / v4.5.0
Name Modified Size InfoDownloads / Week
Parent folder
massCode-4.5.0.dmg 2026-03-05 166.6 MB
massCode-4.5.0.AppImage 2026-03-05 172.0 MB
massCode-4.5.0-x64.exe 2026-03-05 127.6 MB
massCode-4.5.0-x64-portable.exe 2026-03-05 127.3 MB
massCode-4.5.0-arm64.dmg 2026-03-05 161.5 MB
README.md 2026-03-05 2.8 kB
v4.5.0 source code.tar.gz 2026-03-05 3.4 MB
v4.5.0 source code.zip 2026-03-05 4.1 MB
Totals: 8 Items   762.6 MB 0

Markdown Vault — New Storage Engine

This is arguably the most significant update in massCode's history. You can now store your snippets as plain Markdown files directly on disk.

Why it matters:

  • Your data is just files. Each snippet is a .md file with frontmatter metadata. No database, no binary formats. You can read, edit, and organize snippets with any text editor or file manager.
  • Git-friendly. Store snippets in a Git repository, sync via GitHub, track change history — everything works out of the box because it's just files.
  • Cloud sync. iCloud, Dropbox, Syncthing — any file sync service will do. No database conflicts.
  • Live sync. massCode watches the vault directory in real time via a file watcher. Edit a file externally — the app picks up changes automatically.

How it works:

The vault structure mirrors your folder hierarchy. Each folder is a directory on disk, each snippet is a .md file inside it. Metadata (language, tags, order) is stored in frontmatter, while .state.json handles UI state (expanded folders, sort order).

You can switch between SQLite and Markdown Vault in Settings → Storage.

Custom Themes

Added support for custom themes. You can now fully customize the look and feel of massCode — UI colors, editor syntax highlighting colors.

  • Themes are stored in ~/.massCode/themes/ as JSON files
  • Create a new theme directly from settings — a Rose Pine-based template will be generated
  • Both light and dark theme types are supported
  • Theme files are watched in real time — edit the JSON, see the result instantly

What's Changed

New Contributors

Full Changelog: https://github.com/massCodeIO/massCode/compare/v4.4.0...v4.5.0

Source: README.md, updated 2026-03-05