mirror of
https://github.com/ollama/ollama.git
synced 2026-07-11 02:04:06 +00:00
44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
---
|
|
title: Overview
|
|
---
|
|
|
|
Use Ollama from coding agents, personal assistants, and editors.
|
|
|
|
Run `ollama launch` to see the latest integrations you can run from the terminal.
|
|
|
|
## Code in the terminal
|
|
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Claude Code" icon="/images/launch-icons/claude-code.svg" href="/integrations/claude-code">
|
|
Terminal coding agent with tools, vision, web search, and long context.
|
|
</Card>
|
|
|
|
<Card title="OpenCode" icon="/images/launch-icons/opencode.svg" href="/integrations/opencode">
|
|
Open-source coding agent that edits, runs, and iterates on code.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Connect an assistant
|
|
|
|
Assistants with memory, skills, and messaging app access.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="OpenClaw" icon="/images/launch-icons/openclaw.svg" href="/integrations/openclaw">
|
|
Personal assistant for messaging apps and everyday tasks.
|
|
</Card>
|
|
|
|
<Card title="Hermes Agent" icon="/images/launch-icons/hermes-agent.svg" href="/integrations/hermes">
|
|
Open-source agent with self-improving skills, memory, and messaging.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Work in your editor
|
|
|
|
Use Ollama models inside your editor.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="VS Code" icon="/images/launch-icons/vscode.svg" href="/integrations/vscode">
|
|
Select Ollama models from the Copilot Chat model picker in VS Code.
|
|
</Card>
|
|
</CardGroup>
|