Skip to Content
Get Started

Meet Miso - The Agnostic Package Manager

Miso is a universal package manager wrapper that lets you use any package manager (npm, pnpm, yarn, bun) with a consistent command interface.

Features

  • 🔄 Package Manager Agnostic - Works with npm, pnpm, yarn, and bun
  • 🎯 Consistent Commands - Use the same commands regardless of your package manager
  • ⚙️ Configurable Flags - Set default flags for your commands
  • 🚀 Fast & Lightweight - Written in Go for maximum performance
  • 📦 Script Management - Enhanced script handling and discovery

Quick Start

Get started with Miso in minutes:

# Install miso globally npm install -g miso # Initialize in your project miso init # Use it like any package manager miso install miso add react miso dev

Learn More

Last updated on