Actionforge - Pipelines You Can See Running
A visual replacement for Jenkins that shows every step.
Even to agents.
Let's walk through it.
The Editor
01
What does your pipeline actually look like?
Every node is a step. Every connection is a dependency. The graph handles the flow, you handle the logic. Drag, connect, done.
A real pipeline. Not a wall of YAML.
AI-Native
02
Build pipelines with AI. Deploy with guardrails.
Point Claude Code, Copilot, or Cursor at your project and let it generate the graph. Built on actual tool specs, no hallucinated CLI flags, no wrong versions. You verify visually before it ships.
Claude Code
❯ Build me an Unreal Engine CI pipeline that compiles, cooks, and packages a Windows build ▪ search_nodes "unreal build" ▪ validate_graph ○ editing ue5-win-shipping.act ✦ Shenaniganing… ────────────────────────────────────────────────── ⏵⏵ accept edits on (shift+tab to cycle)2 mcp servers active
Debugging
03
Where exactly did it break?
Either you or your AI agent can see exactly where a pipeline failed, which node errored, and what the output was. No more scrolling through logs.
Catch errors before they hit CI.
Infrastructure
04
Your data. Your walls.
Your data stays behind your walls. Bring your own secret vault, your own S3 storage, or use the built-in defaults. Actionforge adapts to your security requirements.
Platforms
05
Does it run on my machine?
Yes. Windows, macOS, Linux, Docker. x64, arm64. High-end workstations, Raspberry Pis, and everything in between. Also runs natively on GitHub Actions.
Linux
Docker
Abstraction
06
Hide the complexity.
Group nodes let you collapse entire workflows into a single reusable block. Define inputs, outputs, and execution flow, then drop it into any graph. Hover to peek inside.
"Encapsulate, reuse, share. Every node is a building block."
Performance
Raw speed. No runtime overhead.
CPU-bound tasks, I/O-heavy file ops. Actionforge rivals the fastest runtimes out there.
Go
3.57s
Node.js
43.19s
Python
98.03s
Node.js
8.2s
Python
8.4s
Node.js
3.8s
Python
6.9s
Ecosystem
Connect everything. Build anything.
Actionforge integrates with every major tool, framework, and build system.
React Vue Angular Svelte Next.js TypeScript Tailwind CSS Rust Node.js Python Docker Kubernetes AWS Firebase GitHub
React Vue Angular Svelte Next.js TypeScript Tailwind CSS Rust Node.js Python Docker Kubernetes AWS Firebase GitHub
Software
CI/CD, testing, deployment, monitoring. No YAML required.
Games
Unreal Engine, Unity builds, packaging, distribution. One graph, all platforms.
3D & VFX
Blender, Maya, Houdini renders. Asset management on autopilot.
Capabilities
- Can I build my pipeline visually without writing any YAML?
- Can I run the same graph on Windows, macOS, and Linux?
- Can I use Claude Code, Cursor, or Copilot to generate my pipeline?
- Can I run my graph in Docker?
- Can I use Bash and PowerShell scripts as first-class steps?
- Can I debug my pipeline visually instead of reading logs?
- Can I run my graph natively on GitHub Actions?
- Can I share reusable nodes across teams?
- Can I build a pipeline for an Unreal Engine or Unity project?
- Can I automate Blender renders and VFX pipelines?
- Can I bring my own secret vault and storage?
- Can I run concurrent tasks and parallel builds?
- Can I call LLM APIs directly from my pipeline?
- Can I embed Node.js or Python scripts?
Portable
No lock-in.
Your .act file is the pipeline. No config files, no YAML, no vendor lock-in. Check it into Git and run it anywhere.