OSS探訪

Jarvis AI Assistant — Fn keyでどのMac appにも文字を流し込むlocal-first voice dictation

OSS健全度 79
スコアの見方

発掘スコアはStars・Watchers・Forks・Contributorsを対数圧縮して重み付けした独自指標(上限なし)。成長モメンタムは観測期間内の同スコアの差、OSS健全度は取得できた更新状況・Community Health・Releaseの0〜100評価です。

Stars
634
主要言語
TypeScript
ライセンス
MIT
リポジトリ最終更新
2026/08/21

概要

Jarvis AI Assistantは、Fn keyを押して話すと整形済みtextをactive appへ入力するmacOS向けvoice dictation/assistantです。Electron/TypeScript/Reactで構成され、Whisper、SenseVoice、Sherpa-ONNX系local transcription、Ollama local LLM、Deepgram/Gemini等のcloud pathを切り替えられます。latest releaseはv1.3.11です。

特徴と向いている用途

公式資料に基づく紹介・実機未検証 · 内容確認日:

global Fn shortcutからrecord・transcribe・整形・typeまでつなぐ

Fn holdで録音し、filler除去、punctuation、grammar修正、rephrase等を通してactive applicationへtextを入力します。Electron appにnative addonを組み合わせ、microphoneやglobal key/typing integrationを実現しています。

出典:[2][3]

local transcription/LLMとcloud serviceを用途別に切り替える

READMEはWhisper・Parakeet・Ollama等のlocal pathを案内し、v1.3.11ではSherpa-ONNX/CoreMLを使うSenseVoice Smallのoffline transcriptionが追加されています。speed/accuracy優先ではDeepgram + Gemini等のcloud構成も選べます。

出典:[2][4][3]

会議後の入力ではなく、日常のtypingをvoiceへ置き換えたいMac userに

editor、browser、mail等どのappでも同じshortcutからdictationしたい場合に向きます。local modelを選べばaudio/text処理を端末内へ寄せられるため、subscription型cloud dictationを避けたい用途とも相性があります。

出典:[2]

macOS permissionとlocal model resourceを理解し、release/main差分にも注意する

Microphone、Accessibility、場合によってはscreen capture等の強いOS permissionを利用します。local AI post-processingはhardwareによりlatencyが増えます。またlatest stable releaseは2026年6月のv1.3.11ですがmain branchはその後も更新されているため、README上の機能とrelease binaryの実装時点が完全には一致しない可能性があります。Windowsはroadmap段階です。

出典:[2][4][3]

参考にした公式資料

  1. [1]akshayaggarwal99/jarvis-ai-assistant — GitHub repository metadata(2026-09-17)
  2. [2]Jarvis AI Assistant — README(2026-09-17)
  3. [3]Jarvis AI Assistant — package.json(2026-09-17)
  4. [4]Jarvis v1.3.11 release(2026-09-17)
編集部からの補足

general-purpose agentではなく、どのappにも文字を流し込めるlocal-first voice dictation/assistantとして整理します。

3ステップで試す

  1. 1

    ソースを取得

    git clone --depth 1 https://github.com/akshayaggarwal99/jarvis-ai-assistant.git
  2. 2

    リポジトリへ移動

    cd jarvis-ai-assistant
  3. 3

    公式手順を確認

    READMEのInstallation / Quick Start / Getting Startedにある公式コマンドを続けて実行してください。

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
公式READMEで確認

成長

成長の推移 · 直近30日

634 Stars

推移データを蓄積中です。

開発アクティビティ

直近90日・週次

Commit(直近30日)
1
Open PR
1

開発アクティビティを蓄積中です。

Built with

カテゴリとタグ

GitHubデータ

GitHubのデータGitHubの詳細データを見る

GitHub Topics

  • ai
  • assistant
  • dictation
  • jarvis
  • mac
  • voice
  • ironman
  • ironman-mode
  • jarvis-ai
  • jarvisai
Stars
634
Forks
108
Watchers
8
Open Issues
5
主要言語
TypeScript
ライセンス
MIT
リポジトリ最終更新
2026/08/21

このOSSの使い方や活用事例をMarkdownで投稿できます。管理者が承認した後に公開されます。

情報の誤りを報告

掲載内容に誤りや古い情報があればお知らせください。

Jarvis AI Assistantとは?Mac向けLocal Voice Dictationを解説 | OSS探訪