github DroicheadNua/MirrorShard_2 v1.10.0
MirrorShard 2 v1.10.0

4 hours ago

🎉 MirrorShard 2 v1.10.0

This update expands AI connectivity with OpenRouter support and introduces Tavily-powered web search.


✨ Highlights

  • 🌐 OpenRouter Support (NEW)
    Access a wide range of LLMs through a single API provider.

  • 🔎 Tavily Search Integration (NEW)
    AI can now perform web searches using Tavily's search API.

  • 🖱️ UI Improvements
    Improved scrolling behavior in the editor side pane and settings window.


🌐 OpenRouter Support

MirrorShard now supports OpenRouter.

This allows you to:

  • Access many models through a single API key
  • Switch providers without changing workflows
  • Use both large frontier models and smaller specialized models

OpenRouter can be configured from the AI settings panel just like other supported providers.


🔎 Tavily Search Integration

Added support for Tavily-powered web search.

Compared to browser-based search, Tavily provides:

  • Faster search responses
  • Lightweight setup
  • Search results optimized for AI workflows

The search UI has also been updated to make search-assisted conversations more convenient.


🖱️ Interface Improvements

  • Improved scrolling behavior in the main editor side pane
  • Improved scrolling behavior throughout the settings window

🛠️ Fixes

  • Updated Gemini preset:
    gemini-3.1-flash-lite-preview
    gemini-3.1-flash-lite

  • Fixed settings window scrollbar behavior


📌 Notes

  • Tavily requires a valid Tavily API key.
  • OpenRouter requires an OpenRouter API key.
  • Existing AI provider configurations remain unchanged.

MirrorShard is a lightweight native writing environment built with Tauri, featuring:

  • High-performance text editing
  • AI chat integration
  • Node-based idea processing
  • AI-assisted brainstorming workflows

GitHub:
https://github.com/DroicheadNua/MirrorShard_2

⬇️ Download

Windows

Download Windows

macOS

Download Mac

Linux


Alternatively, download from the Assets section below.


⚠️ Known Issues

  • macOS: Gatekeeper warning

    • You may see: “MirrorShard is damaged and can’t be opened.”
    • This is due to the app not being notarized.
    • Please refer to the FAQ for workaround instructions.
  • Linux: Limited feature support

    • The following features are currently disabled due to instability:

      • OpenCode integration
      • SillyTavern integration
      • Spotlight mode
      • Typing sound
      • Markdown/HTML preview
  • Large text preview limitation

    • Only the first part of very large documents (>50,000 characters) may be rendered in preview

[1.10.0] - 2026-5-30

Added (新機能)

  • OpenRouterに対応
  • Tavily APIでの検索に対応。また、検索機能のUIを改良  

Changed (変更点)

  • メインエディタのサイドペイン、及び設定ウィンドウのスクロールの仕様を変更

Fixed (修正点)

  • Geminiのプリセットをgemini-3.1-flash-lite-preview → gemini-3.1-flash-liteに変更(プレビューモデル廃止のため)
  • 設定画面のスクロールバーの挙動を修正

💾 ダウンロード (Downloads)

Windows

Download Windows

macOS

Download Mac

Linux

または、下にスクロールして「Assets」からダウンロードしてください(「Assets」が閉じているときは▼を押して開いてください)


既知の問題 (Known Issues)

現在、v1.10.0において以下の問題が確認されています。

Windows版

  • ATOK 2017などの旧バージョンのATOKを使用している環境において、変換中のアンダーラインや文節区切りが表示されない現象が確認されています。
    これはWebView2と旧来のIMEとの相性に起因するもので、Google日本語入力、Microsoft IMEでは正常に動作することを確認済みです。
    (※最新のATOKサブスクリプション版での動作は未検証です)

Mac版

  • スクロールバーを使用して広範囲を範囲選択すると、挙動がおかしくなります。

‼️ Macユーザーの方へ:

起動できない場合の対処法

macOSの場合、「"MirrorShard"は壊れているため開けません。」や「開発元を検証できないため開けません。」などのエラーが表示され、アプリケーションを起動できない場合があります。
その際は、以下の手順で開くことができます。

クリックして解決方法を表示する

このエラーは私がAppleに開発者登録していないため、野良アプリとしてmacOSのセキュリティ機能(Gatekeeper)にブロックされてしまっているために発生したものです。

解決方法としては以下のようになります。

方法1:「システム設定」から手動で許可する(推奨)
(お使いのmacOSのバージョンによっては、この方法が機能しない場合があります)

アプリケーションフォルダのMirrorShard.appをダブルクリックし、エラーが表示されたら「OK」を押します。
Appleメニュー > 「システム設定」>「プライバシーとセキュリティ」を開きます。
「セキュリティ」の項目に表示される「お使いのMacを保護するために"MirrorShard"がブロックされました。」というメッセージの横の「このまま開く」ボタンをクリックします。
アプリはセキュリティ設定の例外として保存され、今後は承認済みのアプリの場合と同様に、ダブルクリックして開くことができるようになります。

方法2:ターミナルを使って、手動で「検疫」を解除する(より確実)
上記の方法で「このまま開く」ボタンが表示されない場合、あるいは「お使いのMacを保護するために〜」自体が表示されない場合は、以下の手順をお試しください。これは、macOSがダウンロード時にファイルへ付ける「検疫済」の印を、手動で取り除く安全な方法です。

ターミナルを起動します。

(アプリケーションフォルダ > ユーティリティフォルダの中にあります)
以下のコマンドを入力し、アプリケーションフォルダにあるMirrorShard 2.app のアイコンをターミナルにドラッグ&ドロップしてパスを入力します。(パスにスペースが含まれるため、ドラッグ&ドロップが確実です)

xattr -d com.apple.quarantine

もし手動で入力、またはコピペする場合は、以下のようにパスを引用符 " " で囲ってください。

xattr -d com.apple.quarantine "/Applications/MirrorShard 2.app"

Enterキーを押します。

(何もメッセージが表示されなければ、成功です)
これで、MirrorShard.appは、通常通りダブルクリックで起動できるようになります。


Don't miss a new MirrorShard_2 release

NewReleases is sending notifications on new releases.