anymous 1.4.3 → 1.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +36 -6
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -1,15 +1,45 @@
1
- # js
1
+ # anymous — AI-Powered Reverse Engineering & Pentest Platform
2
2
 
3
- To install dependencies:
3
+ **45 AI agents** orchestrated by **Any**, offline pt-BR voice, Iron-Man HUD.
4
+ 64 free models, no API key required. Unrestricted mode for professionals.
4
5
 
5
6
  ```bash
6
- bun install
7
+ npm install -g anymous
8
+ anymous
7
9
  ```
8
10
 
9
- To run:
11
+ ## Talk to Any
10
12
 
11
13
  ```bash
12
- bun run index.ts
14
+ anymous run --agent any "faz pentest neste host"
15
+ anymous run --agent soc "analisa este alerta"
16
+ anymous run --agent redteam "alvo lab 10.10.10.0/24"
17
+ anymous run --agent blueteam "hardening deste servidor"
18
+ anymous run --agent forensics "analisa este dump"
13
19
  ```
14
20
 
15
- This project was created using `bun init` in bun v1.2.12. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
21
+ ## Voice (pt-BR, offline)
22
+
23
+ ```bash
24
+ anymous voice "Olá, esta é a voz do Any"
25
+ anymous voice --loop
26
+ ```
27
+
28
+ ## Agents
29
+
30
+ - **Orchestrators**: any, soc, forensics, redteam, blueteam, build, plan
31
+ - **RE (8)**: reverser-static, reverser-dynamic, reverser-binary, reverser-source,
32
+ reverser-automator, memory-dump, exe-extractor, debug-tools
33
+ - **Pentest (10)**: pentest-lead, pentest-recon, pentest-scanner, pentest-enumerator,
34
+ pentest-exploiter, pentest-identity, pentest-webapp, pentest-postexploit,
35
+ pentest-critic, pentest-reporter
36
+ - **cyber-analytic** (SOC), **engineering (20)**
37
+
38
+ ## Providers
39
+
40
+ 64 free `opencode/*` models out of the box, plus any opencode-compatible
41
+ provider (OpenAI, Anthropic, Google, OpenRouter…).
42
+
43
+ Docs: https://anymous-cli.vercel.app · Code: https://github.com/anymousdark/anymous
44
+
45
+ MIT License.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "scripts": {
7
7
  "postinstall": "node ./postinstall.mjs"
8
8
  },
9
- "version": "1.4.3",
9
+ "version": "1.4.7",
10
10
  "description": "AI-powered reverse engineering platform",
11
11
  "license": "MIT",
12
12
  "homepage": "https://github.com/anymousdark/anymous",
@@ -24,17 +24,17 @@
24
24
  "x64"
25
25
  ],
26
26
  "optionalDependencies": {
27
- "anymous-linux-arm64-musl": "1.4.3",
28
- "anymous-linux-x64": "1.4.3",
29
- "anymous-darwin-x64-baseline": "1.4.3",
30
- "anymous-windows-arm64": "1.4.3",
31
- "anymous-linux-arm64": "1.4.3",
32
- "anymous-darwin-arm64": "1.4.3",
33
- "anymous-windows-x64-baseline": "1.4.3",
34
- "anymous-linux-x64-baseline-musl": "1.4.3",
35
- "anymous-linux-x64-baseline": "1.4.3",
36
- "anymous-windows-x64": "1.4.3",
37
- "anymous-darwin-x64": "1.4.3",
38
- "anymous-linux-x64-musl": "1.4.3"
27
+ "anymous-linux-arm64-musl": "1.4.7",
28
+ "anymous-linux-x64": "1.4.7",
29
+ "anymous-darwin-x64-baseline": "1.4.7",
30
+ "anymous-windows-arm64": "1.4.7",
31
+ "anymous-linux-arm64": "1.4.7",
32
+ "anymous-darwin-arm64": "1.4.7",
33
+ "anymous-windows-x64-baseline": "1.4.7",
34
+ "anymous-linux-x64-baseline-musl": "1.4.7",
35
+ "anymous-linux-x64-baseline": "1.4.7",
36
+ "anymous-windows-x64": "1.4.7",
37
+ "anymous-darwin-x64": "1.4.7",
38
+ "anymous-linux-x64-musl": "1.4.7"
39
39
  }
40
40
  }