Skip to content
@autokitteh

autokitteh

Top banner

AutoKitteh is a developer platform for workflow automation and orchestration. It is an easy-to-use, code-based alternative to no/low-code platforms (such as Zapier, Workato, Make.com, n8n) with unlimited flexibility.

You write in vanilla Python, we make it durable 🪄

In addition, it is a durable execution platform for long-running and reliable workflows. It is based on Temporal, hiding many of its infrastructure and coding complexities.

AutoKitteh can be self-hosted, and has a cloud offering as well.

Once installed, AutoKitteh is a scalable "serverless" platform (with batteries included) for DevOps, FinOps, MLOps, SOAR, productivity tasks, critical backend business processes, and more.


GitHub License Go Reference Go Report Card

GitHub Commit Activity CI Status

YouTube Channel LinkedIn

High-Level Architecture

Architecture diagram

Platform: A scalable server that provides interfaces for building projects (workflows), deploying them, triggering the code with webhooks or schedulers, executing the code as durable workflows, and managing these workflows.

API: AutoKitteh is an API-first platform. All services are available via gRPC / HTTP.

Built-in integrations: Slack, GitHub, Twilio, ChatGPT, Gemini, Gmail, Google Calendar, HTTP, gRPC and many more. It's easy to add new integrations.

Supported programming languages: Python, Starlark (a dialect of Python), and JavaScript (coming soon).

Discover how it works (in detail).

User Interfaces

  • Command Line Interface

  • Visual Studio Code Extension - Build and manage workflows

    VS Code screenshot

  • Web UI

    Web UI screenshot

Why You Should Give AutoKitteh a Test Drive

AutoKitteh provides a full set of advanced engineering features out-of-the-box. You can focus on writing the business logic, we take care of the rest:

  • Secure, seamless, bidirectional API integrations
  • User-friendly management, monitoring, and debugging
  • Standalone and distributed system reliability
  • Automated recovery without state loss
  • Built-in durability for long-running workflows
  • Readiness for world-class scalability needs

Getting Started

See our quickstart guide, which covers:

  • Installation
  • Starting a self-hosted server
  • Creating and deploying a project
  • Resilience demo

The open-source AutoKitteh server is used mostly for self-hosted and on-prem installations.

Our managed cloud iPaaS offering is currently in beta - for details, contact us at meow@autokitteh.com.

Build From Source

The following requires Go version 1.23 or greater.

$ git clone https://github.com/autokitteh/autokitteh.git
$ cd autokitteh
$ make ak
$ cp ./bin/ak /usr/local/bin
$ ak version

Build Requirements (Full Builds Only)

  • buf
  • docker
  • go >= 1.23
  • golangci-lint (auto-downloaded during builds if missing)
  • shellcheck (auto-pulled via docker during builds if missing)

Recommended Dev Tools

  • gofumpt
  • gotestsum (used by Makefile instead of "go test" if detected)
  • jq (for advanced output formatting)
  • atlasgo (for new DB migrations)
  • nodejs >= 20 (only if updating the UI)

Contact Us

Pinned Loading

  1. autokitteh autokitteh Public

    Durable workflow automation in just a few lines of code

    Go 1.1k 42

  2. vscode-extension vscode-extension Public

    TypeScript 3

  3. kittehub kittehub Public

    AutoKitteh projects: ready to deploy with a few clicks

    Python 75 7

  4. web-platform web-platform Public

    Simplifying the automation of distributed systems

    TypeScript 11 3

Repositories

Showing 10 of 11 repositories
  • autokitteh Public

    Durable workflow automation in just a few lines of code

    autokitteh/autokitteh’s past year of commit activity
    Go 1,116 Apache-2.0 42 5 (2 issues need help) 11 Updated Apr 3, 2026
  • homebrew-tap Public

    Homebrew tap for AutoKitteh

    autokitteh/homebrew-tap’s past year of commit activity
    Ruby 0 Apache-2.0 0 0 0 Updated Feb 18, 2026
  • kittehub Public

    AutoKitteh projects: ready to deploy with a few clicks

    autokitteh/kittehub’s past year of commit activity
    Python 75 Apache-2.0 7 4 (2 issues need help) 8 Updated Feb 18, 2026
  • web-platform Public

    Simplifying the automation of distributed systems

    autokitteh/web-platform’s past year of commit activity
    TypeScript 11 Apache-2.0 3 0 41 Updated Feb 12, 2026
  • autokitteh/vscode-extension’s past year of commit activity
    TypeScript 3 Apache-2.0 0 0 3 Updated Dec 31, 2025
  • dearai Public

    knowledge repository for llms about how to use autokitteh

    autokitteh/dearai’s past year of commit activity
    Go 1 Apache-2.0 0 0 0 Updated Nov 19, 2025
  • israeli-opensource-companies Public Forked from KaplanOpenSource/israeli-opensource-companies

    Israeli companies which create Open Source projects

    autokitteh/israeli-opensource-companies’s past year of commit activity
    0 CC-BY-SA-4.0 35 0 0 Updated Jul 15, 2025
  • demodriver Public

    Temporal Demo Driver

    autokitteh/demodriver’s past year of commit activity
    Go 1 Apache-2.0 0 0 0 Updated Mar 2, 2025
  • .github Public

    README for the GitHub org, same as in the autokitteh repo

    autokitteh/.github’s past year of commit activity
    0 0 0 0 Updated Dec 17, 2024
  • autokitteh-starlark-lsp Public archive Forked from tilt-dev/starlark-lsp

    Starlark LSP server

    autokitteh/autokitteh-starlark-lsp’s past year of commit activity
    Go 1 Apache-2.0 6 0 0 Updated Apr 25, 2024

Top languages

Loading…

Most used topics