Open Source · TypeScript-first · Zero-dependency

The foundation
beneath extraordinary
software.

Munesoft is a growing ecosystem of npm packages for CLI tooling, AI systems, and backend infrastructure. Each package solves one problem and solves it well.

16+

Published packages

4

Categories

TS

Type-safe

0

Dependencies where possible

Scroll

16+

Published packages

and growing

50k+

Monthly downloads

across the ecosystem

100%

Open source

MIT licensed

0

Dependencies

where possible

Open Source

A unified ecosystem of
developer tools.

Munesoft maintains a growing suite of JavaScript and TypeScript packages powering modern CLI tooling, AI systems, and backend infrastructure.

20

packages

4

categories

7,112

total downloads

TS

type-safe

Featured

408/moFeaturedAI

@munesoft/

asyncx

Unified async control for JavaScript: retries, timeouts, caching, concurrency, cancellation, and circuit breakers in one function.

541/moFeaturedAI

@munesoft/

retryx

Smart retry and backoff engine for APIs and AI workflows. Zero-dependency, AI-aware rate limit handling, exponential backoff with jitter.

2.4k/moFeaturedAI

@munesoft/

agent

Munesoft Agent Framework. Build reliable AI agents in minutes. Router brain, verification and auto-repair, session memory, multi-agent orchestration, and first-class integration with the munesoft stack. Zero-dependency core.

107/moFeaturedCore

@munesoft/

objx

A modern, fast, and safe lodash.get / lodash.set / deep merge alternative for JavaScript and TypeScript.

All Packages

242/moCore

@munesoft/

phonex

AI-first phone number validation, parsing, formatting, risk detection, and intelligence library for JavaScript and TypeScript. A modern, modular alternative to libphonenumber-js with built-in caching, AI mode, and zero dependencies.

294/moCore

@munesoft/

memoryx

Memory for AI agents in one line. Auto-compression, semantic recall, prompt-ready context. No embeddings, no vector DB, no setup. Zero dependencies.

205/moCore

@munesoft/

loopx

Universal loop controller for AI agents and async workflows. Control iterative execution, prevent infinite loops, and manage agent cycles with precision.

126/moCore

@munesoft/

cli-to-api

Turn any CLI command into a REST API endpoint instantly.

115/moCLI

@munesoft/

cli-ui

Beautiful CLI spinners, progress bars, and task displays with zero setup.

375/moCore

@munesoft/

ansix

The modern ANSI and terminal toolkit for Node.js and browser.

291/moCore

@munesoft/

validatex

The simplest and most powerful schema validation library for JavaScript and TypeScript.

282/moCLI

@munesoft/

clix

The fastest way to turn a script into a CLI. Zero boilerplate, intuitive API, clean output.

Explore the full ecosystem

All packages are open source, TypeScript-first, and zero-dependency where possible.

View on npm

Why Munesoft

Tools that get out
of your way.

We believe infrastructure should be invisible. You should never have to think about retry logic, validation schemas, or async control flow. You should just build.

Zero configuration

Every package works the moment you install it. No config files, no setup rituals, no boilerplate. Just import and ship.

TypeScript-first

Full type safety and inference out of the box. Your editor knows exactly what every function accepts and returns.

Composable by design

Each package does one thing. Combine them like Lego bricks to build complete infrastructure without a monolithic dependency.

Built for production

Not toy examples. Every package runs in real-world systems across startups, scaleups, and enterprise teams worldwide.

terminal

# Install any package, individually or together

npm install @munesoft/asyncx @munesoft/retryx @munesoft/validatex

// Compose them into a resilient async pipeline

import { withRetry } from '@munesoft/retryx'

import { asyncMap } from '@munesoft/asyncx'

const results = await withRetry(

() =}> asyncMap(items, processItem),

{ retries: 3, backoff: 'exponential' }

)

// That's it. Retry logic, async control, type safety. Done.

Composability

Small tools.
Complete systems.

No monolithic framework required. Pick the packages you need and compose them into full infrastructure layers. Each one is a building block, not a lock-in.

AI Workflow

@munesoft/asyncx@munesoft/retryx@munesoft/agent
Resilient AI pipeline

API Layer

@munesoft/objx@munesoft/validatex
Type-safe request handling

CLI Tool

@munesoft/clix@munesoft/cli-ui
Beautiful command-line app

Security

@munesoft/hashx@munesoft/tokenx
Hardened auth layer

Open source

Start building with Munesoft.

All packages are open source, TypeScript-first, and zero-dependency where possible. Install one, or combine them into a complete workflow layer.