Plugins
Extend Aartiq with custom plugins using the Plugin SDK. Source: src/lib/plugin-sdk.js, src/lib/plugin-manager.js, src/main/handlers/plugin-handlers.js
SDK v1
Plugins
Open Source
Installs
8
Verified
v2.0
SDK Version
Source Files
Plugin SDK
src/lib/plugin-sdk.js
Plugin Manager
src/lib/plugin-manager.js
Plugin IPC
src/main/handlers/plugin-handlers.js
Extension Manager
src/lib/extensions/ExtensionManager.ts
Web Store
src/components/WebStore.tsx
Quick Start
SDK Reference
Create New Plugin
Start building your own plugin with our SDK and templates.
Browse Marketplace
Discover and install plugins from the community.
Submit Plugin
Share your plugin with the Aartiq community.
Plugin Types
Plugin Types
AI Model
Add new AI model providers
Command
Custom AI commands and actions
Integration
Connect external services
Theme
Custom UI themes and styles
Automation
Pre-built automation templates
Featured Plugins
Featured Plugins
Claude Integration
by Aartiq
Add Anthropic's Claude AI model with advanced reasoning and code generation capabilities.
GitHub Actions
by Community
Trigger and monitor GitHub Actions workflows directly from Aartiq.
Slack Notifications
by Community
Send notifications and updates to Slack channels from your AI automations.
Documentation
SDK Reference
Project Structure
Security Model
Security Verification
Code Signing
All verified plugins are code-signed by their developers. Signatures are validated before installation to ensure authenticity.
Permission System
Plugins declare required permissions upfront. Users can review and approve permissions before installation.
Sandboxed Execution
Plugins run in isolated contexts with no direct file system or network access. All operations are proxied and logged.
Unverified Plugins
Plugins from untrusted sources will show a warning badge. Review the code and permissions carefully before installing.