EFT Suite Desktop
The open-source, Docker-based solution for desktop EFT generation.
Power on your Desktop
If the NFA has to exist, we might as well make it simple and cheap. That's why we offer an option for you to self-host for free.
EFT Suite, NFA Suite's little brother, is available as a Docker container, allowing you to generate and edit .EFT files directly on your Mac, Windows, or Linux machine.
- 100% Open Source
- Docker Containerized
- Local Processing
docker pull robbstumpf/eftsuite:latest
docker run -p 8080:8080 robbstumpf/eftsuite
docker run -p 8080:8080 robbstumpf/eftsuite
If you are running macOS (Apple Silicon), pass the `--platform` flag: docker pull --platform linux/x86_64 robbstumpf/eftsuite:latest
Quick Start
Get up and running in seconds with a single command.
docker run -d -p 8080:8080 --name eftsuite robbstumpf/eftsuite:latest
Visit http://localhost:8080 in your browser.