# Mityu: Privacy-First Local AI Meeting Assistant for macOS & Windows

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/aydogandagidir-mityu
Generated for open source discovery and AI-assisted research.

Mityu is a privacy-first, local-first AI meeting assistant built with Rust and Tauri. It offers live transcription using Parakeet/Whisper, speaker diarization, and Ollama summarization, all processed 100% locally without cloud requirements. This desktop application is available for macOS and Windows, ensuring sensitive conversations remain on your device.

GitHub: https://github.com/aydogandagidir/mityu
OSRepos URL: https://osrepos.com/repo/aydogandagidir-mityu

## Summary

Mityu is a privacy-first, local-first AI meeting assistant built with Rust and Tauri. It offers live transcription using Parakeet/Whisper, speaker diarization, and Ollama summarization, all processed 100% locally without cloud requirements. This desktop application is available for macOS and Windows, ensuring sensitive conversations remain on your device.

## Topics

- Rust
- AI
- Meeting Assistant
- Privacy
- Local-First
- Desktop App
- Open Source
- Transcription

## Repository Information

Last analyzed by OSRepos: Mon Aug 31 2026 17:08:15 GMT+0100 (Western European Summer Time)
Detail views: 1
GitHub clicks: 0

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## Introduction

Mityu is a privacy-first, local-first AI meeting assistant built as a Tauri 2 desktop application. It combines a robust Rust core with a modern Next.js UI to provide comprehensive meeting and conversation intelligence. Mityu records meetings and on-site conversations, transcribes them directly on your device, and transforms them into structured, source-linked summaries and action items. Crucially, it operates with 100% local processing, requiring no cloud services or external servers, making it ideal for professionals and enterprises prioritizing privacy and control over sensitive data. Mityu is a product by [bluedev](https://bluedev.dev).

## Why Use Mityu and Key Benefits

Mityu stands out for its commitment to privacy, local processing, and flexibility, offering several compelling advantages:

*   **Privacy-First:** All capture, transcription, and summarization processes run entirely on your local device. No audio or transcripts are sent to external servers, ensuring your sensitive conversations remain private and secure.
*   **Local-First Operation:** The application functions completely offline, without any network or server requirements. An optional sync/collaboration server may be added in the future, but the core desktop app will always work with local data.
*   **Cost-Smart:** By leveraging local models, Mityu helps you avoid pay-per-minute bills associated with cloud-based AI services, offering a cost-effective solution for meeting intelligence.
*   **Flexible Model Integration:** You have the freedom to use local open-source models or plug in external API services. Mityu supports a "Bring Your Own Key" (BYOK) approach, preventing vendor lock-in.
*   **Platform Agnostic Meeting Capture:** Mityu captures system audio from any meeting application, including Google Meet, Zoom, or Teams, as well as in-person conversations. It is not a bot that joins your call. System audio capture is supported on macOS (ScreenCaptureKit / Core Audio tap) and Windows (WASAPI loopback). Linux support for system audio is experimental.
*   **Human-in-the-Loop Summaries:** AI-generated summaries and action items are presented as drafts, directly linked to their source transcript segments. This design ensures human approval is required, fostering trust, providing dispute evidence, and aligning with transparency requirements.
*   **Advanced Transcription:** Features local transcription using powerful models like Whisper (`large-v3`) or NVIDIA Parakeet, delivering real-time transcripts of your meetings.
*   **Diverse AI Summarization Options:** Choose from various AI models for summarization, including local Ollama, Claude, Groq, OpenRouter, or any OpenAI-compatible endpoint. API keys are securely stored in your OS keychain.
*   **Audio Import and Enhancement:** Import existing audio files to generate transcripts or re-transcribe recordings with different models or languages, all processed locally.
*   **Professional Audio Mixing:** Capture microphone and system audio simultaneously, with features like ducking and clipping prevention for clear recordings.
*   **GPU Acceleration:** Benefit from hardware acceleration on Apple Silicon (Metal) + CoreML on macOS, and NVIDIA (CUDA) and AMD/Intel (Vulkan) on Windows/Linux, enabled automatically at build time.
*   **Multi-Platform Support:** Mityu is available for macOS and Windows, with Linux builds supported from source.

## Installation

Mityu provides straightforward installation processes for supported operating systems.

### Windows

1.  Download the latest `x64-setup.exe` from the [Mityu Releases page](https://github.com/aydogandagidir/mityu/releases/latest).
2.  Run the installer and follow the on-screen prompts.

### macOS

1.  Download the `.dmg` file from the [Mityu Releases page](https://github.com/aydogandagidir/mityu/releases/latest).
2.  Open the `.dmg` file and drag the **Mityu** application to your Applications folder.

### Linux (Experimental)

Please note that Linux support is experimental. Recording, transcription, and summarization work, but system audio capture is not yet fully supported. Mityu will record the microphone only.

To build from source:

bash
git clone https://github.com/aydogandagidir/mityu
cd mityu/frontend
pnpm install
./build-gpu.sh


For more detailed instructions, refer to the [Building on Linux guide](https://github.com/aydogandagidir/mityu/blob/main/docs/building_in_linux.md) and the [general build guide](https://github.com/aydogandagidir/mityu/blob/main/docs/BUILDING.md).

## Examples

Mityu's user interface is designed for clarity and efficiency.

*   **Source-linked AI summary:** The application provides AI-generated summaries that are directly linked back to specific segments of the transcript, allowing for easy verification and context.
*   **Microphone + system audio device selection:** Users can easily select and configure their microphone and system audio input devices, ensuring optimal recording quality for various scenarios.

## Links

*   **GitHub Repository:** [aydogandagidir/mityu](https://github.com/aydogandagidir/mityu)
*   **Latest Releases:** [Mityu Releases](https://github.com/aydogandagidir/mityu/releases/latest)
*   **bluedev (Developer):** [bluedev.dev](https://bluedev.dev)
*   **Original Project (Meetily):** [Zackriya-Solutions/meeting-minutes](https://github.com/Zackriya-Solutions/meeting-minutes)