Skip to main content
This guide walks you through setting up a local development environment for OASM.

Prerequisites

Ensure the following tools are installed:
  • Node.js (v18+)
  • Bun (latest)
  • PostgreSQL (v12+)
  • Task (taskfile)
  • Docker & Docker Compose (recommended)

Clone repository from github

git clone https://github.com/oasm-platform/open-asm.git
cd open-asm

Initialize Environment

Run the following command at the root of the project:
task init