Expand description
§SideCar: Pre-Built Node.js Binary Manager
Cocoon needs Node.js to run VS Code extensions. SideCar manages the embedded Node.js binary: downloading platform-specific builds, verifying integrity, and spawning Node.js as a Tauri sidecar process.
No system Node.js installation required. Land ships its own.
§What SideCar Does
- Downloads the correct Node.js binary for the current OS and arch
- Verifies the download checksum before extracting
- Spawns Node.js as a managed sidecar that Mountain can monitor
§Modules
Modules§
- Download
- ============================================================================== Universal Sidecar Vendor - Rust Edition
- Spawn
Functions§
- main
- Main executable function. DEPENDENCY: Move this function to main.rs in a future refactor