MirrorShard 2 v1.11.0
This release focuses primarily on Linux compatibility, build environment improvements, and various bug fixes.
✨ Added
-
Added
flake.nixandshell.nixfor native NixOS builds.- See
docs/linux-support.mdfor setup instructions.
- See
🔧 Improvements
- Added a subtle terminal glow effect.
- Updated the preset configurations for OpenRouter, Gemini, Groq, and Cerebras.
- Changed the Light Mode background of the Linux vertical writing preview to a sepia tone.
- Changed password masking for API key fields from
<input type="password">to-webkit-text-security: disc;to improve compatibility with certain environments (including NixOS).
🐛 Bug Fixes
- Fixed an issue where Japanese punctuation was occasionally rendered horizontally in the Linux vertical writing preview.
- Fixed several missing English localizations in the Idea Processor and related error messages.
- Fixed an issue where the Tavily API key field was not properly masked.
- Fixed RPM package installation/startup issues on Fedora and other Red Hat–based distributions by migrating the build environment to native Fedora.
- Fixed an issue where the English changelog was missing from distributed binaries.
📢 Other
- Launched the official X (Twitter) account:
@mirrorshard_dev
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
macOS
Linux
-
Debian / Ubuntu (.deb x64)
https://github.com/DroicheadNua/MirrorShard_2/releases/download/v1.11.0/MirrorShard.2_1.11.0_amd64.deb -
Fedora / RHEL (.rpm x64)
https://github.com/DroicheadNua/MirrorShard_2/releases/download/v1.11.0/MirrorShard.2-1.11.0-1.x86_64.rpm -
ARM64 (.deb, Raspberry Pi etc.)
https://github.com/DroicheadNua/MirrorShard_2/releases/download/v1.11.0/MirrorShard.2_1.11.0_arm64.deb
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.11.0] - 2026-7-19
Added (新機能)
- flake.nixおよびshell.nix を追加し、NixOSでのビルドに対応。詳細はlinux-support-ja.mdを参照
Changed (変更点)
- ターミナルにグローエフェクトを追加
- NixOSなど一部環境での不具合回避のため、APIキー入力欄をから-webkit-text-security: disc;を用いた方式に変更
- OpenRouter・Gemini・Groq・Cerebrasのプリセットを変更
- Linux版の縦書きプレビュー(ライトモード時)の背景をセピアカラーに変更
Fixed (修正点)
- Linux版の縦書きプレビューで日本語約物が横向きになっていた不具合を修正
- アイデアプロセッサのエラーメッセージ等がi18n対応になっていなかった不具合を修正
- Tavily APIの入力欄がマスクされていなかった不具合を修正
- Linux(RPM)パッケージが、Fedora等のRedHat系システムで依存関係エラーによりインストール・起動できなかった不具合を修正(ビルド環境をFedora純正に移行)
- 配布バイナリに英語版のChangelogが添付されていなかったので追加
Other
- X (Twitter) アカウントを開設しました(@mirrorshard_dev)
💾 ダウンロード (Downloads)
Windows
macOS
Linux
-
Debian / Ubuntu (.deb x64)
https://github.com/DroicheadNua/MirrorShard_2/releases/download/v1.11.0/MirrorShard.2_1.11.0_amd64.deb -
Fedora / RHEL (.rpm x64)
https://github.com/DroicheadNua/MirrorShard_2/releases/download/v1.11.0/MirrorShard.2-1.11.0-1.x86_64.rpm -
ARM64 (.deb, Raspberry Pi etc.)
https://github.com/DroicheadNua/MirrorShard_2/releases/download/v1.11.0/MirrorShard.2_1.11.0_arm64.deb
または、下にスクロールして「Assets」からダウンロードしてください(「Assets」が閉じているときは▼を押して開いてください)
既知の問題 (Known Issues)
現在、v1.11.0において以下の問題が確認されています。
Windows版
- ATOK 2017などの旧バージョンのATOKを使用している環境において、変換中のアンダーラインや文節区切りが表示されない現象が確認されています。
これはWebView2と旧来のIMEとの相性に起因するもので、Google日本語入力、Microsoft IMEでは正常に動作することを確認済みです。
(※最新のATOKサブスクリプション版での動作は未検証です)
Mac版
- スクロールバーを使用して広範囲を範囲選択すると、挙動がおかしくなります。
‼️ Macユーザーの方へ:
起動できない場合の対処法
macOSの場合、「"MirrorShard"は壊れているため開けません。」や「開発元を検証できないため開けません。」などのエラーが表示され、アプリケーションを起動できない場合があります。 このエラーは私がAppleに開発者登録していないため、野良アプリとしてmacOSのセキュリティ機能(Gatekeeper)にブロックされてしまっているために発生したものです。
解決方法としては以下のようになります。
方法1:「システム設定」から手動で許可する(推奨) アプリケーションフォルダのMirrorShard.appをダブルクリックし、エラーが表示されたら「OK」を押します。 方法2:ターミナルを使って、手動で「検疫」を解除する(より確実) ターミナルを起動します。
(アプリケーションフォルダ > ユーティリティフォルダの中にあります) xattr -d com.apple.quarantine
もし手動で入力、またはコピペする場合は、以下のようにパスを引用符 " " で囲ってください。
xattr -d com.apple.quarantine "/Applications/MirrorShard 2.app"
Enterキーを押します。
(何もメッセージが表示されなければ、成功です)
その際は、以下の手順で開くことができます。
クリックして解決方法を表示する
(お使いのmacOSのバージョンによっては、この方法が機能しない場合があります)
Appleメニュー > 「システム設定」>「プライバシーとセキュリティ」を開きます。
「セキュリティ」の項目に表示される「お使いのMacを保護するために"MirrorShard"がブロックされました。」というメッセージの横の「このまま開く」ボタンをクリックします。
アプリはセキュリティ設定の例外として保存され、今後は承認済みのアプリの場合と同様に、ダブルクリックして開くことができるようになります。
上記の方法で「このまま開く」ボタンが表示されない場合、あるいは「お使いのMacを保護するために〜」自体が表示されない場合は、以下の手順をお試しください。これは、macOSがダウンロード時にファイルへ付ける「検疫済」の印を、手動で取り除く安全な方法です。
以下のコマンドを入力し、アプリケーションフォルダにあるMirrorShard 2.app のアイコンをターミナルにドラッグ&ドロップしてパスを入力します。(パスにスペースが含まれるため、ドラッグ&ドロップが確実です)
これで、MirrorShard.appは、通常通りダブルクリックで起動できるようになります。