Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.notion.com/llms.txt

Use this file to discover all available pages before exploring further.

The recommended way to install ntn:
curl -fsSL https://ntn.dev | bash
ntn is available for macOS and Linux (x64 and arm64). Windows support coming soon!

Install via npm

npm install --global ntn
Requires Node.js 22+ and npm 10+.

Verify installation

ntn --version

Shell completions

Enable tab completions for your shell:
ntn completions bash  # or fish, zsh, powershell, elvish

Building from source

Clone the repository and use mise to build a local debug binary installed as ntnd:
git clone https://github.com/makenotion/cli.git
cd cli
mise build
See the CLI README for mise watch and other development workflows.