| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| massCode-5.0.0-arm64.dmg | 2026-03-30 | 166.9 MB | |
| massCode-5.0.0-x64-portable.exe | 2026-03-30 | 131.2 MB | |
| massCode-5.0.0-x64.exe | 2026-03-30 | 131.5 MB | |
| massCode-5.0.0.AppImage | 2026-03-30 | 177.9 MB | |
| massCode-5.0.0.dmg | 2026-03-30 | 171.9 MB | |
| README.md | 2026-03-30 | 3.9 kB | |
| v5.0.0 source code.tar.gz | 2026-03-30 | 3.7 MB | |
| v5.0.0 source code.zip | 2026-03-30 | 4.5 MB | |
| Totals: 8 Items | 787.6 MB | 7 | |
Markdown Vault
massCode no longer uses SQLite for data storage. All snippets, notes, and settings are stored as Markdown files directly on disk. This makes your data transparent, easy to sync via any cloud service, and accessible from other tools. Upgrading from v4 triggers automatic data migration.
Spaces
A new workspace organization system. The app is divided into four spaces: Code, Notes, Math, and Tools. Each space has its own interface, navigation, and context menu. The selected space is persisted between sessions.
Notes Space
A full-featured space for notes with its own folder tree, tags, and search. Supports editing modes: raw Markdown, live preview, and preview. Includes HTML export and presentation mode.
Math Notebook
A next-generation calculator with support for variables, units, currency and cryptocurrency conversion, timezones, financial functions, and cooking units. Configurable locale, number format, and date format.
Updated Design
- New logo
What's Changed
- feat(ui): migrate to new shadcn, unify design tokens by @antonreshetov in https://github.com/massCodeIO/massCode/pull/690
- feat(theme): refactor color tokens and add migration support by @antonreshetov in https://github.com/massCodeIO/massCode/pull/691
- feat: add spaces, space-aware sync, and Math Notebook migration by @antonreshetov in https://github.com/massCodeIO/massCode/pull/692
- feat(ui): add cross-platform content offset and macOS drag region by @antonreshetov in https://github.com/massCodeIO/massCode/pull/693
- feat(ui/tree): add universal tree component and migrate folders by @antonreshetov in https://github.com/massCodeIO/massCode/pull/694
- fix: tag panel resize by @antonreshetov in https://github.com/massCodeIO/massCode/pull/695
- feat: add Notes Space with unified architecture by @antonreshetov in https://github.com/massCodeIO/massCode/pull/698
- feat: migrate app storage from sqlite to markdown vault by @antonreshetov in https://github.com/massCodeIO/massCode/pull/701
- refactor(i18n): restructure locale keys around spaces by @antonreshetov in https://github.com/massCodeIO/massCode/pull/702
- refactor(markdown): remove spaces wrapper from persisted vault layout by @antonreshetov in https://github.com/massCodeIO/massCode/pull/703
- feat: make the main menu space-aware by @antonreshetov in https://github.com/massCodeIO/massCode/pull/704
- feat: add compact list mode for space lists by @antonreshetov in https://github.com/massCodeIO/massCode/pull/705
- refactor: reorganize app and preferences store keys by @antonreshetov in https://github.com/massCodeIO/massCode/pull/706
- feat: improve three-panel resize UX with interact.js by @antonreshetov in https://github.com/massCodeIO/massCode/pull/707
- refactor: unify sidebar layout and section headers by @antonreshetov in https://github.com/massCodeIO/massCode/pull/708
- feat: add descriptions to Code Editor preferences by @antonreshetov in https://github.com/massCodeIO/massCode/pull/709
- feat: add math preferences by @antonreshetov in https://github.com/massCodeIO/massCode/pull/710
- fix(math): use numeric totals and infer additive units in mixed expressions by @antonreshetov in https://github.com/massCodeIO/massCode/pull/711
- feat: extend math engine expressions by @antonreshetov in https://github.com/massCodeIO/massCode/pull/713
- refactor(math): redesign math engine with pipeline architecture by @antonreshetov in https://github.com/massCodeIO/massCode/pull/714
- feat: extend math engine: currencies, timezones, finance, cooking by @antonreshetov in https://github.com/massCodeIO/massCode/pull/715
- docs: move website from separate repo into docs/website by @antonreshetov in https://github.com/massCodeIO/massCode/pull/716
Full Changelog: https://github.com/massCodeIO/massCode/compare/v4.7.1...v5.0.0