All articles
Project UpdateApr 18, 20265 min read

AINative now has 944 npm downloads across its published packages

The three published npm packages currently total 944 downloads in the last 30 days: 270 for the client runtime, 259 for the Node server adapter, and 415 for the CLI. That is a much better story than inflated vanity metrics, especially for a project created on Apr 3, 2026.

A
AINative Studio
Engineering

We launched AINative on April 3, 2026. In the two weeks since, our three published npm packages have accumulated 944 combined downloads. That number is modest — and we are proud of it, because it is real.

Breaking down the 944 downloads

PackageVersionMonthly DownloadsPublished
@hari7261/ainative-client0.1.1270Apr 3, 2026
@hari7261/ainative-server-node0.1.1259Apr 3, 2026
@hari7261/ainative-cli0.2.0415Apr 4, 2026

The CLI leads with 415 downloads, which makes sense — it is the first thing developers reach for when evaluating a new tool. Trying `ainative doctor` takes thirty seconds; integrating the client runtime requires real investment.

Why we publish real numbers

Many developer tools project inflated metrics in their marketing. We believe accuracy builds more durable trust than invented traction. When AINative reaches 10 000 monthly downloads, that milestone will mean something precisely because we reported 944 honestly at launch.

What comes next

  • Python server adapter — currently in review, targets v0.1.0 by end of April.
  • Anthropic streaming improvements — native tool-call cancellation support.
  • ainative init scaffold — one-command project bootstrap for Next.js and Vite.
  • Documentation site search — powered by the AINative client runtime itself.

Each item above corresponds to an open issue or pull request in the public repository. Follow along at github.com/hari7261/ainative.