logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/hyperswitch
or

Install via npx

npx @hexmos/ipm i juspay/hyperswitch

Prerequisites

Python

language

Version: >=3.6.0

Rust

language

Version: >=1.58.0

Docker

system_tool

For containerization and deployment.

Git

system_tool

Version control system for managing code changes.

Node.js

language

Version: >=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.sh

Source Installation

cd hyperswitch

Post Installation Steps

  • Start the server: `./scripts/start.sh`
  • Run database migrations: `./scripts/migrate.sh`
  • Access the UI: `http://localhost:3000/`