| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| massCode-4.6.0-arm64.dmg | 2026-03-08 | 163.9 MB | |
| massCode-4.6.0-x64-portable.exe | 2026-03-08 | 129.3 MB | |
| massCode-4.6.0-x64.exe | 2026-03-08 | 129.5 MB | |
| massCode-4.6.0.AppImage | 2026-03-08 | 174.5 MB | |
| massCode-4.6.0.dmg | 2026-03-08 | 169.0 MB | |
| README.md | 2026-03-08 | 1.2 kB | |
| v4.6.0 source code.tar.gz | 2026-03-08 | 3.5 MB | |
| v4.6.0 source code.zip | 2026-03-08 | 4.2 MB | |
| Totals: 8 Items | 773.8 MB | 0 | |
Math Notebook
A new feature — a calculator notepad right inside massCode, inspired by Numi. Write expressions in natural language and get instant results on each line.
Features
- Arithmetic, percentages, powers, math functions (
sqrt,sin,log...) - Natural syntax:
15% of 200,5% off 300,sqrt 16 - Variables & aggregates:
price = $50 + $10,sum,average,prev - Unit conversion: length, weight, temperature, time, area, volume, data, CSS (
px,pt,em) - 28 currencies with live rates:
$100 to RUB,€50 + £20 - Date & time:
now,time in Tokyo,tomorrow + 2 weeks - Syntax highlighting, sheet management, click-to-copy results, total
What's Changed
- feat: add math notebook by @antonreshetov in https://github.com/massCodeIO/massCode/pull/677
- fix(editor): use configured tab size for block indentation by @antonreshetov in https://github.com/massCodeIO/massCode/pull/678
- fix(editor): prevent md-engine text overwrite during rapid typing by @antonreshetov in https://github.com/massCodeIO/massCode/pull/679
Full Changelog: https://github.com/massCodeIO/massCode/compare/v4.5.0...v4.6.0