Skip to content

Releases: cave-nerd/ruleforge

v0.1.1

30 Mar 04:12

Choose a tag to compare

v0.1.0 — Initial Release

23 Mar 00:01

Choose a tag to compare

RuleForge v0.1.0

Initial release — a desktop security tool that ingests Nmap XML / PCAP captures and generates OPNsense firewall rules.

Features

  • Nmap XML import + live scan trigger
  • Wireshark / PCAP import
  • Three-tier recommendation engine: Strict, Balanced, Permissive
  • Staging area — review and edit rules before deploying
  • OPNsense REST API integration with backup-before-deploy
  • Post-deploy validation scan
  • OS keyring credential storage (never written to disk)
  • Audit log panel

Downloads

Platform File
🐧 Linux RuleForge_0.1.0_amd64.AppImage
🪟 Windows ruleforge.exe

Linux: chmod +x RuleForge_0.1.0_amd64.AppImage && ./RuleForge_0.1.0_amd64.AppImage
Windows: Run ruleforge.exe directly.

Prerequisites

  • Nmap on your PATH (required for live scans and post-deploy validation)
  • Linux: WebKit2GTK — sudo apt install libwebkit2gtk-4.1-0