Plugins
A plugin/extension system isn’t planned for the alpha phase.
Info
There is no plugin system in Own DevStudio (ODS) yet. We’re keeping the core simple during alpha and may explore an extension API later.
Why no plugins (for now)?
- Stability first: fewer moving parts while core features settle.
- Security & privacy: sandboxing and permissions need careful design.
- Scope control: faster iteration on the baseline IDE and AI workflows.
What might come later (no promises)
- A small, capability-based API (commands, keybindings, panels)
- Safe execution model (permissions, isolation, auditability)
- Distribution via a curated registry
Note
If we pursue plugins, we’ll open an RFC for community feedback before implementation.
Alternatives today
- CLI/Tasks: script workflows with your existing tools.
- Config & Snippets: share settings and editor snippets.
- External tools: use language servers, formatters, and linters alongside ODS (Planned).
FAQ
Can I build a plugin now?
Not yet—there’s no public API.
Is there an ETA?
No specific timeline. Track the Roadmap and release notes for updates.
Will plugins be local-first?
That’s the goal. Any future design will prioritize local-first and privacy-by-default.