21,084
Packages
2,316
Modules
6,232,910
Downloads

6,232,910
Downloads
2,316
Modules
21,084
Packages
A lightweight Linux process manager for Bun and Node.js applications, written in MoonBit
MoonBit port of the tutuca UI framework (value language, templates, vdom, components, app runtime, lint, CLI)
moonzero — a service framework for MoonBit (← go-zero): config-driven assembly of a moonapi application with middleware, producing a runnable moonasgi AsgiApp. v0.6.2 runs real unary, server/client-streaming, and bidirectional zRPC calls over moonrpc's h2c transport (an in-process RpcChannel drives HPACK HEADERS + length-prefixed DATA + grpc-status trailers through the H2Server engine), graceful shutdown draining in-flight calls, a persisted, watchable etcd v3-shaped registry (watch, events_since catch-up, snapshot/restore) with round-robin/pick-first balancers and a load-balanced client, real file-backed registry I/O over moonbitlang/async's fs with a live filesystem watcher (native discov driver), request metrics (counter + latency histogram), and W3C traceparent propagation.
mooncat — a native ASGI 3.0 server for MoonBit (← uvicorn), built on moonbitlang/async and the moonasgi SEAM.
moonapi — a typed web framework for MoonBit (← FastAPI): routing, typed extractors, descriptor-driven validation, multi-version OpenAPI/Swagger (2.0 / 3.0 / 3.1) with security schemes, dependency injection, OAuth2 password-bearer with self-built HS256 JWT and scopes, per-operation security enforcement, multipart/urlencoded form and file extractors, response_model filtering, background tasks, sub-application mounting, a CORS/gzip(real DEFLATE)/exception-handler middleware stack with per-status handlers, Server-Sent Events, and WebSocket routes, on the moonasgi SEAM.
moonctl (mctl) — a spec-driven code generator for MoonBit (← goctl): parse a .api service spec and emit compilable moonapi scaffolding (routes + handler stubs).
Agent-oriented XLSX and DOCX command-line tooling
Agent-oriented XLSX and DOCX tooling for MoonBit
Paginated document layout engine: format-neutral page-model IR with SVG/PDF backends.
Native MoonBit DOCX to HTML/Markdown converter ported from Mammoth
Cross-platform MoonBit compatibility facades with native delegation and accelerated JS implementations for async IO, bytes, regexp, and JSON.
An experimental Discord library for MoonBit: typed APIs, a native gateway with voice (DAVE E2EE), and JS/serverless HTTP interactions.
xxd command for MoonX.
xargs command for MoonX.
wget command for MoonX.
wc command for MoonX.
uniq command for MoonX.
true command for MoonX.
tr command for MoonX.
touch command for MoonX.
test command for MoonX.
tee command for MoonX.
tail command for MoonX.
experimental packages for moonbitlang/core
Asynchronous programming library for MoonBit
Cross-platform MoonBit compatibility facades with native delegation and accelerated JS implementations for async IO, bytes, regexp, and JSON.
Pure MoonBit zlib/deflate implementation.
Automatic testing of MoonBit programs
Workflow engine core with Starlark-subset parser, DAG execution, and cache planning primitives.
Pure MoonBit LLM client library
Temporary file and directory management for MoonBit
AST and parsers for the MoonBit programming language
A generic lexer library for handwritten lexers in MoonBit
A LR(1) parser generator for MoonBit programming language.
A TOML parser implementation in MoonBit