Freenote is an open-source AI journal app with Markdown support. You can freely record your notes, and with AI assistance, easily search and summarize past entries, enhancing creativity capture and management. All data is stored locally on your device, ensuring privacy and security.
178
stars
65
commits
TypeScript
primary language
Mar 16, 2025
updated
An open-source AI journal app with Markdown support
Visit Freenote App
Report Bug
·
Request Feature
·
中文文档
Freenote is an open-source AI journal app with Markdown support. You can freely record your notes, and with AI assistance, easily search and summarize past entries, enhancing creativity capture and management. All data is stored locally on your device, ensuring privacy and security.
# to ###### for headings (H1-H6)* or - for bullet lists> for blockquotesCtrl/Cmd+B for bold, Ctrl/Cmd+I for italic` for inline code, or ``` for code blocksNote: AI features require an OpenAI API key
To get a local copy up and running, follow these simple steps.
npm install npm@latest -g
# or
npm install -g pnpm
git clone https://github.com/celerforge/freenote.git
cd freenote
pnpm install
cp .env.example .env
pnpm dev
You can also run Freenote using Docker:
Build the Docker image
docker build -t freenote .
Run the container
docker run -p 3000:3000 freenote
Access the application at http://localhost:3000
See the open issues for a full list of proposed features and known issues.
Contributions make the open source community an amazing place to learn, inspire, and create. Any contributions are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the AGPL-3.0 License. See LICENSE for more information.
63 commits
2 commits
TypeScript
96.5%
CSS
1.7%
Dockerfile
1.4%
Freenote is an open-source AI journal app with Markdown support. You can freely record your notes, and with AI assistance, easily search and summarize past entries, enhancing creativity capture and management. All data is stored locally on your device, ensuring privacy and security.
178
stars
65
commits
TypeScript
primary language
Mar 16, 2025
updated
An open-source AI journal app with Markdown support
Visit Freenote App
Report Bug
·
Request Feature
·
中文文档
Freenote is an open-source AI journal app with Markdown support. You can freely record your notes, and with AI assistance, easily search and summarize past entries, enhancing creativity capture and management. All data is stored locally on your device, ensuring privacy and security.
# to ###### for headings (H1-H6)* or - for bullet lists> for blockquotesCtrl/Cmd+B for bold, Ctrl/Cmd+I for italic` for inline code, or ``` for code blocksNote: AI features require an OpenAI API key
To get a local copy up and running, follow these simple steps.
npm install npm@latest -g
# or
npm install -g pnpm
git clone https://github.com/celerforge/freenote.git
cd freenote
pnpm install
cp .env.example .env
pnpm dev
You can also run Freenote using Docker:
Build the Docker image
docker build -t freenote .
Run the container
docker run -p 3000:3000 freenote
Access the application at http://localhost:3000
See the open issues for a full list of proposed features and known issues.
Contributions make the open source community an amazing place to learn, inspire, and create. Any contributions are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the AGPL-3.0 License. See LICENSE for more information.
63 commits
2 commits
TypeScript
96.5%
CSS
1.7%
Dockerfile
1.4%