try {
await downloadAndExtractTarball(url, staging, token);
if (!fs.existsSync(stagingAddon) || !hasAllCoreLibraries(stagingCore)) {
throw new Error(`Foundry Local native runtime download from ${url} completed but expected files are missing.`);