Downloads
Start in a browser
Section titled “Start in a browser”- Enter Nindova House — the current live Grand Salon and Gallery, published from
main. It can be installed from a supporting browser after the first online visit. - Visit the Night Room — the current live Masala Mound Session and its separately scoped offline PWA.
Both are static web applications. They have no account, analytics, advertising, or third-party runtime service. A static host may keep ordinary access logs outside Nindova’s control.
Tagged v0.6.1 files
Section titled “Tagged v0.6.1 files”The latest published tagged release is v0.6.1 — The Long Way Home. It packages the synchronized House, Night Room, landing page, documentation, and standalone Night file.
| File | Use it when | What is included |
|---|---|---|
| Standalone HTML | You want one portable file | Night Room only; no service worker or install step |
| Static web archive | You want to host the complete v0.6.1 web surface | Landing page, docs, House PWA, Night PWA, and standalone file from that tag |
| SHA-256 checksums | You want to verify either download | Published digests for the HTML and ZIP |
The standalone HTML intentionally contains only the Night Room. Use the static archive for the complete five-door House, Gallery, Night PWA, site, and docs.
Verify a tagged download
Section titled “Verify a tagged download”Place the downloaded file and SHA256SUMS.txt in the same folder, then run the command for that file:
# Standalone HTMLgrep ' nindova-v0.6.1.html$' SHA256SUMS.txt | shasum -a 256 -c -
# Static web archivegrep ' nindova-web-v0.6.1.zip$' SHA256SUMS.txt | shasum -a 256 -c -The release contains ordinary HTML and ZIP files, not a signed or notarized native application. Your browser may ask you to confirm an HTML download. Nindova has no background native updater: tagged files update only when you replace them, while the live PWAs update their static caches after a successful online visit.
Build the current House and Night Room
Section titled “Build the current House and Night Room”Current source requires Node.js 24 or newer:
git clone https://github.com/udhawan97/Nindova.gitcd Nindovanpm install --ignore-scriptsnpm run buildnpm run previewOpen http://127.0.0.1:4173/house/ for the House, /play/ for the Night Room, /docs/ for documentation, or dist/nindova.html for the current standalone Night file.
There is no native macOS, Windows, Linux, iOS, or Android installer in this repository. Desktop and mobile support is through a modern browser or PWA. The native iOS Wall remains deferred.