Automating creativity, search, and productivity with AI workflows.
kaydeewrld is a powerful platform designed for workflow automation using AI models. It supports text generation, image generation, and retrieval-augmented generation, integrating seamlessly with popular AI endpoints including OpenAI, llama.cpp, Apple's MLX LM, Google Gemini, Anthropic Claude, ComfyUI, and MFlux. Additionally, kaydeewrld provides robust semantic search capabilities using PGVector combined with the SEFII (Semantic Embedding Forest with Inverted Index) engine.
Note: kaydeewrld is under active development, and breaking changes are expected. It is NOT production-ready. Contributions are highly encouraged!
And more!
Ensure the following software is installed before proceeding:
- Chrome Browser: Required for web tools. Used as a headless browser and managed by kaydeewrld. WebGPU support should be enabled for text-to-speech to work.
- Python: Version 3.10 or newer (Download).
- Docker: Recommended for easy setup of PGVector (Download).
For development, you'll also need:
- Go: Version 1.21 or newer (Download).
- Node.js: Version 20 managed via
nvm(Installation Guide).
The easiest way to get started with kaydeewrld is to download a pre-built binary from the releases page.
-
Download the appropriate binary for your platform:
- macOS:
kaydeewrld-darwin-universal.zip(Universal binary for both Intel and Apple Silicon) - Linux:
kaydeewrld-linux-amd64.ziporkaydeewrld-linux-arm64.zip
- macOS:
-
Extract the zip file and navigate to the extracted directory.
-
Create a
config.yamlfile in the same directory as the binary (a templateconfig.yaml.exampleis included). -
Run the binary:
# On macOS/Linux $ chmod +x kaydeewrld-* $ ./kaydeewrld-*


