Freenote
https://freenote.app/
https://github.com/celerforge-dev/freenote
支持 Markdown 的开源 AI 日记工具,可自由记录笔记,包括丰富的格式化功能和快捷键,还可借助 AI 助手进行搜索和总结,但需要自行填写 API Key,所有数据都存储本地,免费开源
You can also run Freenote using Docker:
您还可以使用 Docker 运行 Freenote:
-
Build the Docker image 构建 Docker 镜像
docker build -t freenote .
-
Run the container 运行容器
docker run -p 3000:3000 freenote
-
Access the application at http://localhost:3000
在 http://localhost:3000 访问应用程序