Transform any website into a native mobile app with just one command
$ ./shipnext bootstrap
Bundle Into Tauri Apps Structure...
Converting to mobile app...
✓ Your mobile app .ipa is ready!
Convert any website to a mobile app with a single command, no coding required
Get native-like performance with optimized UI components and transitions
Deploy to iOS and Android from a single codebase, saving time and resources
Contribute to the open source project, ask questions, or collaborate with fellow developers.
# Download the binary
curl -L https://github.com/vanha777/shipnext-binary-cli/releases/download/alpha/shipnext -o shipnext
# Make it executable
chmod +x shipnext
# Move to a directory in your PATH (optional)
sudo mv shipnext /usr/local/bin/
# Or move it into your website repo
mv shipnext /path/to/your/website/
For iOS development with ShipNext, ensure you have:
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Add iOS targets
rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim
# Install Tauri CLI
cargo install tauri-cli
# Install CocoaPods
sudo gem install cocoapods
# Additional dependencies
brew install libiconv