npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@origami-minecraft/devbuilds

v2.0.11-dev.0

Published

Origami is a terminal-first Minecraft launcher that supports authentication, installation, and launching of Minecraft versions — with built-in support for Microsoft accounts, mod loaders, profile management, and more. Designed for power users, modders, an

Downloads

273

Readme

🌸 Origami

✨ Lightweight Minecraft CLI Launcher — beautiful, fast, and scriptable.

Origami is a terminal-first Minecraft launcher that supports authentication, installation, and launching of Minecraft versions — with built-in support for Microsoft accounts, mod loaders, profile management, and more. Designed for power users, modders, and anyone who loves minimalism and productivity.

NPM License GitHub


📥 Install Node.js

Before installing Origami, you need Node.js and npm (Node's package manager) installed.

🪟 Windows

  1. Download the LTS version of Node.js from the official website.

  2. Run the installer and follow the setup instructions.

  3. Open Command Prompt and verify installation:

    node -v
    npm -v

🍎 macOS

You can use Homebrew:

brew install node

Or download the LTS installer from nodejs.org.

Verify installation:

node -v
npm -v

🐧 Linux (Ubuntu/Debian)

sudo apt update
sudo apt install nodejs npm

Alternatively, for newer versions:

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install -y nodejs

Then check versions:

node -v
npm -v

📦 Alternative: Using NVM (Node Version Manager)

NVM allows you to easily switch between Node.js versions:

macOS/Linux:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.nvm/nvm.sh
nvm install --lts

Windows:

Use nvm-windows:

  1. Download the latest nvm-setup.exe from the releases page.

  2. Install and open Command Prompt:

    nvm install lts
    nvm use lts
    node -v
    npm -v

✅ Make sure you're using Node.js v18 or higher for best compatibility.


🚀 Installation

🔒 Stable (Recommended)

Install the latest stable version from NPM:

npm install -g @origami-minecraft/stable

Once installed, you can use the origami command anywhere in your terminal.


🧪 Development Builds

🚧 Development builds are experimental. These builds may include experimental features and are considered unstable.

You can install them directly from NPM:

Install the latest dev build:

npm install -g @origami-minecraft/devbuilds

🗒️ Changelog

See what's new in stable builds in the Changelog.

⚠️ Dev builds are expermental — use them at your own risk!

⚠️ Check out the latest dev build updates on the GitHub Actions page.


🎮 Features

  • 🎨 Beautiful terminal UI with gradient animations and ASCII art
  • 🔐 Microsoft & Mojang Authenticator support
  • 📂 Profile management (choose/create/remove)
  • ⬇️ Install and manage Minecraft versions (vanilla & modded)
  • 🛠 Customizable settings and CLI-first configuration
  • 💨 Launch Minecraft directly from the terminal

📦 Usage

After installation, just run:

origami menu

🖼️ Preview

Preview

Navigate using your keyboard to log in, manage accounts, install versions, or launch the game.


📘 CLI Documentation

See the full CLI documentation here: 📖 CLI.md


📝 License

This project is licensed under the GPL-3.0-only license.


🧪 Development

git clone https://github.com/merasugd/origami-launcher.git
cd origami-launcher
npm install

# testing
npm run compile
npm run origami

💖 Credits


🌐 Links


🙏 Support

Found a bug or want to suggest a feature? Open an issue or submit a PR!


🤝 Contributing

We welcome contributions of all kinds — from bug fixes and documentation to new features.


Enjoy the terminal. Happy crafting :D 🧵