chore: import upstream snapshot with attribution
CI / lint (push) Has been cancelled
CI / js-syntax (push) Successful in 10m24s
CI / deps-audit (push) Has been cancelled
CI / test (push) Failing after 24m55s
CI / sast-bandit (push) Failing after 11m13s
CI / trivy (push) Failing after 9m32s
Docker Publish / build-and-push (push) Failing after 34m3s
CI / lint (push) Has been cancelled
CI / js-syntax (push) Successful in 10m24s
CI / deps-audit (push) Has been cancelled
CI / test (push) Failing after 24m55s
CI / sast-bandit (push) Failing after 11m13s
CI / trivy (push) Failing after 9m32s
Docker Publish / build-and-push (push) Failing after 34m3s
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
StemDeck for macOS
|
||||
==================
|
||||
|
||||
Install:
|
||||
|
||||
1. Open the StemDeck DMG.
|
||||
2. Drag StemDeck.app to Applications.
|
||||
3. Open StemDeck from Applications.
|
||||
|
||||
First launch:
|
||||
|
||||
- StemDeck is a thin native app. It downloads a pinned, checksummed StemDeck
|
||||
runtime pack on first launch.
|
||||
- The runtime installs to:
|
||||
~/Library/Application Support/StemDeck/runtime
|
||||
- FFmpeg and ffprobe install to:
|
||||
~/Library/Application Support/StemDeck/ffmpeg
|
||||
- Demucs model weights download on first use and are cached under:
|
||||
~/Library/Application Support/StemDeck/models
|
||||
|
||||
Uninstall:
|
||||
|
||||
1. Delete /Applications/StemDeck.app.
|
||||
2. To remove runtime files, jobs, caches, models, and logs, delete:
|
||||
~/Library/Application Support/StemDeck
|
||||
|
||||
Notes:
|
||||
|
||||
- Internet access is required for first-run setup.
|
||||
- Public releases should be signed and notarized.
|
||||
- Unsigned local builds are for development and internal testing only.
|
||||
@@ -0,0 +1,20 @@
|
||||
THIRD-PARTY NOTICES
|
||||
===================
|
||||
|
||||
StemDeck for macOS uses a thin Tauri app plus a downloaded runtime pack.
|
||||
|
||||
Bundled in StemDeck.app:
|
||||
|
||||
- Tauri v2
|
||||
- The system WebKit WebView provided by macOS
|
||||
|
||||
Downloaded during first-run setup:
|
||||
|
||||
- StemDeck runtime pack containing Python and Python package dependencies
|
||||
- FFmpeg and ffprobe
|
||||
- Demucs model weights
|
||||
|
||||
The runtime pack includes its own dependency inventory under
|
||||
runtime/licenses/pip-list.json. Before public release, generate and include
|
||||
full license texts for every packaged dependency and verify the exact FFmpeg
|
||||
build license/provenance.
|
||||
@@ -0,0 +1,32 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="660" height="400" viewBox="0 0 660 400">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0" stop-color="#15222a"/>
|
||||
<stop offset="0.55" stop-color="#071017"/>
|
||||
<stop offset="1" stop-color="#141c22"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="glow" cx="50%" cy="40%" r="55%">
|
||||
<stop offset="0" stop-color="#f2b53f" stop-opacity="0.24"/>
|
||||
<stop offset="0.48" stop-color="#2f8fb5" stop-opacity="0.10"/>
|
||||
<stop offset="1" stop-color="#071017" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<filter id="soft" x="-20%" y="-20%" width="140%" height="140%">
|
||||
<feGaussianBlur stdDeviation="12"/>
|
||||
</filter>
|
||||
</defs>
|
||||
|
||||
<rect width="660" height="400" rx="0" fill="url(#bg)"/>
|
||||
<rect width="660" height="400" fill="url(#glow)"/>
|
||||
|
||||
<g opacity="0.16" filter="url(#soft)">
|
||||
<path d="M0 296 C 92 260, 146 328, 230 292 S 390 255, 474 296 S 602 335, 660 286" fill="none" stroke="#f0b33d" stroke-width="18"/>
|
||||
<path d="M0 322 C 84 288, 156 350, 240 318 S 386 282, 478 320 S 594 352, 660 316" fill="none" stroke="#4aa7c7" stroke-width="12"/>
|
||||
</g>
|
||||
|
||||
<g opacity="0.28">
|
||||
<line x1="330" y1="122" x2="330" y2="242" stroke="#ffffff" stroke-width="1"/>
|
||||
<path d="M300 196 L330 226 L360 196" fill="none" stroke="#ffffff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
|
||||
<text x="330" y="322" text-anchor="middle" font-family="-apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif" font-size="16" font-weight="600" fill="#dce5e8">Drag StemDeck to Applications</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user