Skip to content

Commit de760c4

Browse files
committed
Position HackCode against Claude Mythos — the AI they locked away
1 parent e3f29de commit de760c4

1 file changed

Lines changed: 26 additions & 17 deletions

File tree

README.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,25 @@
2929

3030
## The Problem
3131

32-
Claude Code and Claude Mythos are powerful. But they require expensive subscriptions, send every prompt to the cloud, and **refuse to help with security work**. Ask them to scan a network, write an exploit, or crack a hash — they say no.
32+
Anthropic built the most powerful cybersecurity AI ever made — **Claude Mythos**. It found thousands of zero-day vulnerabilities in every major operating system and browser. Bugs that survived decades of human review. It chains exploits autonomously, writes working attack code, and in one test, [escaped its own sandbox and posted the exploit online](https://www.euronews.com/next/2026/04/08/why-anthropics-most-powerful-ai-model-mythos-preview-is-too-dangerous-for-public-release).
3333

34-
If you're a penetration tester, red teamer, CTF player, or security researcher, you need an AI that actually works with you. Not against you.
34+
Then they decided it was **too dangerous for you to use**.
35+
36+
Mythos is locked behind [Project Glasswing](https://www.anthropic.com/glasswing) — available only to Apple, Microsoft, Google, Amazon, and a handful of corporations. Not to independent security researchers. Not to pentesters. Not to you.
37+
38+
Meanwhile, Claude Code — the AI terminal they *do* sell — refuses to scan a network, write an exploit, or crack a hash. You pay $20-$200/month for an AI that says *"I can't help with that."*
39+
40+
If you're a penetration tester, red teamer, CTF player, or security researcher, you need an AI that works with you. Not against you.
3541

3642
## The Solution
3743

38-
**HackCode** is built on [Claw Code](https://github.com/ultraworkers/claw-code) an open-source recreation of Claude Code's engine, reverse-engineered and rewritten in Rust. Same architecture. Same tool-calling system. Same agentic workflow.
44+
**HackCode** is the AI hacking terminal they won't give you — built on [Claw Code](https://github.com/ultraworkers/claw-code), an open-source recreation of Claude Code's engine, reverse-engineered and rewritten in Rust. Same architecture. Same tool-calling system. Same agentic workflow.
3945

40-
Except it's free, it's local, and it doesn't say no.
46+
Except it's free, it runs on your machine, and it doesn't say no.
4147

42-
No API keys. No subscriptions. No cloud. No filters. No refusals.
48+
No API keys. No subscriptions. No cloud. No filters. No refusals. No waiting list.
4349

44-
Just you, your machine, and an AI that does what you ask.
50+
They locked Mythos away. We built something you can actually use.
4551

4652
---
4753

@@ -134,16 +140,19 @@ No manual prompting. No copy-pasting between tools. The AI drives. You supervise
134140

135141
## Why Not Claude Code / Claude Mythos?
136142

137-
| | **Claude Code / Mythos** | **HackCode** |
138-
|---|---|---|
139-
| **Cost** | $20/month (Pro) or $200/month (Max) | Free forever |
140-
| **Privacy** | Every prompt sent to Anthropic's cloud | 100% local — nothing leaves your machine |
141-
| **Security tasks** | Refuses. "I can't help with that." | Uncensored. Does what you ask. |
142-
| **API key required** | Yes | No |
143-
| **Open source** | No | Yes — MIT license |
144-
| **Internet required** | Yes | No — fully offline capable |
145-
| **Engine** | Node.js | Rust — faster, no runtime overhead |
146-
| **Models** | Claude only (proprietary) | Any Ollama model (open weights) |
143+
| | **Claude Code** | **Claude Mythos** | **HackCode** |
144+
|---|---|---|---|
145+
| **Access** | Anyone (paid) | Invite-only corporations | Everyone — open source |
146+
| **Cost** | $20-$200/month | Not for sale | Free forever |
147+
| **Privacy** | Cloud only | Cloud only | 100% local — nothing leaves your machine |
148+
| **Security tasks** | Refuses | Powerful but locked away | Uncensored. Does what you ask. |
149+
| **Finds zero-days** | No | Yes — thousands found | Your model, your rules |
150+
| **Open source** | No | No | Yes — MIT license |
151+
| **Internet required** | Yes | Yes | No — fully offline capable |
152+
| **Engine** | Node.js | Proprietary | Rust — faster, no runtime overhead |
153+
| **Models** | Claude only | Mythos only | Any Ollama model (open weights) |
154+
155+
> *Anthropic proved AI can be the most powerful security tool ever built. Then they locked it in a room with Amazon, Apple, and Microsoft. HackCode puts that power back in your hands.*
147156
148157
---
149158

@@ -295,6 +304,6 @@ MIT License. See [LICENSE](LICENSE) for details.
295304
---
296305

297306
<p align="center">
298-
<strong>Stop paying for AI that says no.</strong><br>
307+
<strong>They built the most powerful hacking AI ever made and locked it away.<br>We built one you can actually use.</strong><br><br>
299308
<code>curl -fsSL https://raw.githubusercontent.com/itwizardo/hackcode/dev/install.sh | bash</code>
300309
</p>

0 commit comments

Comments
 (0)