GitPedia

BoostNote.next local

Boost Note next local spaces is lightspeed workspace for developers

From BoostIO·Updated May 12, 2026·View on GitHub·
·Archived

Standalone app separated from Boost Note for better local space support. See [Roadmap](https://github.com/BoostIO/BoostNote.next-local/discussions/43). The project is written primarily in TypeScript, distributed under the Other license, first published in 2021. Key topics include: electron, markdown, markdown-editor, markdown-to-html, markdown-viewer.

Latest release: v0.23.00.23.0
April 13, 2022View Changelog →
<div align="center"> <h1><img src="static/logo.svg" width="30"> Boost Note Local</h1> </div>

Standalone app separated from Boost Note for better local space support. See Roadmap.

Boost Note

If you want a collaborative app, please try Boost Note.(https://github.com/BoostIO/BoostNote-App)

uiimage

<h2 align='center'>A collaborative real-time markdown note app for developer teams</h2>

Support Platform

Authors & Maintainers

Community

Development

Folder structure

  • dist : Bundled electron app stuff. All executable and installable of the electron app are generated in this folder. You can generate this by npm run prepack, npm run pack, and npm run release scripts.
  • compiled : Compiled web app resources from npm run build script. The resources are for deploying the web app.
  • electron : Compiled electron resources from npm run build:electron script. You can run it by npm start script. The resources are for packaging the electron app.
  • src : Source code.

Prerequisites

  • Node.js 16.x — newer versions are not supported
sh
nvm install 16 nvm use 16

Build

Please copy .env.default file and create a file named .env in the root of the project directory, or the build will fail.

Electron app

sh
# Install dependencies npm install # Run webpack npm run dev:webpack # Run electron (You have to open another terminal to run this) npm run dev:electron

For Windows users, If npm run dev:electron doesn't spawn an electron window, please try again after removing %APPDATA%\electron directory.

License

GPL-3.0 © 2016 - 2021 BoostIO

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from BoostIO/BoostNote.next-local via the GitHub API.Last fetched: 6/19/2026