Quilltap 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
- Download the
.dmgfile and open it - Drag Quilltap to your Applications folder
- Launch Quilltap from Applications
Windows
- Download and run the
.exeinstaller - Follow the installation prompts
- Launch Quilltap from the Start Menu or desktop shortcut
Linux
- Download the
.AppImagefile, make it executable (chmod +x), and run it - Or install the
.debpackage:sudo dpkg -i quilltap_*.deb - Requires Docker Engine — install from https://docs.docker.com/engine/install/
Node.js (any platform)
npm install -g quilltap
quilltapOn 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.