Skip to content

Extensions

Stina’s functionality is built around extensions. The core application provides the chat interface, scheduler, and extension host — while extensions add specific capabilities.

Provider extensions connect Stina to AI models. You need at least one provider to use Stina.

ExtensionDescriptionModels
OllamaLocal AI models via OllamaLlama, Mistral, Gemma, Phi, etc.
OpenAIOpenAI cloud APIGPT-4, GPT-4o, o1, o3, etc.

Tool extensions add functionality that the AI can use during conversations.

ExtensionDescription
Mail ReaderRead emails from IMAP, iCloud, Gmail, Outlook
Work ManagerCreate and manage todos, projects, and reminders
People RegistryRemember people mentioned in conversations

Extensions can be installed directly from within Stina:

  1. Open Stina
  2. Go to Settings (gear icon)
  3. Navigate to Extensions
  4. Browse available extensions and click Install

Want to build your own extension? Check out the complete Extension Development guide, which covers everything from project setup to publishing: