An open API service indexing awesome lists of open source software.

https://github.com/axeforging/.github


https://github.com/axeforging/.github

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

          

# AxeForging 🪓

> **Machado** (Portuguese) = **Axe** (English). We forge tools that cut through complexity.

AI-powered developer tools built by the Machado brothers — sharpening the developer experience one tool at a time.

---

## 🛠️ Our Tools

### AI & Security

| Tool | Description | Language | Stars |
|------|-------------|----------|-------|
| [**aigate**](https://github.com/AxeForging/aigate) | OS-level sandbox for AI coding agents — kernel-enforced file, command, and network isolation | Go | ⭐ 13 |
| [**reviewforge**](https://github.com/AxeForging/reviewforge) | AI-powered local code reviewer — PR feedback without sending your code to the cloud | Go | ⭐ 1 |

### Release & Automation

| Tool | Description | Language | Stars |
|------|-------------|----------|-------|
| [**releaseforge**](https://github.com/AxeForging/releaseforge) | AI-powered release notes generator with conventional commit analysis and semver bump suggestions | Go | — |
| [**yankrun**](https://github.com/AxeForging/yankrun) | Template cloning with safe token replacement — supports size limits, custom delimiters, JSON/YAML inputs | Go | — |

### Testing & Quality

| Tool | Description | Language | Stars |
|------|-------------|----------|-------|
| [**playwright-smart-locators**](https://github.com/AxeForging/playwright-smart-locators) | AI-powered self-healing locators for Playwright tests — fix flaky selectors automatically | TypeScript | ⭐ 2 |
| [**structlint**](https://github.com/AxeForging/structlint) | CLI tool for validating and enforcing directory structure and file naming patterns | Go | — |

---

## ⭐ Featured: aigate

**aigate** is our flagship tool — an OS-level sandbox that lets you run AI coding agents (Claude Code, Cursor, Codex) safely on your machine with kernel-enforced isolation.

- 🔒 **File isolation** — control exactly which paths the agent can read/write
- 🚫 **Command restrictions** — block dangerous shell commands at the kernel level
- 🌐 **Network control** — restrict outbound connections to approved domains only
- 🤖 **Agent-agnostic** — works with any AI coding agent or tool

```bash
go install github.com/AxeForging/aigate@latest
```

→ [Get started with aigate](https://github.com/AxeForging/aigate)

---

## 🌐 Website

[axeforge.com](https://axeforge.com)

---

## 👥 The Team

Built by two brothers who believe developer tools should be sharp, focused, and get out of your way.

- [@machado144](https://github.com/machado144) — DevOps & Platform Engineering
- [@murilopmachado](https://github.com/murilopmachado))- MLOps & AI Infrastructure Engineer | DevSecOps | Offensive Security

---

## 📦 All Repositories

→ [github.com/AxeForging](https://github.com/AxeForging)