{"record":{"id":"e99d4d04c75e6882","repo":"NousResearch/hermes-agent","slug":"install-ps1-manifest-failed-exit","errorCode":null,"errorMessage":"install.ps1 -Manifest failed: exit {:?}\n{}","messagePattern":"install\\.ps1 -Manifest failed: exit (.+?)\n(.+?)","errorType":"exception","errorClass":"anyhow::Error","httpStatus":null,"severity":"error","filePath":"apps/bootstrap-installer/src-tauri/src/bootstrap.rs","lineNumber":547,"sourceCode":"        &mut manifest_cancel_rx,\n        Some(\"__manifest__\".to_string()),\n    )\n    .await?;\n\n    if manifest_result.exit_code != Some(0) {\n        let err = format!(\n            \"install.ps1 -Manifest failed: exit {:?}\\n{}\",\n            manifest_result.exit_code,\n            manifest_result.stderr.trim()\n        );\n        emit_event(\n            &app,\n            BootstrapEvent::Failed {\n                stage: None,\n                error: err.clone(),\n            },\n        );\n        return Err(anyhow!(err));\n    }\n\n    let manifest: Manifest = powershell::parse_manifest(&manifest_result.stdout).ok_or_else(|| {\n        let err = format!(\n            \"install.ps1 -Manifest produced no parseable JSON payload\\n{}\",\n            truncate(&manifest_result.stdout, 4000)\n        );\n        emit_event(\n            &app,\n            BootstrapEvent::Failed {\n                stage: None,\n                error: err.clone(),\n            },\n        );\n        anyhow!(err)\n    })?;\n\n    emit_event(","sourceCodeStart":529,"sourceCodeEnd":565,"githubUrl":"https://github.com/NousResearch/hermes-agent/blob/c896c09c42910c584c4c7d2325b58c14713ea42c/apps/bootstrap-installer/src-tauri/src/bootstrap.rs#L529-L565","documentation":"Error \"install.ps1 -Manifest failed: exit {:?}\n{}\" thrown in NousResearch/hermes-agent.","triggerScenarios":"Thrown at apps/bootstrap-installer/src-tauri/src/bootstrap.rs:547 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Review the installer output in the message, fix the failing install step, and retry.","Run install.ps1 -Manifest manually to see the full error."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"c896c09c42910c584c4c7d2325b58c14713ea42c","analyzedAt":"2026-08-14T17:18:01.089Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}