Download Latest Version nanocoder v1.26.1 source code.tar.gz (3.5 MB)
Email in envelope

Get an email when there's a new version of Nanocoder

Home / v1.26.1
Name Modified Size InfoDownloads / Week
Parent folder
nanocoder v1.26.1 source code.tar.gz 2026-05-10 3.5 MB
nanocoder v1.26.1 source code.zip 2026-05-10 4.0 MB
README.md 2026-05-10 1.3 kB
Totals: 3 Items   7.5 MB 0

What's Changed

  • Bumped @nanocollective/get-md to ^1.4.0, which makes node-llama-cpp an optional peer dependency. Drops the entire node-llama-cpp transitive — including ~500 MB of platform-specific native binaries (CUDA, Vulkan, Metal, ARM variants) that pnpm fetched eagerly regardless of host — from the install graph and the Nix closure. The fetch_url tool (the only consumer of get-md) uses the standard HTML→Markdown path which doesn't need the LLM converter, so there's no functional change.

  • Patched flake.nix for pnpm 11 compat. Overrides nixpkgs's bundled pnpm (currently 10.x) to pnpm 11.0.9 to match packageManager, then handles two pnpm-11-specific quirks: chmod +x on bin/pnpm.cjs (a Corepack-compat shim shipped without the execute bit by upstream) and a replaceStrings patch on fetchPnpmDeps's installPhase to skip the now-rejected pnpm config set manage-package-manager-versions false global write. Unblocks the update-nix.yml workflow that's been failing on ERR_PNPM_LOCKFILE_CONFIG_MISMATCH.

Installation

:::bash
npm install -g @nanocollective/nanocoder

Usage

:::bash
nanocoder

Full Changelog: https://github.com/Nano-Collective/nanocoder/compare/v1.26.0...v1.26.1

Source: README.md, updated 2026-05-10