Entwine is a cross-platform desktop app for managing SpiderHeck mods, configurations, and versions. It uses Svelte for the UI and Tauri (Rust) for native integration and performance.
Repository: https://github.com/SilkModding/Entwine
- Install, update, and remove SpiderHeck mods
- Edit mod configurations
- Manage game component versions
- Setup wizard for first-time users
- Node.js (latest LTS recommended)
- pnpm (or npm/yarn)
- Rust (stable toolchain)
- Tauri prerequisites:
- Rust and Cargo
- Tauri CLI
- On Linux:
libwebkit2gtk-4.0-dev,build-essential,curl,wget,libssl-dev,appmenu-gtk-module,libgtk-3-dev,libayatana-appindicator3-dev
- Clone the repository:
git clone https://github.com/SilkModding/Entwine.git cd Entwine - Install dependencies:
pnpm install
- Run the app:
pnpm tauri dev