karnel-termux 4.15.2 → 4.16.1
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.
- package/README.md +12 -4
- package/docs/CHANGELOG.md +35 -0
- package/docs/README.md +4 -0
- package/docs/cli/README.md +0 -1
- package/install.sh +0 -0
- package/karnel/bin/karnel +0 -0
- package/karnel/cli/commands/agent.sh +850 -0
- package/karnel/cli/commands/help.sh +0 -0
- package/karnel/cli/commands/ia.sh +24 -0
- package/karnel/cli/commands/list.sh +2 -0
- package/karnel/cli/commands/update.sh +1 -1
- package/karnel/cli/karnel.sh +29 -17
- package/karnel/tools/ai/all.sh +2 -0
- package/karnel/tools/ai/ampcode/bin/amp.proot +22 -0
- package/karnel/tools/ai/antigravity-cli/bin/agy.proot +22 -0
- package/karnel/tools/ai/antigravity-cli/install.sh +0 -0
- package/karnel/tools/ai/cactus/bin/cactus +30 -0
- package/karnel/tools/ai/cactus/bin/cactus.glibc +31 -0
- package/karnel/tools/ai/cactus/bin/cactus.launcher.py +57 -0
- package/karnel/tools/ai/cactus/bin/cactus.proot +33 -0
- package/karnel/tools/ai/cactus/install.sh +294 -9
- package/karnel/tools/ai/cactus-needle/README.md +120 -0
- package/karnel/tools/ai/cactus-needle/bin/needle +30 -0
- package/karnel/tools/ai/cactus-needle/bin/needle.glibc +18 -0
- package/karnel/tools/ai/cactus-needle/bin/needle.proot +24 -0
- package/karnel/tools/ai/cactus-needle/install.sh +371 -0
- package/karnel/tools/ai/claude-code/bin/claude.proot +22 -0
- package/karnel/tools/ai/claude-code/install.sh +0 -0
- package/karnel/tools/ai/cline/bin/cline +0 -0
- package/karnel/tools/ai/cline/bin/cline.proot +28 -0
- package/karnel/tools/ai/cline/install.sh +87 -34
- package/karnel/tools/ai/codebuff/bin/codebuff +0 -0
- package/karnel/tools/ai/codebuff/install.sh +0 -0
- package/karnel/tools/ai/codegraph/bin/codegraph +1 -1
- package/karnel/tools/ai/codegraph/install.sh +0 -0
- package/karnel/tools/ai/codex/install.sh +0 -0
- package/karnel/tools/ai/command-code/install.sh +21 -3
- package/karnel/tools/ai/copilot-termux/install.sh +0 -0
- package/karnel/tools/ai/crush/install.sh +0 -0
- package/karnel/tools/ai/ctx7/install.sh +1 -1
- package/karnel/tools/ai/cursor-cli/bin/cursor.proot +33 -0
- package/karnel/tools/ai/cursor-cli/install.sh +107 -31
- package/karnel/tools/ai/droid/bin/droid +27 -0
- package/karnel/tools/ai/droid/bin/droid.proot +22 -0
- package/karnel/tools/ai/droid/helper/droid_helper.c +58 -0
- package/karnel/tools/ai/droid/install.sh +381 -79
- package/karnel/tools/ai/engram/install.sh +47 -13
- package/karnel/tools/ai/gemini-cli/install.sh +0 -0
- package/karnel/tools/ai/gentle-ai/install.sh +43 -5
- package/karnel/tools/ai/gga/install.sh +0 -0
- package/karnel/tools/ai/gga/termux.patch +0 -0
- package/karnel/tools/ai/goose/bin/goose.proot +22 -0
- package/karnel/tools/ai/goose/install.sh +90 -8
- package/karnel/tools/ai/hermes-agent/install.sh +11 -2
- package/karnel/tools/ai/hugging-face/install.sh +1 -1
- package/karnel/tools/ai/keelcode/bin/keelcode.proot +23 -0
- package/karnel/tools/ai/keelcode/install.sh +95 -18
- package/karnel/tools/ai/kilocode-cli/bin/kilocode +4 -4
- package/karnel/tools/ai/kilocode-cli/bin/kilocode.proot +22 -0
- package/karnel/tools/ai/kilocode-cli/install.sh +19 -1
- package/karnel/tools/ai/kimchi-code/bin/kimchi.proot +22 -0
- package/karnel/tools/ai/kimchi-code/install.sh +399 -83
- package/karnel/tools/ai/kimi-code/install.sh +0 -0
- package/karnel/tools/ai/kiro/install.sh +57 -14
- package/karnel/tools/ai/mimocode/bin/mimo.proot +22 -0
- package/karnel/tools/ai/mimocode/install.sh +0 -0
- package/karnel/tools/ai/minimax-cli/install.sh +0 -0
- package/karnel/tools/ai/mistral-vibe/install.sh +4 -1
- package/karnel/tools/ai/odysseus/install.sh +247 -55
- package/karnel/tools/ai/oh-my-pi/bin/omp.proot +22 -0
- package/karnel/tools/ai/ollama/install.sh +0 -0
- package/karnel/tools/ai/omni-route/install.sh +63 -50
- package/karnel/tools/ai/openclaude/install.sh +0 -0
- package/karnel/tools/ai/openclaw/install.sh +4 -1
- package/karnel/tools/ai/opencode/bin/opencode.proot +22 -0
- package/karnel/tools/ai/opencode/install.sh +0 -0
- package/karnel/tools/ai/openspec/install.sh +1 -1
- package/karnel/tools/ai/pi/install.sh +0 -0
- package/karnel/tools/ai/qoder/README.md +1 -1
- package/karnel/tools/ai/qoder/bin/qodercli.proot +22 -0
- package/karnel/tools/ai/qwen-code/install.sh +0 -0
- package/karnel/tools/ai/walkie/README.md +84 -0
- package/karnel/tools/ai/walkie/bin/walkie +29 -0
- package/karnel/tools/ai/walkie/install.sh +660 -0
- package/karnel/tools/ai/walkie/patches/network-interfaces.js +71 -0
- package/karnel/tools/ai/walkie/patches/patch-agents.js +191 -0
- package/karnel/tools/ai/walkie/patches/patch-members.js +169 -0
- package/karnel/tools/ai/walkie/patches/patch-mention-only.js +89 -0
- package/karnel/tools/auto/n8n/install.sh +0 -0
- package/karnel/tools/db/mariadb/install.sh +0 -0
- package/karnel/tools/db/mongodb/install.sh +0 -0
- package/karnel/tools/db/postgresql/install.sh +0 -0
- package/karnel/tools/db/redis/install.sh +0 -0
- package/karnel/tools/db/sqlite/install.sh +0 -0
- package/karnel/tools/deploy/netlify/install.sh +0 -0
- package/karnel/tools/deploy/railway/install.sh +0 -0
- package/karnel/tools/deploy/vercel/install.sh +0 -0
- package/karnel/tools/dev/bat/install.sh +0 -0
- package/karnel/tools/dev/bc/install.sh +0 -0
- package/karnel/tools/dev/cloudflared/install.sh +0 -0
- package/karnel/tools/dev/curl/install.sh +0 -0
- package/karnel/tools/dev/fzf/install.sh +0 -0
- package/karnel/tools/dev/gh/install.sh +0 -0
- package/karnel/tools/dev/html2text/install.sh +0 -0
- package/karnel/tools/dev/imagemagick/install.sh +0 -0
- package/karnel/tools/dev/jq/install.sh +0 -0
- package/karnel/tools/dev/lsd/install.sh +0 -0
- package/karnel/tools/dev/make/install.sh +0 -0
- package/karnel/tools/dev/ncurses/install.sh +0 -0
- package/karnel/tools/dev/openssh/install.sh +0 -0
- package/karnel/tools/dev/proot/install.sh +0 -0
- package/karnel/tools/dev/shfmt/install.sh +0 -0
- package/karnel/tools/dev/snyk/install.sh +0 -0
- package/karnel/tools/dev/tmate/install.sh +0 -0
- package/karnel/tools/dev/tmux/install.sh +0 -0
- package/karnel/tools/dev/translate/install.sh +0 -0
- package/karnel/tools/dev/tree/install.sh +0 -0
- package/karnel/tools/dev/udocker/install.sh +0 -0
- package/karnel/tools/dev/wget/install.sh +0 -0
- package/karnel/tools/editor/code-server/install.sh +0 -0
- package/karnel/tools/editor/neovim/install.sh +0 -0
- package/karnel/tools/editor/nvchad/README.md +4 -4
- package/karnel/tools/editor/nvchad/install.sh +3 -3
- package/karnel/tools/games/arcade/install.sh +0 -0
- package/karnel/tools/games/buzz/install.sh +0 -0
- package/karnel/tools/games/ctfgod/install.sh +0 -0
- package/karnel/tools/games/detective/install.sh +0 -0
- package/karnel/tools/games/pet-friends/install.sh +0 -0
- package/karnel/tools/games/tamagotchi/install.sh +0 -0
- package/karnel/tools/lang/bun/bin/bunx +0 -0
- package/karnel/tools/lang/bun/install.sh +0 -0
- package/karnel/tools/lang/clang/install.sh +0 -0
- package/karnel/tools/lang/golang/install.sh +0 -0
- package/karnel/tools/lang/nodejs/install.sh +0 -0
- package/karnel/tools/lang/perl/install.sh +0 -0
- package/karnel/tools/lang/php/install.sh +0 -0
- package/karnel/tools/lang/python/install.sh +0 -0
- package/karnel/tools/lang/rust/install.sh +0 -0
- package/karnel/tools/network/dark/install.sh +0 -0
- package/karnel/tools/network/dedsec-network/install.sh +0 -0
- package/karnel/tools/npm/live-server/install.sh +0 -0
- package/karnel/tools/npm/localtunnel/install.sh +0 -0
- package/karnel/tools/npm/markserv/install.sh +0 -0
- package/karnel/tools/npm/ncu/install.sh +0 -0
- package/karnel/tools/npm/nestjs/install.sh +0 -0
- package/karnel/tools/npm/ngrok/install.sh +0 -0
- package/karnel/tools/npm/prettier/install.sh +0 -0
- package/karnel/tools/npm/psqlformat/install.sh +0 -0
- package/karnel/tools/npm/turbopack/install.sh +0 -0
- package/karnel/tools/npm/typescript/install.sh +0 -0
- package/karnel/tools/npm/vercel/install.sh +0 -0
- package/karnel/tools/osint/robin/common.sh +0 -0
- package/karnel/tools/osint/robin/install.sh +0 -0
- package/karnel/tools/security/aircrack-ng/install.sh +0 -0
- package/karnel/tools/security/amass/install.sh +0 -0
- package/karnel/tools/security/binwalk/install.sh +0 -0
- package/karnel/tools/security/burpsuite/install.sh +0 -0
- package/karnel/tools/security/dirb/install.sh +0 -0
- package/karnel/tools/security/dnsrecon/install.sh +0 -0
- package/karnel/tools/security/enum4linux/install.sh +0 -0
- package/karnel/tools/security/exiftool/install.sh +0 -0
- package/karnel/tools/security/ffuf/install.sh +0 -0
- package/karnel/tools/security/foremost/install.sh +0 -0
- package/karnel/tools/security/gobuster/install.sh +0 -0
- package/karnel/tools/security/hashcat/install.sh +0 -0
- package/karnel/tools/security/hydra/install.sh +0 -0
- package/karnel/tools/security/john/install.sh +0 -0
- package/karnel/tools/security/masscan/install.sh +0 -0
- package/karnel/tools/security/metasploit/install.sh +0 -0
- package/karnel/tools/security/netcat/install.sh +0 -0
- package/karnel/tools/security/nikto/install.sh +0 -0
- package/karnel/tools/security/nmap/install.sh +0 -0
- package/karnel/tools/security/smbclient/install.sh +0 -0
- package/karnel/tools/security/sqlmap/install.sh +0 -0
- package/karnel/tools/security/steghide/install.sh +0 -0
- package/karnel/tools/security/subfinder/install.sh +0 -0
- package/karnel/tools/security/tcpdump/install.sh +0 -0
- package/karnel/tools/security/theharvester/install.sh +0 -0
- package/karnel/tools/security/wafw00f/install.sh +0 -0
- package/karnel/tools/security/whatweb/install.sh +0 -0
- package/karnel/tools/security/whois/install.sh +0 -0
- package/karnel/tools/security/wpscan/install.sh +0 -0
- package/karnel/tools/security/zap/install.sh +0 -0
- package/karnel/tools/shell/better-npm/install.sh +0 -0
- package/karnel/tools/shell/fzf-tab/install.sh +0 -0
- package/karnel/tools/shell/history-substring/install.sh +0 -0
- package/karnel/tools/shell/powerlevel10k/install.sh +0 -0
- package/karnel/tools/shell/you-should-use/install.sh +0 -0
- package/karnel/tools/shell/zsh-autopair/install.sh +0 -0
- package/karnel/tools/shell/zsh-autosuggestions/install.sh +0 -0
- package/karnel/tools/shell/zsh-completions/install.sh +0 -0
- package/karnel/tools/shell/zsh-defer/install.sh +0 -0
- package/karnel/tools/shell/zsh-syntax-highlighting/install.sh +0 -0
- package/karnel/tools/ui/banner/install.sh +0 -0
- package/karnel/tools/ui/cursor/install.sh +0 -0
- package/karnel/tools/ui/extra-keys/install.sh +0 -0
- package/karnel/tools/ui/font/install.sh +0 -0
- package/karnel/tools/utils/applaunch/applaunch.py +0 -0
- package/karnel/tools/utils/applaunch/install.sh +0 -0
- package/karnel/tools/utils/fconv/fconv.py +0 -0
- package/karnel/tools/utils/fconv/install.sh +0 -0
- package/karnel/tools/utils/filecheck/filecheck.py +0 -0
- package/karnel/tools/utils/filecheck/install.sh +0 -0
- package/karnel/tools/utils/httptmux/install.sh +0 -0
- package/karnel/tools/utils/notes/install.sh +0 -0
- package/karnel/tools/utils/notes/notes.py +0 -0
- package/karnel/tools/utils/passman/install.sh +0 -0
- package/karnel/tools/utils/passman/passman.py +0 -0
- package/karnel/tools/utils/qrcode/install.sh +0 -0
- package/karnel/tools/utils/qrcode/qrcode.py +0 -0
- package/karnel/tools/utils/splash/install.sh +0 -0
- package/karnel/tools/utils/splash/splash.py +0 -0
- package/karnel/tools/utils/treex/install.sh +0 -0
- package/karnel/tools/utils/treex/treex.py +0 -0
- package/karnel/tools/utils/websites/install.sh +0 -0
- package/karnel/tools/utils/websites/websites.py +0 -0
- package/karnel/tools/utils/zork/install.sh +0 -0
- package/karnel/tools/utils/zork/zork.sh +0 -0
- package/karnel/utils/agent_actions.sh +1434 -0
- package/karnel/utils/agent_llm.sh +310 -0
- package/karnel/utils/agent_markdown.sh +254 -0
- package/karnel/utils/bootstrap.sh +3 -2
- package/karnel/utils/log.sh +6 -0
- package/karnel/utils/walkie.sh +29 -0
- package/package.json +5 -1
- package/scripts/check-package.js +5 -2
- package/scripts/completion.bash +4 -4
- package/scripts/completion.zsh +4 -3
- package/karnel/RELEASE_COMMIT +0 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
10
|
<a href="https://github.com/israelmarques1024-dotcom/karnel-termux">
|
|
11
|
-
<img src="https://img.shields.io/badge/version-4.
|
|
11
|
+
<img src="https://img.shields.io/badge/version-4.16.1-0078D4?style=for-the-badge" alt="Version">
|
|
12
12
|
</a>
|
|
13
13
|
<a href="https://www.npmjs.com/package/karnel-termux">
|
|
14
14
|
<img src="https://img.shields.io/npm/v/karnel-termux?style=for-the-badge&logo=npm&color=cb3837" alt="npm">
|
|
@@ -25,6 +25,9 @@
|
|
|
25
25
|
<a href="https://karneltermux.vercel.app">
|
|
26
26
|
<img src="https://img.shields.io/badge/Site-karneltermux.vercel.app-0078D4?style=for-the-badge" alt="Website">
|
|
27
27
|
</a>
|
|
28
|
+
<a href="https://www.youtube.com/@capideb">
|
|
29
|
+
<img src="https://img.shields.io/badge/YouTube-Capi.deb-FF0000?style=for-the-badge&logo=youtube&logoColor=white" alt="YouTube — Capi.deb">
|
|
30
|
+
</a>
|
|
28
31
|
</p>
|
|
29
32
|
|
|
30
33
|
---
|
|
@@ -33,6 +36,8 @@
|
|
|
33
36
|
|
|
34
37
|
Created by **Israel Marques**.
|
|
35
38
|
|
|
39
|
+
Core agent contributions by **devcorex**.
|
|
40
|
+
|
|
36
41
|
- **43 AI tools** — Claude, Gemini, OpenCode, Cactus, Hugging Face, Ollama, KeelCode, Goose, Factory Droid and more
|
|
37
42
|
- **8 languages** — Node.js, Python, Go, Rust, C/C++, PHP, Perl, Bun
|
|
38
43
|
- **5 databases** — PostgreSQL, MariaDB, SQLite, MongoDB, Redis
|
|
@@ -59,7 +64,7 @@ Created by **Israel Marques**.
|
|
|
59
64
|
### Via checksummed GitHub release (recommended)
|
|
60
65
|
|
|
61
66
|
```bash
|
|
62
|
-
version=4.
|
|
67
|
+
version=4.16.1
|
|
63
68
|
tmpdir=$(mktemp -d) && trap 'rm -rf "$tmpdir"' EXIT
|
|
64
69
|
base="https://github.com/israelmarques1024-dotcom/karnel-termux/releases/download/v$version"
|
|
65
70
|
curl -fsSL "$base/karnel-termux-install.sh" -o "$tmpdir/karnel-termux-install.sh"
|
|
@@ -625,8 +630,8 @@ contents. The official documentation site validates its catalog contracts,
|
|
|
625
630
|
TypeScript, formatting, tests, and production build.
|
|
626
631
|
|
|
627
632
|
These checks do not install every external tool or prove behavior on every Android
|
|
628
|
-
device. Before relying on a new installer, test it in native Termux aarch64 with
|
|
629
|
-
disposable environment and verify network, storage, PRoot, and Termux:API behavior
|
|
633
|
+
device. Before relying on a new installer, test it in native Termux aarch64 with
|
|
634
|
+
a disposable environment and verify network, storage, PRoot, and Termux:API behavior
|
|
630
635
|
for your device.
|
|
631
636
|
|
|
632
637
|
---
|
|
@@ -649,4 +654,7 @@ MIT © Israel Marques
|
|
|
649
654
|
<a href="https://karneltermux.vercel.app">
|
|
650
655
|
<img src="https://img.shields.io/badge/Full%20Documentation-0078D4?style=for-the-badge" alt="Documentation">
|
|
651
656
|
</a>
|
|
657
|
+
<a href="https://www.youtube.com/@capideb">
|
|
658
|
+
<img src="https://img.shields.io/badge/YouTube-Capi.deb-FF0000?style=for-the-badge&logo=youtube&logoColor=white" alt="YouTube — Capi.deb">
|
|
659
|
+
</a>
|
|
652
660
|
</p>
|
package/docs/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# Documentation Changelog
|
|
2
2
|
|
|
3
|
+
## 4.16.1 - 2026-08-22
|
|
4
|
+
|
|
5
|
+
- `karnel agent ask/run`: when the model endpoint is unreachable and Cactus is
|
|
6
|
+
not installed, the agent now says so explicitly and offers to install Cactus
|
|
7
|
+
on the spot (`karnel install ai --cactus`) instead of printing a generic
|
|
8
|
+
"start your server" hint that referenced a binary the user did not have.
|
|
9
|
+
- Cactus glibc installer: fresh installs are now pinned to the tested
|
|
10
|
+
`cactus-compute` version (2.0.1) — the previous unpinned spec silently pulled
|
|
11
|
+
2.1.x with a ~1.5 GB torch/CUDA dependency chain; updates keep the
|
|
12
|
+
`>=2,<3` range used by the proot path.
|
|
13
|
+
- Cactus glibc installer: pip output is now streamed live (and mirrored to the
|
|
14
|
+
install log) instead of being hidden behind an indeterminate spinner, which
|
|
15
|
+
made multi-minute downloads look frozen.
|
|
16
|
+
- Credits: devcorex credited as a core agent contributor in `karnel agent`
|
|
17
|
+
help/REPL screens and project READMEs.
|
|
18
|
+
|
|
19
|
+
## 4.16.0 - 2026-08-20
|
|
20
|
+
|
|
21
|
+
- Rebranded fully to Karnel: removed every remaining reference to DevCoreX and
|
|
22
|
+
core-termux across contributors, CLI `open` targets, completions, docs and
|
|
23
|
+
agent utilities.
|
|
24
|
+
- `nvchad` editor tool now installs the official upstream `NvChad/starter`
|
|
25
|
+
(pinned to a reviewed commit) instead of a third-party fork.
|
|
26
|
+
- Added the `karnel agent` subsystem (agent.sh, agent_actions.sh, agent_llm.sh,
|
|
27
|
+
agent_markdown.sh) with voice, markdown and LLM helper utilities.
|
|
28
|
+
- Hardened AI installers: cursor-cli (atomic staging download + ownership
|
|
29
|
+
markers), walkie, codegraph (correct Termux shebang), engram, gentle-ai,
|
|
30
|
+
command-code, ctx7, openspec, freebuff, hermes-agent, mistral-vibe, openclaw
|
|
31
|
+
and hugging-face (pinned dependency).
|
|
32
|
+
- Supply-chain tests now accept non-executable asset modes (644/660/664) so the
|
|
33
|
+
suite passes on Android shared storage, and the package checker handles the
|
|
34
|
+
npm >= 12 object-shaped pack report.
|
|
35
|
+
- AI registry count updated to 45 verified tools; all 26 isolated test suites
|
|
36
|
+
pass.
|
|
37
|
+
|
|
3
38
|
## 4.15.2 - 2026-08-16
|
|
4
39
|
|
|
5
40
|
- Implemented the previously missing `karnel brain add "text"` subcommand.
|
package/docs/README.md
CHANGED
|
@@ -29,3 +29,7 @@ With a single CLI (`karnel`), you can install and manage 43 AI tools, 8 language
|
|
|
29
29
|
- **[Supabase CLI](./cli/README.md#supabase--remote-project-helpers)** — `karnel supabase` remote-project helpers
|
|
30
30
|
- **[Architecture](./ARCHITECTURE.md)** — Project structure, module system, import mechanism
|
|
31
31
|
- **[Changelog](./CHANGELOG.md)** — Version history, bug fixes, known issues
|
|
32
|
+
|
|
33
|
+
## Credits
|
|
34
|
+
|
|
35
|
+
Created by **Israel Marques**. Core agent contributions by **devcorex**.
|
package/docs/cli/README.md
CHANGED
|
@@ -104,7 +104,6 @@ Performs `uninstall` followed by `install` for the selected module or tools.
|
|
|
104
104
|
karnel update <module> # Update all tools in a module
|
|
105
105
|
karnel update <module> --tool1 # Update specific tools
|
|
106
106
|
karnel update karnel # Update the Karnel-Termux package only
|
|
107
|
-
karnel update core # Same as karnel update karnel
|
|
108
107
|
```
|
|
109
108
|
|
|
110
109
|
`karnel update karnel` first downloads and runs the official installer with
|
package/install.sh
CHANGED
|
File without changes
|
package/karnel/bin/karnel
CHANGED
|
File without changes
|