systemsculpt36k downloadsEnhance your data flow with AI-powered tools for note-taking, task management, templates, and so much more.
SystemSculpt brings an agent workspace, semantic vault search, transcription, and visual workflows into Obsidian. Activate a SystemSculpt license once; there are no provider keys, model catalogs, or local AI runtimes to configure.
SystemSculpt runs on desktop and mobile. Studio exposes portable nodes on both; local CLI, terminal, dataset-adapter, and FFmpeg nodes require Obsidian Desktop.
Obsidian Community Plugins owns installation and updates. SystemSculpt does not run a separate update checker.
cd ~/gits/systemsculpt/plugin
npm install
npm run check
Use npm run test:related with the source files being changed. Run npm run check:plugin for a larger local checkpoint and npm run check:full for the exhaustive local gate.
Select each non-production API through its named development command:
npm run build:local-agent
npm run build:staging
The local-agent route is fixed at http://127.0.0.1:8787/api/plugin. Production builds reject endpoint overrides and use https://systemsculpt.com/api/plugin.
The local SystemSculpt workspace is:
| Directory | Responsibility |
|---|---|
| ~/gits/systemsculpt/plugin | This Obsidian client |
| ~/gits/systemsculpt/website | Website and first-party plugin API |
| ~/gits/systemsculpt/systemsculpt-os | Growth and operator automation |
See development.md, CONTRIBUTING.md, and AGENTS.md.
Support: systemsculpt.com · GitHub issues · [email protected]