A Synapse X themed custom UI for MacSploit.
Please refer to Acrillis/Synapse X for the Synapse X WPF UI source code.
You can install the bundle from releases.
If you want to make modifications, please check 'How to build'.
Please open issues if you have suggestions or found bugs.
Feel free to open pull requests for any kind of contribution!
First, install Rust and node.js.
Install the npm packages: npm install
Now build the bundle:
ARM64 (Apple Silicon): npm run tauri build -- --target aarch64-apple-darwin
x86 (Intel): npm run tauri build -- --target x86_64-apple-darwin
Universal (Both): npm run tauri build -- --target universal-apple-darwin
The bundle will be located at: Synapsploit/src-tauri/target/{target}/release/bundle/dmg/Synapse X_{version}_{target}.dmg
This template should help get you started developing with Tauri, SvelteKit and TypeScript in Vite.
VS Code + Svelte + Tauri + rust-analyzer.