Releases: Takamasa045/tsugite
Release list
Tsugite Desktop v0.6.0 Beta 1
Tsugite Desktop v0.6.0 Beta 1
生成キャンバスと生成ノードUIを一旦外し、制作案件・テンプレート・制作記録・read-only 3D Viewerを先行提供するベータ版です。
対応環境
- macOS 12以降 / Apple silicon(arm64)
- Windows 10以降 / x64
Intel Mac、Windows Arm64には対応していません。自動更新はありません。更新版は新しいインストーラーを手動でダウンロードしてください。
署名と初回起動について
macOS版はアプリ全体をアドホック署名していますが、Developer ID署名とAppleの公証(notarization)は未実施です。Windows版はコード署名を行っていません。そのため、OSは通常の署名済みアプリと同じ方法では発行元を確認できず、初回起動時にGatekeeper、Microsoft Defender SmartScreen、Smart App Controlなどの警告やブロックが表示される場合があります。
公式LPまたはこのGitHub Releaseからのみ取得し、SHA256SUMS.txtでファイルを照合してください。出所、ファイル名、SHA-256が一致しない場合は起動せず削除してください。OSの保護機能を常時無効にする必要はありません。組織管理端末などで起動できない場合は、管理者の方針に従ってください。
このベータ版に含まれるもの
- 制作案件の一覧と確認
- 制作テンプレートの参照
- 制作記録の更新
- read-only 3D Viewerによるワークフロー確認
今回含まれないもの
- 生成キャンバス
- 動画・画像生成を実行する生成ランチャー/生成ノード
- Desktop UIからの
run、render、Gate判定
Desktop UIを開くだけで、外部送信、provider creditsの消費、生成、Gate変更は発生しません。生成機能は安全な実行境界と操作フローを整えたうえで、今後のアップデートで追加予定です。
初回起動
macOSでは、一度起動を試したあと「システム設定」→「プライバシーとセキュリティ」で出所を再確認し、理解できる場合だけ「このまま開く」を選びます。
Windowsでは、警告が表示された場合にファイル名とSHA-256を再確認してください。Smart App Controlや組織のポリシーでブロックされた場合は、保護機能を無効化せず起動を中止してください。
検証状況
- macOS: パッケージ作成、bundle監査、起動、ローカルHTTP 200、通常終了、終了後のport closeを確認済み
- Windows: CI上のパッケージ作成、bundle監査、x64 payload、root / Viewer smokeを確認済み
Windowsは実機でのインストール・初回起動検証が未完了です。ベータ版として、不具合や仕様変更があり得ることをご理解ください。重要な制作データはバックアップし、業務の正本データを本ベータ版だけに預けないでください。
v0.5.0
What's Changed
- Add generation connection registry by @Takamasa045 in #26
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Highlights
- Added a first-class, Gate-bound audio adapter workflow for BGM and SFX.
- Added the official HyperFrames
media-usebridge with local-first MusicGen BGM, optional Lyria/HeyGen routes, and bundled/catalog SFX resolution. - Added Gate 1 audio review details and Gate 2 audio provenance, QC, digest, and run-log integration.
- Enforced fail-closed audio execution with no automatic ElevenLabs fallback.
- Updated HyperFrames to 0.7.62.
- Extended the dedicated learning-promotion review automation to Claude Desktop/Cowork and Claude Code.
HyperFrames audio setup
The media-use Skill is installed separately from the npm package:
npx --no-install hyperframes skills update media-use
node bin/pipeline doctor --config fixtures/projects/hyperframes-audio.yaml --jsonSee docs/hyperframes-audio.md for the project configuration and Gate flow.
Validation
- Linux
check: passed - Windows
windows-smoke: passed - Root package audit: passed
- Release target:
c94d09e733af131ad5c4c875228c7fe4f8384553
v0.3.1
tsugite v0.3.1
- Added a read-only 3D workflow viewer and secure local launcher with project discovery, visual thumbnails, refresh, and stable return navigation.
- Added local and optional external analysis workflows, editorial proposal and compile support, and safer provider handoffs.
- Added visual Gate 1 storyboard reviews, source-backed story guides, richer image and speaker manifests, and reusable dialogue presentations.
- Added guarded completed-project finalization and optional SHA-256-locked Shitate snapshot imports.
- Hardened Gate 2 and Gate 3 QA, generation asset pinning, TopView and PixVerse integration, Windows support, and setup diagnostics.
- Added Codex and Claude Code skill entry points while preserving Coordinator approval boundaries.
- Fixed launcher refresh so unsupported presentation presets remain viewable while unsafe or structurally invalid projects stay blocked.
Requirements: Node.js 22.12 or newer in the Node 22 line.
Validation:
npm run checknpm run viewer:checknpm run viewer:build
Full Changelog: v0.3.0...v0.3.1
v0.2.0
tsugite v0.2.0
- Added optional OpenClaw CLI bridge and Hermes analysis handoff adapters.
- Documented distribution-time opt-in setup for optional adapters.
- Added tests to keep optional adapters out of base validation unless selected.
- Preserved Coordinator gate requirements for non-dry-run run/render.
Validation: npm run check