mirror of
https://github.com/ollama/ollama.git
synced 2026-09-21 13:38:14 -05:00
60 lines
1.8 KiB
Plaintext
60 lines
1.8 KiB
Plaintext
---
|
|
title: Overview
|
|
---
|
|
|
|
Use Ollama models in your apps and tools.
|
|
|
|
## Launch a coding agent
|
|
|
|
Run `ollama launch` in a terminal to choose a coding agent.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Claude Code" icon="/images/launch-icons/claude-code.svg" href="/integrations/claude-code">
|
|
Read code, edit files, and run commands.
|
|
</Card>
|
|
|
|
<Card title="OpenCode" icon="/images/launch-icons/opencode.svg" href="/integrations/opencode">
|
|
Edit and run code from your terminal.
|
|
</Card>
|
|
|
|
<Card title="DeepSeek Harness" icon="/images/launch-icons/deepseek-harness.svg" href="/integrations/deepseek-harness">
|
|
Use DeepSeek's open-source coding agent in your browser.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Connect a desktop app
|
|
|
|
On macOS, open the [Ollama app](https://ollama.com/download) and select **Apps** in the sidebar. Connect Claude or ChatGPT.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Claude Desktop" icon="/images/launch-icons/claude.svg" href="/integrations/claude-desktop">
|
|
Use local and cloud Ollama models.
|
|
</Card>
|
|
|
|
<Card title="ChatGPT Desktop" icon="/images/launch-icons/chatgpt.svg" href="/integrations/chatgpt">
|
|
Use Ollama models in Codex mode.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Run a personal assistant
|
|
|
|
Run `ollama launch` in a terminal and choose OpenClaw or Hermes Agent.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="OpenClaw" icon="/images/launch-icons/openclaw.svg" href="/integrations/openclaw">
|
|
Chat with an assistant through your messaging apps.
|
|
</Card>
|
|
|
|
<Card title="Hermes Agent" icon="/images/launch-icons/hermes-agent.svg" href="/integrations/hermes">
|
|
Personal assistant with memory, reusable skills, and messaging.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Work in your editor
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="VS Code" icon="/images/launch-icons/vscode.svg" href="/integrations/vscode">
|
|
Install the Ollama extension to use models in VS Code Chat.
|
|
</Card>
|
|
</CardGroup>
|