Skip to content

Quilltap 3.1.1

Choose a tag to compare

@csebold csebold released this 01 Apr 06:51
· 2552 commits to main since this release
3.1.1

Quilltap 3.1.1 Release Notes

We screwed up the npx packaging. Absolutely nothing changed in the code, this was purely a fix for running this using npx quilltap. Sorry about that.

Installation

macOS

  1. Download the .dmg file and open it
  2. Drag Quilltap to your Applications folder
  3. Launch Quilltap from Applications

Windows

  1. Download and run the .exe installer
  2. Follow the installation prompts
  3. Launch Quilltap from the Start Menu or desktop shortcut

Linux

  1. Download the .AppImage file, make it executable (chmod +x), and run it
  2. Or install the .deb package: sudo dpkg -i quilltap_*.deb
  3. Requires Docker Engine — install from https://docs.docker.com/engine/install/

Node.js (any platform)

npm install -g quilltap
quilltap

On first run, the CLI downloads the application files (~150-250 MB)
and caches them locally. Subsequent launches start instantly.

Docker

docker pull csebold/quilltap:${TAG}

Or download the quilltap-linux-<arch>.tar.gz rootfs tarball for use with Lima. See the README for setup instructions.