Skip to content

v1.11.0

Latest

Choose a tag to compare

@amah amah released this 10 Jun 15:54
· 11 commits to main since this release

Self-contained CLI tarball for restricted / air-gapped environments — no git, no build, no npm-registry access to this package, and no node_modules required (the backend is esbuild-bundled and bin/cli.js uses only Node built-ins; Node ≥ 18).

Install (no git, no build)

curl -fL -o smart-data-dico.tgz \
  https://github.com/amah/smart-data-dico/releases/download/v1.11.0/hamak-smart-data-dico-1.11.0.tgz
npm install -g ./smart-data-dico.tgz
smart-data-dico --data-dir /path/to/your/project

For a fully air-gapped machine, download the .tgz on a connected host, copy it over, and run the npm install -g ./…tgz step there — it needs no network.

Other install paths (npm, from source, build-from-git script) are documented in the README under Installation → Option C. See CHANGELOG.md for what's in 1.11.0.