Skills2026年5月4日·1 分钟阅读

Anarlog — Open-Source AI Meeting Notes That Stay on Your Machine

A privacy-first, local-first meeting note application built with Rust and Tauri that transcribes, summarizes, and organizes your meetings without sending data to the cloud.

Agent 就绪

这个资产可以被 Agent 直接读取和安装

TokRepo 同时提供通用 CLI 命令、安装契约、metadata JSON、按适配器生成的安装计划和原始内容链接,方便 Agent 判断适配度、风险和下一步动作。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Anarlog
通用 CLI 安装命令
npx tokrepo install 0e1eab94-47b5-11f1-9bc6-00163e2b0d79

Introduction

Anarlog is an open-source alternative to Granola and similar AI meeting assistants. It captures meeting audio locally, transcribes it using on-device models, and generates structured summaries. All data stays on your machine, making it suitable for confidential meetings and organizations with strict data policies.

What Anarlog Does

  • Captures system and microphone audio during meetings
  • Transcribes speech to text using local AI models
  • Generates structured meeting summaries with action items
  • Organizes notes by meeting with searchable history
  • Exports notes in Markdown and other formats

Architecture Overview

Anarlog is built with Tauri v2 (Rust backend, web frontend) for a small binary size and native performance. Audio capture uses platform APIs, and transcription runs locally via Whisper-derived models. Summarization can use local LLMs or optionally connect to an API. The frontend is a React-based note editor that displays real-time transcription and AI-generated summaries side by side.

Self-Hosting & Configuration

  • Download prebuilt binaries from GitHub Releases
  • No account creation or API keys required for basic operation
  • Optionally configure an LLM API for enhanced summarization
  • All meeting data stored locally in application data directory
  • Supports macOS, Windows, and Linux

Key Features

  • Local-first architecture with no mandatory cloud dependency
  • Real-time transcription during meetings
  • AI-powered summary generation with action items
  • Clean note-taking interface with meeting timeline
  • Built with Tauri for small footprint and fast startup

Comparison with Similar Tools

  • Granola — closed source and cloud-dependent; Anarlog is open source and local
  • Otter.ai — cloud transcription with subscription; Anarlog is free and offline
  • Fireflies.ai — records via meeting bot; Anarlog captures audio locally without joining calls
  • tl;dv — integrates with Zoom/Meet; Anarlog works with any audio source
  • Screenpipe — continuous full-screen recording; Anarlog focuses specifically on meeting workflows

FAQ

Q: Does it join my video call as a bot? A: No. Anarlog captures audio from your system output and microphone directly, so no bot joins the meeting.

Q: Can I use it without any AI API? A: Yes. Local transcription works without any API. Summarization can use a local LLM via Ollama.

Q: What meeting platforms does it work with? A: Any platform that produces audio on your machine: Zoom, Google Meet, Teams, Discord, or in-person meetings via microphone.

Q: How accurate is the local transcription? A: Quality depends on the Whisper model size selected. The large model produces near-professional accuracy for English.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产