massCode: A remarkable free snippet manager for macOS, Windows and Linux

massCode: A remarkable  free snippet manager for macOS, Windows and Linux

massCode is a nifty open-source solution for developers that helps them organize their code snippets in multiple languages in a stylish organized way.

Developers  have to use web services like GitHub Gist, which is hard to use offline, or often buy a commercial software to keep all snippets. Not anymore with massCode.

It is originally developed by "Anton Reshetov" a web and deskop app developer, who released it under AGPL V3.0.

The project gained popularity among developers. It is built on top of Vue, Electron and Monaco code editor.

It works on Windows, macOS and Linux. Although, I had some troubles with it on the new Apple Silicon M1, but I still use it extensively on my Linux machine (Ubuntu, Ubuntu-based distros and ZorinOS).

Key features

The main reasons why I like massCode:

  1. It has a nice code editor which looks similar to VS Code.
  2. Creative simple user-interface
  3. Easy to organize snippets with tags and folders.
  4. Supports Markdown format
  5. Has an autosave mode, so you don't need to worry about saving your work.
  6. Works completely offline
  7. Offers a synchronization to different sources: iCloud, Google Drive, Dropbox, GitHub and more.
  8. Full-text search engine which does not look only into your code snippets, but through your tags and code comments.
  9. Dark theme and night-mode support
  10. Favorites and bookmarks
  11. Multiple languages support
  12. Simple folder-based backup solution

Platforms

  1. macOS (macOS 10.13+)
  2. Windows
  3. Linux (Ubuntu, Debian, ZorinOS)

Build from source

of course, you can build massCode from source, just clone the code, install NodeJS, NPM and Yarn then:

### Development ###
# install dependencies
yarn
# serve with hot reload
yarn dev


### Build massCode for production ###
yarn build

Features we would like to see in the next update

  1. Snap and Flatpak packages for Linux distros
  2. GitHub Gist support
  3. Single-file backup option

License

massCode is released under AGPL V3.0

Download