JSPM

  • Created
  • Published
  • Downloads 263
  • Score
    100M100P100Q93849F

Toolkit for exporting and working with Granola meetings, notes, and transcripts

Package Exports

  • granola-toolkit
  • granola-toolkit/dist/cli.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (granola-toolkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

granola-toolkit

Toolkit for working with Granola meetings, notes, transcripts, folders, and local workspaces.

Install

npm install -g granola-toolkit
granola --help

Without a global install:

npx granola-toolkit --help

The published package exposes both granola and granola-toolkit as executable names.

If you do not want to install via npm, each GitHub release also publishes standalone archives for macOS arm64, Linux x64, and Windows x64. Extract the archive and run granola (or granola.exe on Windows).

Quick Start

granola init --provider openrouter
granola auth login --api-key grn_...
granola service start
granola web

granola init creates a local .granola.toml, starter harnesses, starter automation rules, and prompt files under ./.granola/ so the first-run setup is not just “read docs and assemble JSON by hand”.

If you start with granola web, the browser now walks you through the same first-run path: enter a Granola API key, import your meetings, choose an agent provider, and land in a workspace with a starter reviewable notes pipeline already configured.

granola service start is the new long-running background mode. It keeps the local sync loop warm, serves the browser workspace, and lets granola attach discover the running service without making you keep a foreground terminal open.

If you prefer to reuse the desktop app session instead, granola auth login still imports it from supabase.json.

Documentation

The detailed documentation now lives at kkarimi.github.io/granola-toolkit.

Local docs development:

npm run docs:dev
npm run docs:check

Key docs entry points:

Local Development

curl -fsSL https://vite.plus | bash
vp install
npm run web:check
vp pack
node dist/cli.js --help