Bifrost

The EkkoJS package registry. Discover, publish, and manage packages.

Get started in seconds

Install packages with a single command. No node_modules, no lock file drama.

$ ekko add @ekko/react resolved @ekko/react@1.2.0 from registry installed in 120ms $ ekko add zod resolved zod@3.23.0 from registry installed in 85ms

Why Bifrost?

Instant installs

Pre-compiled .ekl packages. No build step, no compilation, no waiting. Add a package and use it immediately.

🔒

Secure by default

Every package is signed. Integrity verification on every install. Token-scoped publishing with 2FA.

📦

Cross-platform

Native binaries for Linux, macOS, and Windows. A single package can ship platform-specific builds.

🛠️

Built for EkkoJS

ESM only. TypeScript native. Zero CommonJS baggage. Packages are designed for the modern runtime.

Publish your first package

From code to registry in three commands.

1

Initialize

ekko init --lib my-package
2

Authenticate

ekko login
3

Publish

ekko publish