-
Notifications
You must be signed in to change notification settings - Fork 0
Home
krwg edited this page Jul 8, 2026
·
2 revisions
Official documentation for the Cultiva plugin registry — the HTTPS catalog that Cultiva 1.7.0+ fetches at runtime.
| Repository | github.com/krwg/cultiva-plugins |
| Registry version | 3.0.0 |
| Docs site | krwg.github.io/cultiva-plugins |
| Cultiva app | github.com/krwg/cultiva |
This is not plugin source bundled inside Cultiva. It is the public store:
- Cultiva downloads
registry.jsonover HTTPS. - Each plugin entry lists
baseUrl, version, and sha256 hashes. - The app installs verified files into
userData/cultiva-plugins/.
| Page | Description |
|---|---|
| Catalog | All 6 official plugins, permissions, surfaces |
| Registry Spec |
registry.json schema, sha256 workflow |
| Publishing a Plugin | Step-by-step author workflow |
| Security | Integrity, permissions, sandbox boundaries |
| Troubleshooting | Install failures, sha256, version mismatches |
| Contributing | PRs, labels, review process |
| Plugin Hardening | Audit, milestone, issue tracker |
Registry URL:
https://raw.githubusercontent.com/krwg/cultiva-plugins/main/registry.json
Author guide (Cultiva repo): PLUGIN_AUTHOR_GUIDE.md
Type definitions: cultiva-plugin.d.ts
Several plugins have known UX bugs tracked in issues. Core fixes land in cultiva; plugin-specific fixes land here.
See Troubleshooting for workarounds.