unsloth/studio/src-tauri
Daniel Han aaa00ae8d2 Answer four ways an install can look ready when it is not
Roots before the walk: reached as someone else's dependency first, a
studio.txt line marked itself seen and skipped its own pin. datasets asks
for huggingface-hub>=0.25,<2 and studio.txt pins ==0.36.2, so the pin
never got to decide.

A start rejected because one is already running is not a spawn failure.
The loser was clearing the winner's marker while pip was still inside the
venv, which is the one signal an interrupted install leaves behind.

A CLI too old for desktop-runtime-check is the CLI those interrupted
installs shipped with, and -h passes without touching the backend, so
accepting it left exactly those users on the crash path. It is stale for
its own reason now; the update installs one that can answer.

Owner metadata is removed only while it is still ours. Cleanup after an
exit can spend seconds terminating descendants, and a start in that
window has already written the next backend's file to the same path.
2026-07-27 17:43:27 +00:00
..
capabilities Studio: persist Tauri window size and maximized state across launches (#5799) 2026-06-02 09:26:15 -07:00
icons Polish Studio desktop chrome (#6332) 2026-06-24 17:56:25 -07:00
linux Windows installer: fix DiskPart UAC mid-install, drive-root cache, and spurious unsloth.exe rename warning (#6296) 2026-06-22 03:09:08 -07:00
src Answer four ways an install can look ready when it is not 2026-07-27 17:43:27 +00:00
windows Windows installer: fix DiskPart UAC mid-install, drive-root cache, and spurious unsloth.exe rename warning (#6296) 2026-06-22 03:09:08 -07:00
build.rs Add tauri (#5144) 2026-04-23 04:50:10 -07:00
Cargo.lock Fix Studio desktop reliability (#7255) 2026-07-21 09:51:18 +02:00
Cargo.toml Fix Studio desktop reliability (#7255) 2026-07-21 09:51:18 +02:00
Entitlements.plist Fix Studio desktop reliability (#7255) 2026-07-21 09:51:18 +02:00
Info.plist Fix Studio desktop reliability (#7255) 2026-07-21 09:51:18 +02:00
tauri.conf.json Unsloth Studio (desktop): fix canvas preview, download file button, toast placement, and model-load typing lag (#7391) 2026-07-24 22:23:41 -05:00
tauri.macos.conf.json Fix Studio desktop reliability (#7255) 2026-07-21 09:51:18 +02:00
tauri.windows.conf.json Fix Windows workflow issues(#5694) 2026-05-22 05:32:30 -07:00