Features

what's in the box, you ask?

Quilltap is built for people who want real control over their AI—without giving up the good stuff.

Full-featured agentic tool-using empowered AI Assistants

Solve complicated problems, do research and edit documents with the AI of your choice.

AI that leans into personality, memory, and creativity

Design your AI's prompts to reflect unique personalities and remember past conversations and interactions.

Security and Confidentiality

Your conversations, memories, and data are in your hands, on your computer—only share what you want with cloud providers.

Open Source and Extensible

Quilltap (on the desktop and web) is open source and built to be extended. Create your own plugins, tools, and integrations to make it your own.

Flexible in its Boundaries

If you are talking about something and your AI provider doesn't like it, you can fall back to another seamlessly.

Powerful, Safe, and Enjoyable

Plot a graph, analyze data, write a book, or play a game—Quilltap gives you the freedom to explore.

Release Notes

what we've been up to

Version 3.2.1 released

View on GitHub →

Production stable release of Quilltap, with enhanced data security and locking and many other features

Quilltap 3.2.1 Release Notes

Sorry about that, another hiccough in the NPM environment. Running quilltap as a Node.js command works now. (Nobody informed that package about the encryption change… forcefully enough.)

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.