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

6 hours ago

🚀 MirrorShard 2 v1.6.0

This release significantly expands the Idea Processor, turning MirrorShard into a true idea-to-writing pipeline.

✨ Highlights

  • IP Missing Link — Connect ideas with AI-generated intermediate nodes
  • Node Alchemy — Merge multiple ideas into a new, cohesive concept
  • SillyTavern Integration — Launch character interaction directly inside your workflow

🎥 Demo

Idea Expansion

IdeaExpansion.mp4

Send to Editor

SendToEditor.mp4

💾 Downloads

Windows

Download Windows

macOS

Download Mac

Alternatively, download from the Assets section below.


✨ Added

  • Implemented SillyTavern integration

    • Launch with Ctrl + Shift + J
    • Opens in a dedicated window
  • Added IP Missing Link

    • Select a connection between nodes
    • AI generates intermediate ideas bridging the gap
  • Added Node Alchemy

    • Select multiple nodes
    • AI fuses them into a new concept

🔧 Changed

  • Removed ruby conversion from Markdown preview
  • Removed kimi-k2-instruct-0905 (service discontinued)

🐛 Fixed

  • Fixed duplication issue in AI Free Association
  • Fixed processing issues in:
    • New file creation
    • Send to Editor

⚠️ Known Issues

Windows

  • Older versions of ATOK (e.g., ATOK 2017) may not display conversion underlines or clause separators.
    This is caused by compatibility issues between WebView2 and legacy IMEs.
    (Google Japanese Input and Microsoft IME work correctly)

macOS

  • Selecting large areas using the scrollbar may behave unexpectedly

🐧 Linux Support

Binary distribution is currently suspended due to instability in certain environments
(particularly NVIDIA GPUs and Wayland).

However, in lightweight X11 environments (e.g., MX Linux, Zorin OS Lite),
it has been confirmed to run more efficiently than the Electron version.

See documentation for details:
docs/Linux版について.md


‼️ macOS: "App is damaged / cannot be opened" Fix

This occurs because the app is not notarized by Apple.

Method 1 (Recommended)

Allow manually via:
System Settings → Privacy & Security → "Open Anyway"

Method 2 (Terminal)

Remove quarantine flag:

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

[1.6.0] - 2026-3-29

Added (新機能)

  • SillyTavern連携機能を実装。SillyTavernがインストールされている場合、Ctrl+Shift+Jで起動、別ウィンドウで開くことが可能に
  • アイデアプロセッサにAI機能「IP Missing Link」を追加。リンクを選択してAIボタンを押すと、リンクの両端のノードの内容とリンクのラベルをAIが読み取り、その間を埋めるノードを生成する機能
  • アイデアプロセッサにAI機能「Node Alchemy」を追加。ノードを範囲選択してAIボタンを押すと、選択範囲内のノードの内容をAIが読み取り、それらを踏まえた内容のノードを生成する機能

Changed (変更点)

  • マークダウンプレビューのルビ変換を廃止
  • kimi-k2-instruct-0905の提供停止に伴いプルダウンメニューから削除
  • 多言語化に備えてドキュメント類を整備

Fixed (修正点)

  • AI Free associationで、省略がない場合にもコンテンツエディタ内にノードと同じテキストが複製されていた問題を修正
  • 新規ファイル作成、Send to Editor機能などの処理を修正

💾 ダウンロード (Downloads)

Windows
Download Windows
MacOS
Download Mac

または、下にスクロールして「Assets」からMirrorShard.2_1.6.0_x64_ja-JP.msi(Windows)またはMirrorShard.2_1.6.0_aarch64.dmg(MacOS)をダウンロードしてください(「Assets」が閉じているときは▼を押して開いてください)


既知の問題 (Known Issues)

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

Windows版

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

Mac版

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

🐧 Linux版について グラフィック環境由来(特にNvidia製グラフィックボード使用時やWayland環境)の不具合が多いため、バイナリの配布は停止しています。

ただ、X11ベースの軽量環境(MX Linux, Zorin OS Lite等)においては、Electron版より軽快に動作することを確認しています。
詳細な条件やビルド方法については Linux版についてをご覧ください。


‼️ 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.