Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Ante

Antigma LabsAntigma Labs159 downloads

AI second brain, continuous ingestion, indexing, and evolving. Powered by Ante agent core from Antigma Labs

Add to Obsidian
Ante screenshot
Ante screenshot
Ante screenshot
  • Overview
  • Scorecard
  • Updates19

English | 简体中文


Ante Obsidian is a desktop-only Obsidian plugin for Ante-powered Markdown workflows. It bridges note editing, diff review, interactive sidebars, and chat flows with a local agentic CLI, delivering an editorial, note-aware AI second brain.

The repository is organized as a monorepo:

  • packages/ante-obsidian-plugin — The core Obsidian plugin.
  • packages/ante-sdk — The reusable TypeScript SDK for programmatically spawning and interacting with the Ante CLI.

About Ante

Ante is a lightweight, local-first AI agent runtime built in Rust (~15MB binary, zero dependencies). It supports 12+ providers (Anthropic, OpenAI, Gemini, etc.) and runs completely offline with local GGUF models.

Learn more:

  • 📖 Ante Documentation
  • 🔗 Ante GitHub Repository
  • 📋 Ante Changelog & Features

🚀 Quick Start

0. For AI Agents (Automated Installation)

# Step 1: Get vault path (ask user or find from Obsidian config)
VAULT_PATH=$(osascript -e 'tell application "Obsidian" to return path of front window' 2>/dev/null || echo "")

# Step 2: If vault path not found, ask user to provide it
if [ -z "$VAULT_PATH" ]; then
  read -p "Enter your Obsidian vault path: " VAULT_PATH
fi

# Step 3: Run installation script
curl -sS https://raw.githubusercontent.com/AntigmaLabs/ante-obsidian/main/scripts/install.sh | bash -s -- "$VAULT_PATH"

1. Install or Update the Plugin

You can install the plugin via the official Obsidian Community Plugins catalog (once approved). For manual installs, use the automated installer script below inside your terminal. Running it again updates an existing manual install in the same vault:

curl -sS https://raw.githubusercontent.com/AntigmaLabs/ante-obsidian/main/scripts/install.sh | bash -s -- /path/to/your/vault

Replace /path/to/your/vault with your actual Obsidian vault path (same as Step 1 above).

[!NOTE] For manual extraction zip files or detailed developer compilation instructions, please refer to INSTALL.md.

2. Auto-Setup CLI

The plugin runs completely locally and relies on the ante CLI. Setup is fully automated after enabling the plugin:

  1. Open Obsidian Settings -> Ante Obsidian.
  2. Under the Runtime settings panel, click Install to set up the local ante CLI automatically.
  3. Configure your preferred provider (Gemini, Anthropic, or OpenAI) and verify your key configurations.

✨ Features

  • ⚡ Inline Triggers: Run document operations directly in Markdown by typing @ante and pressing Enter.
  • 📋 Context Menu Presets: Quick-access actions like @ante research, @ante plan, and @ante summary from the editor context menu.
  • 💬 Chat with Ante: A note-aware, multi-turn conversation panel focused on reading, editing, and diff-checking with context.
  • 🛠️ Preset Customization: Create, reorder, or hide prompts using drag-and-drop right inside Obsidian settings.

Feature Demonstrations

Inline Triggers Inline triggers demo

Context Menu Context Menu demo

Chat with Ante Chat with Ante demo


⚙️ How It Works (Architecture)

Ante Obsidian leverages a lightweight, local-first agent architecture. It streams protocol messages directly over standard input/output (stdin/stdout) without needing PTY or heavy terminal emulation, ensuring maximum performance and complete privacy.

The plugin is desktop-only because it launches the local Ante CLI and reads local Ante defaults from ~/.ante/settings.json. Vault content is read and written through the Obsidian Vault API; temporary filesystem reads are limited to staged diff previews created by the plugin. Clipboard access is write-only and only happens after the user clicks a copy action.

graph TD
    Obsidian[Obsidian Editor UI] <-->|Inline Edits / Context Menu / Sidebar Chat| Plugin[Ante Obsidian Plugin]
    Plugin <-->|Protocol Messages / Sessions| SDK["@antigma/ante-sdk"]
    SDK <-->|Spawn stdio process| Runtime["Local Ante CLI<br>'ante serve --stdio'"]
    Runtime <-->|Agent Tool execution| Notes[".md Files / Vault Context"]
    Notes <-->|Live Workspace sync| Obsidian

    classDef default fill:#1A1B26,stroke:#7AA2F7,stroke-width:2px,color:#C0CAF5;
    classDef highlight fill:#2E1F47,stroke:#BB9AF7,stroke-width:2px,color:#E0AF68;
    class Obsidian,Plugin,Notes default;
    class SDK,Runtime highlight;

📚 Documentation & Guides

Here is a guide to the project's documentation and resources:

  • System Design Guidelines: Refer to doc/DESIGN.md for visual systems, typography rules, and native UI integration goals.
  • Standalone SDK: Check the @antigma/ante-sdk documentation for installation and programmatic examples.
  • Detailed User Guide: Consult doc/USER_GUIDE.md to understand vault-aware context and inline behaviors.
  • Changelog & Release Notes: Read doc/CHANGELOG.md to see the release history and feature additions.

🛠️ Development

# Install all dependencies inside the monorepo workspace
npm install

# Start local esbuild in watch mode to output the Obsidian plugin build
npm run dev

For detailed development workflows, portable test configurations, and SDK publication steps, please read doc/CONTRIBUTING.md.


📄 License

This project is licensed under the MIT License.


Made with ❤️ by Antigma Labs

HealthExcellent
ReviewSatisfactory
About
Integrate a local Ante runtime into Obsidian to add note-aware editing, diff review, interactive sidebars, and chat-driven workflows. Use an editorial AI assistant that runs locally to review changes, suggest edits, and guide interactive note workflows.
AIReviewSidebar
Details
Current version
0.6.13
Last updated
2 months ago
Created
5 months ago
Updates
19 releases
Downloads
159
Compatible with
Obsidian 1.6.6+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
Antigma LabsAntigma Labsantigmalabs
GitHubantigmalabs
  1. Community
  2. Plugins
  3. AI
  4. Ante

Related plugins

HiNote

Add comments to highlighted notes, use AI for thinking, and flashcards for memory.

Claude Sidebar

Run Claude Code in your sidebar.

OpenClaw

Chat with your OpenClaw AI agent in a sidebar. Your vault is the agent's workspace.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

TagFolder

Show tags as folder.

Recent Files

Display a list of recently opened files.