[1.12.0] - 2026-07-27
Added
- Added typesetting and PDF export powered by Vivliostyle.
- Added an About tab to the Settings dialog, allowing users to view version information and check for updates.
Changed
- Added tate-chu-yoko (horizontal-in-vertical text) support to the vertical writing preview. This feature can be enabled or disabled from the Settings dialog.
Fixed
- Fixed an issue with the OpenRouter preset list.
- Fixed issues affecting EPUB and HTML export in the vertical writing preview.
MirrorShard is a lightweight native writing environment built with Tauri, featuring:
- High-performance text editing
- AI chat integration
- A node-based idea processor
- AI-assisted brainstorming workflows
GitHub:
https://github.com/DroicheadNua/MirrorShard_2
⬇️ Download
Windows
macOS
Linux
-
Debian / Ubuntu (.deb x64)
https://github.com/DroicheadNua/MirrorShard_2/releases/download/v1.12.0/MirrorShard.2_1.12.0_amd64.deb -
Fedora / RHEL (.rpm x64)
https://github.com/DroicheadNua/MirrorShard_2/releases/download/v1.12.0/MirrorShard.2-1.12.0-1.x86_64.rpm -
ARM64 (.deb, Raspberry Pi etc.)
https://github.com/DroicheadNua/MirrorShard_2/releases/download/v1.12.0/MirrorShard.2_1.12.0_arm64.deb
Alternatively, download the files 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 beginning of very large documents (>50,000 characters) may be rendered in the preview.
[1.12.0] - 2026-07-27
Added (新機能)
- Vivliostyleによる組版・PDF出力機能を実装
- 設定画面に「情報」タブを追加。バージョン情報とアップデートの有無を確認可能に
Changed (変更点)
- 縦書きプレビューに縦中横を実装。設定画面のチェックボックスでオン/オフ
Fixed (修正点)
- OpenRouterのプリセット表示の不具合を修正
- 縦書きプレビューのEPUB・HTML出力の不具合を修正
💾 ダウンロード (Downloads)
Windows
macOS
Linux
-
Debian / Ubuntu (.deb x64)
https://github.com/DroicheadNua/MirrorShard_2/releases/download/v1.12.0/MirrorShard.2_1.12.0_amd64.deb -
Fedora / RHEL (.rpm x64)
https://github.com/DroicheadNua/MirrorShard_2/releases/download/v1.12.0/MirrorShard.2-1.12.0-1.x86_64.rpm -
ARM64 (.deb, Raspberry Pi etc.)
https://github.com/DroicheadNua/MirrorShard_2/releases/download/v1.12.0/MirrorShard.2_1.12.0_arm64.deb
または、下にスクロールして「Assets」からダウンロードしてください(「Assets」が閉じているときは▼を押して開いてください)
既知の問題 (Known Issues)
現在、v1.12.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は、通常通りダブルクリックで起動できるようになります。