3 pointsby HoraDomu6 hours ago1 comment
  • HoraDomu6 hours ago
    Atheon is a new open source project I've been working on. It’s a community driven pattern matching engine.Like grep but community driven. What does that mean? Well in essence you point it at a file, a directory or pipe anything through it no matter the size, and it finds every match. It even tells you exactly where. It can be run as a pre-commit hook to block bad commits before they leave your machine. Wire it into Claude or Cursor via MCP and the AI scans its own output before it hits a file, or even drop it in CI. The pattern library covers any domain it has a pattern for, and a pattern being something you can describe and has a clear true or false. Every pattern is plain YAML so no Go is even required and anyone can contribute a pattern. Each pattern, bug fix etc… ships in each release. Interested click the link here https://horadomu.github.io/Atheon/ and follow it to the GitHub releases to download the latest version for your system. Interested in helping out on the engine work or contributing features? Click here https://github.com/HoraDomu/Atheon. Thank you!