Skip to content

Nimino v0.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:37
· 62 commits to main since this release

Nimino reviewed site release assets

Apps: youtube, gmail, google-analytics
Linux: Debian (.deb), RPM (.rpm)
Windows: NSIS (.exe), MSI (.msi)

Windows installer behavior:
NSIS/MSI checks the WebView2 Evergreen Runtime and downloads the Microsoft Bootstrapper when missing.
Internet access is required for the first-time Runtime download.
WebView2Loader.dll and pcre64.dll are bundled with each Windows application package.
Manual SHA-256-verified setup is documented in README for repair and development.
Verify SHA256SUMS before installation.

Components (released independently of the site installers):
nimino-core-0.2.0-linux-x86_64.tar.gz nimino-host runtime
nimino-core-0.2.0-windows-x64.zip nimino-host.exe runtime + WebView2Loader.dll, pcre64.dll
nimino-pack-0.2.0-linux-x86_64.tar.gz nimino packaging CLI

nimino-core is the runtime embedded in every packaged application.
nimino-pack is the build-time packaging toolkit and depends on no other
Nimino package; it receives a host binary by path, never by linkage.
nimino-pack is Linux-only: its package generators are Linux tools.