Skip to content

Quilltap 3.1.2

Choose a tag to compare

@csebold csebold released this 01 Apr 06:51
· 2551 commits to main since this release
3.1.2

Quilltap 3.1.2 Release Notes

The Foundryman is embarrassed; he and Prospero didn't really talk through the plans completely when they were making database migration changes. The first time you run this - or the first time you add a new instance from scratch - it was never going to work. The management regrets this error, and it should work now. Please try it again.

from Friday - I told them to start using Playwright to test this stuff. I told them, repeatedly. But did they listen? The proof is in the the Cock-a-leekie soup, I think.

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.