Skip to main content

Itsallcode Blog

OpenFastTrace 4.5.0 released: 10 years of OFT

We are pleased to announce the release of OpenFastTrace 4.5.0. This release is particularly special as it marks the 10th anniversary of OpenFastTrace on GitHub.

# New Mastodon Presence

As part of our community outreach, OpenFastTrace is now on Mastodon. You can follow us for updates and discussions at @OpenFastTrace@mastodon.social.

# CLI Improvements

The command-line interface has been improved with standard help options. You can now use -h or --help to display usage information. Additionally, the help message now includes the version of OpenFastTrace, making it easier to verify the environment you are running in.

10 Years of OpenFastTrace

2026 marks a special milestone for OpenFastTrace: it has been a bit more than 10 years since the first commit was pushed to GitHub!

While OFT as we know it today started in 2016, its roots go back much further. The journey began in 2003 with a tool called ‘ReqMgr’ at 3SOfT GmbH. Over the years, it evolved through various iterations—ReqMgrNG, ReqM2, and Allosaurus—driven by the needs of the automotive industry for reliable requirement tracing.

OFT in the IDE and Teaching AI Agents About Tracing

Two things happened recently that I think are worth mentioning: OFT got an IntelliJ plugin, and we added several skill files for AI coding agents.

# The IntelliJ Plugin

Running OFT during development should be as seamless as possible. While we have had build integration for a long time via our Maven and Gradle plugins, many developers still found themselves dropping to the command line to check tracing results. That is fine for a final check before a commit, but during active development, it can interrupt your flow.

Packaging OFT for Distributions

Our next goal is to get OFT packaged for easier installation. We will start with Debian and RPM packages soon. Ultimately, we would like to get OFT shipped with the popular distributions. This will probably help with the adoption. But until that happens, it will be a long way.

By the way, if you read this and are a curious developer with experience in the Apple ecosystem, we are looking for help with packaging OFT for macOS. If you are interested, please reach out to us.

Release 4.2.1

Everything that can go wrong will go wrong.

Ed Murphy (not really, the original quote was a bit different)

# Release 4.2.2 (or the moment we found out 4.2.1 was not on Maven Central)

Finally, we managed to get a new release of OFT out of the door.

While 4.2.2 is only a bugfix and security release, it also inherits a new feature from 4.2.1. Why do I mention that?