https://github.com/axeforging/.github
https://github.com/axeforging/.github
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/axeforging/.github
- Owner: AxeForging
- Created: 2026-03-13T22:36:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-13T22:57:20.000Z (4 months ago)
- Last Synced: 2026-03-14T10:43:11.070Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)