How to install juspay/hyperswitch. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
juspay/hyperswitch Installation Guide
How to install juspay/hyperswitch. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for juspay/hyperswitch. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i juspay/hyperswitchor
Install via npx
npx @hexmos/ipm i juspay/hyperswitchPrerequisites
Python
languageVersion: >=3.6.0
Rust
languageVersion: >=1.58.0
Docker
system_toolFor containerization and deployment.
Git
system_toolVersion control system for managing code changes.
Node.js
languageVersion: >=16.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker Installation
git clone --depth 1 --branch latest https://github.com/juspay/hyperswitch.git
cd hyperswitch
scripts/setup.shSource Installation
cd hyperswitchPost Installation Steps
- Start the server: `./scripts/start.sh`
- Run database migrations: `./scripts/migrate.sh`
- Access the UI: `http://localhost:3000/`
