Brandon Mysliwiec Contact

Download VialTome 1.1.0

Free, MIT licensed, and complete. No account, no subscription, no telemetry. Choose your platform below — every file carries a SHA-256 checksum you can verify before installing.

Windows

Installed & tested

Windows 10 and Windows 11, 64-bit. The recommended download for most people.

  • Version1.1.0
  • FileVialTome-Setup-1.1.0-x64.exe
  • FormatNSIS installer
  • Architecturex64
  • Size99.8 MB
  • Released4 September 2026
  • Disk space≈ 400 MB
  • AdministratorNot required
ca2eec1b2d0e2ef0825fd4381c84c9189e20850ca76e807d6cc0d88de5c94d2b

Linux

Cross-built, not runtime-tested

Linux Mint, Ubuntu, Debian and derivatives, 64-bit. Built from exactly the same source tree as the Windows release.

  • Version1.1.0
  • PackageVialTome-1.1.0-Linux-amd64.deb
  • Size131.1 MB
  • Installs to/opt/VialTome
  • Portable archive125.7 MB (.tar.gz)
  • Architectureamd64 / x64
deb  5c043a3807fcba7b732f39f54916ea8c27c16a615b0613a15f795ec47f4d01c1
tar  5d3dd5311adc0cab799e8c98fba4dd80f41dec284e076222c57f7ded5e83810f

Windows MSI

Managed deployment

For administrators distributing VialTome through Group Policy, Intune or another management system.

  • FileVialTome-1.1.0-x64.msi
  • Size106.9 MB
  • Architecturex64
54a5d2a0525051bdf6394597f2581bd44943816a8824f56481cf3a27a0ae3263

About the Linux build

The Linux packages are produced from the same source tree and the same application bundle as the Windows release, and the .deb has been structurally verified — its archive members, control metadata, file permissions, launcher symlink and checksums are all checked as part of the build. It has not been launched on a Linux machine, because the build host for this release is Windows. Treat it accordingly.

Building the AppImage

An AppImage is an ELF runtime with a squashfs filesystem appended, and creating one needs mksquashfs plus the ability to create symbolic links — a privilege Windows withholds from an unelevated process. Rather than ship something untested, VialTome includes a build script you can run on any Linux machine:

sudo apt install squashfs-tools
./build_appimage.sh VialTome-1.1.0-Linux-x64.tar.gz

The script ships in the release directory and in Tools/build_appimage.sh in the source tree.

Installation

Getting it running

Windows

  1. Download VialTome-Setup-1.1.0-x64.exe.
  2. Windows SmartScreen may warn that the publisher is unrecognised. The installer is not code-signed — a signing certificate is a recurring commercial cost, and VialTome is free. Choose More info → Run anyway if you are satisfied with the checksum above.
  3. Choose an installation folder, or accept the default per-user location.
  4. Optionally create a desktop shortcut. A Start Menu entry, an uninstall entry and file associations for .vialtome and .vtbackup are always registered.
  5. Launch VialTome. The first run asks for your name, a mode, and an acknowledgement — then you are working.

Verify the download first if you wish: certutil -hashfile VialTome-Setup-1.1.0-x64.exe SHA256

Linux Mint, Ubuntu and Debian

sudo apt install ./VialTome-1.1.0-Linux-amd64.deb

Or, if you prefer dpkg:

sudo dpkg -i VialTome-1.1.0-Linux-amd64.deb
sudo apt-get install -f     # resolve any missing dependencies

VialTome installs to /opt/VialTome, adds a desktop entry, installs icons at every standard size and creates a /usr/bin/vialtome launcher. Uninstall with sudo apt remove vialtome — your data in ~/.config/VialTome is left untouched.

Linux portable archive

tar -xzf VialTome-1.1.0-Linux-x64.tar.gz
cd VialTome-1.1.0-Linux-x64
./vialtome

If Chromium's sandbox complains in the portable archive, either run sudo chown root:root chrome-sandbox && sudo chmod 4755 chrome-sandbox, or start it with ./vialtome --no-sandbox. The .deb handles this for you.

Verifying a download

PlatformCommand
Windowscertutil -hashfile <file> SHA256
Linux / macOSsha256sum <file>
PowerShellGet-FileHash <file> -Algorithm SHA256

A SHA256SUMS.txt containing every artifact is included in the release directory and available here.

System requirements

Modest, because it runs locally

Windows

Windows 10 or Windows 11, 64-bit · approximately 400 MB of disk space · 4 GB RAM is comfortable · no administrator rights needed for a per-user install · no internet connection required.

Linux

A 64-bit desktop distribution with GTK 3 — Linux Mint, Ubuntu, Debian and derivatives · approximately 400 MB of disk space · the usual Electron dependencies, which the .deb declares.

Display

1024 × 680 minimum. VialTome is built for laptops through to ultrawide and 4K displays, and honours operating-system scaling and the reduced-motion preference.

Network

None. VialTome works fully offline. The only network activity that ever occurs is a web link you click yourself.

Licence and what you can do with it

VialTome is released under the MIT licence. You may use it, study it, modify it and share it, including inside a commercial organisation, provided the copyright notice travels with it.

Research use

VialTome is a research organisation, education, documentation and mathematical calculation platform. It is not medical advice, it does not prescribe or recommend any substance or amount, and it is not intended to assist, encourage or enable self-administration of any substance. Research involving people or animals should comply with the ethical, legal, institutional, consent, privacy and welfare requirements that apply where it takes place.

Read the full safety and disclaimer statement →

Every third-party component VialTome uses is under a permissive licence (MIT, Apache-2.0, ISC or public domain). The full list is shown inside the application under About VialTome.