ShipNext

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!

How It Works

Instant Conversion

Convert any website to a mobile app with a single command, no coding required

🚀

Native Performance

Get native-like performance with optimized UI components and transitions

📱

Cross-Platform

Deploy to iOS and Android from a single codebase, saving time and resources

Join Our Community

Contribute to the open source project, ask questions, or collaborate with fellow developers.

Installation

Pre-built Binary

# 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/

⚠️ Important Prerequisites

For iOS development with ShipNext, ensure you have:

  • macOS 12 (Monterey) or later
  • Xcode installed (latest version recommended)
  • iOS Simulator (included with Xcode)
  • Apple Developer Account (for physical device testing)
  • Rust with iOS targets configured
  • Node.js and npm/yarn
  • Tauri CLI and CocoaPods
# 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
View complete prerequisites and setup guide