No description
  • Go 90.7%
  • SCSS 7.4%
  • Shell 1.4%
  • Makefile 0.2%
  • JavaScript 0.2%
Find a file
2025-09-28 22:25:34 -07:00
.github Add sync test (#678) 2025-09-28 22:25:34 -07:00
assets Release 0.4.0 (#386) 2020-01-08 15:46:58 +10:00
host Update the instruction to use Docker compose v2 (#657) 2024-01-28 12:50:26 +11:00
licenses Open source server and web (#171) 2019-05-10 09:31:31 +10:00
pkg Add sync test (#678) 2025-09-28 22:25:34 -07:00
scripts Add sync test (#678) 2025-09-28 22:25:34 -07:00
.gitignore Add sync test (#678) 2025-09-28 22:25:34 -07:00
CHANGELOG.md Release CLI 0.15.1 (#661) 2024-02-03 11:54:46 +11:00
CONTRIBUTING.md Upgrade dependencies (#619) 2023-02-05 13:10:45 +11:00
go.mod Bump golang.org/x/net from 0.20.0 to 0.23.0 (#669) 2024-05-11 13:50:36 +10:00
go.sum Bump golang.org/x/net from 0.20.0 to 0.23.0 (#669) 2024-05-11 13:50:36 +10:00
install.sh Remove Darwin release (#644) 2023-03-18 16:57:40 +11:00
LICENSE Remove Pro (#674) 2025-09-28 21:09:22 -07:00
Makefile Add sync test (#678) 2025-09-28 22:25:34 -07:00
README.md Remove Pro (#674) 2025-09-28 21:09:22 -07:00
SELF_HOSTING.md Use OnPremises (#631) 2023-03-04 10:52:35 +11:00
Vagrantfile Simplify dev environment (#301) 2019-11-08 17:30:01 -08:00

Dnote

Build Status

Dnote is a simple command line notebook for programmers.

It keeps you focused by providing a way of effortlessly capturing and retrieving information without leaving your terminal. It also offers a seamless multi-device sync.

A demo of Dnote command line interface

Installation

On macOS, you can install using Homebrew:

brew tap dnote/dnote
brew install dnote

On Linux or macOS, you can use the installation script:

curl -s https://www.getdnote.com/install | sh

Otherwise, you can download the binary for your platform manually from the releases page.

Server

You can install it using Docker, or using a binary.

Documentation

Please see Dnote wiki for the documentation.