Notable

A very simple note taking application. It has no dependencies and
ships as a static binary.

You can view recent changes in the changelog.
Installation
Linux, FreeBSD, MacOS, Windows
Download and extract the latest
release version.
The zip file contains an executable named notable. The MacOS version also
includes an app bundle.
Compile from source (using latest dependencies)
go get -u github.com/jmcfarlane/notable
notable
Compile from source (using known good dependencies)
curl -s https://glide.sh/get | sh
go get -u -d github.com/jmcfarlane/notable
cd $GOPATH/github.com/jmcfarlane/notable
glide install
go generate
go build
notable
Run via a rkt container
Download the latest .aci from the release page. Then run it:
sudo rkt run --insecure-options=image --net=host --volume data,kind=host,source=$HOME/.notable \
--mount volume=data,target=/root/.notable notable-v0.0.7.linux-amd64.aci
Run via a Docker container
docker run -p 8080:8080 -d -v ~/.notable:/root/.notable jmcfarlane/notable:latest
Features
- Secure: Everything is local to your computer
- Private: Each note can be encrypted
- Search as you type (tag, tag prefix, and full text index)
- Standalone: You can use it on an airplane
- Cross platform:
- Linux
- MacOS
- FreeBSD
- Windows (experimental)
- Keyboard friendly
Screenshots
Keyboard shortcuts
Help can be invoked by the ? key (when the note content is not
focused).

Notes can be encrypted individually

Search via tag, tag prefix, and full text index

Visual indication of unsaved changes

Edit content

Open multiple notes via tabs

Third party software