Your private AI assistant.
At home on your Mac.

Write, research, and ask questions about your documents. Switch to Agent to work with project files and build small apps. The AI runs on your Mac, with no cloud AI account or recurring subscription required.

Free & open source · Apple Silicon · macOS 15 or later

Sumika working on a coding task on a Mac, with the conversation and tool activity visible.
From a prompt to a Python game.
An Agent conversation in Sumika.

Chat for everyday help.
Agent when you want to take action.

You choose the mode for each conversation.

Chat

Write, translate, brainstorm, and research. Attach documents you want to ask about. Chat has no workspace tools to browse your folders, run commands, or change files.

Agent

Work with a selected project folder, edit files, run commands, and preview what you build. Connect the tools you need, with manual approval by default.

Everyday help. Room to build.

A few things to ask Sumika.

Make this email shorter and friendlier.

Write, translate, and brainstorm

Draft a message, improve your writing, translate text, or explore an idea with a private AI assistant.

What are the key points in this PDF?

Ask your documents

Attach PDFs, Word documents, spreadsheets, or presentations. Ask questions and summarize their text, with document processing on your Mac.

Find a few sources for this idea.

Research the web

Search the web and bring useful information into your conversation. You control web access.

Build a small timer for my desk.

Build and preview locally

Create small apps, scripts, and prototypes. Let Sumika edit project files, run commands, and show local previews beside the chat.

Let me talk this through.

Speak and listen

Dictate prompts with local speech recognition and listen to responses with your Mac’s voices.

Use the tools I’ve connected for this task.

Connect your tools

Extend Agent mode with configured app and service integrations. Choose which connections each conversation can use.

Your Mac. Your choices.

Private AI with clear boundaries around the tools it can use.

Local AI, explicit connections

AI processing and chat history stay on your Mac. Enabled web tools and integrations send requests to the services you choose. Model downloads and update checks also use the network.

You choose what it can do

Agent tools ask for approval by default. Auto-approve is an explicit option for new Agent sessions. You choose the workspace folder and available integrations.

See the work as it happens

Follow prompts, responses, tool calls, approvals, and command output in one visible conversation. Inspect the steps behind the result.

Make yourself at home.

Install Sumika, choose and download a model, and start chatting. No separate AI server or API key required.

  1. Download Sumika from GitHub Releases.
  2. Open the DMG and drag Sumika into Applications.
  3. Choose and download a model in Sumika.

Apple Silicon · macOS 15 or later · Free & open source (Apache-2.0)

Signed and notarized, with built-in update guidance. Sumika is an evolving prototype; features and workflows are still changing.

Documents, integrations, and project skills

Documents: Attach up to eight files, with 32,000 extracted characters total per message and up to 64 MiB per document. Content must also fit your selected model. Scanned PDFs need text recognition first; Sumika does not perform OCR.

Integrations: Configure MCP servers in Settings, then choose which are available to each Agent conversation. These connections may use local apps or remote services.

Project guidance: Agent mode reads your workspace’s AGENTS.md instructions. Activate a discovered skill by typing its $name in the composer.

Build it yourself (for developers)
zsh — sumika
# install the toolchain
brew version-install just@1.58.0
brew version-install typos-cli@1.50.0

# clone & build
git clone https://github.com/ngutech21/sumika-chat
cd sumika-chat
just deps
just build