
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
Multi-provider notes & docs CLI. Notion is the first supported provider.
# Homebrew
brew install circlesac/tap/notas
# npm
npx @circlesac/notas
# From source
bun install
bun run build
# Authenticate (opens browser for OAuth)
notas notion auth login
# Or use an integration token
notas notion auth login --token ntn_xxx
# List databases
notas notion db list
# Query a database
notas notion db query <database-id>
# Search
notas notion search <query>
# Output as JSON
notas notion db list --output json
notas notion auth login, logout, status, refresh
notas notion databases list, get, query, create, update, delete
notas notion pages get, create, update, archive, restore
notas notion blocks list, get, append, update, delete
notas notion users list, get, me
notas notion search <query>
notas notion comments list, create
notas notion api <method> <endpoint> [--body json]
notas notion version
db is an alias for databases.
| Skill | Description |
|---|---|
| notion | Reference guide for the notas CLI Notion provider — pages, databases, blocks, users, comments, and search |
# Add marketplace
/plugin marketplace add circlesac/notas-cli
# Install plugin
/plugin install notas
pi install git:circlesac/notas-cli
# or: npx @mariozechner/pi-coding-agent install git:circlesac/notas-cli
# Run locally
bun run dev -- notion db list
# Lint (oxlint + eslint + prettier + biome + tsc)
bun run lint
# Type check
bun run type-check
# Test
bun run test
# Build native binary
bun run build
# Full pre-merge check
bun run pre-merge
src/
index.ts CLI entry point
lib/ Shared utilities (credentials, output, errors)
platforms/notion/ Notion provider
auth/ login, logout, status, refresh
databases/ CRUD + query
pages/ CRUD + archive/restore
blocks/ CRUD + append
users/ list, get, me
search/ full-text search
comments/ list, create
api.ts raw API passthrough
client.ts Notion client factory
properties.ts property formatting
types/ shared types
worker/ Cloudflare Worker (OAuth callback relay at notas.circles.ac)
npm/ npm distribution (shim + installer)
homebrew/ Homebrew formula template
# Deploy OAuth callback worker
bun run deploy:worker
Releases are triggered via workflow_dispatch in GitHub Actions. The workflow runs tests, bumps the version (CalVer via @circlesac/oneup), builds native binaries for 4 platforms, creates a GitHub Release, publishes to npm, and updates the Homebrew formula.
gh workflow run release.yml
FAQs
Multi-provider notes & docs CLI
We found that notas demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.