by Kuddev
AI-native, GPU-accelerated terminal emulator for Windows with SSH, persistent sessions, split panes, and first-class AI CLI workflows.
# Add to your Claude Code skills
git clone https://github.com/Kuddev/pebrelGuides for using cli tools skills like pebrel.
Last scanned: 9/7/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-09-07T08:57:19.741Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}pebrel is an open-source cli tools skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Kuddev. AI-native, GPU-accelerated terminal emulator for Windows with SSH, persistent sessions, split panes, and first-class AI CLI workflows. It has 663 GitHub stars.
Yes. pebrel passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Kuddev/pebrel" and add it to your Claude Code skills directory (see the Installation section above).
pebrel is primarily written in Rust. It is open-source under Kuddev on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other CLI Tools skills you can browse and compare side by side. Open the CLI Tools category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh pebrel against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Pebrel (formerly Nebula) is a terminal emulator for Windows, built in Rust on a GPU-accelerated rendering core and designed around one idea: your terminal sessions are too valuable to die with a window. It pairs a tmux-style resident session model with a glass UI, an AI-CLI-aware sidebar, and a shell experience that works without extra setup.
Sessions that survive
claude, builds, SSH sessions) keeps running in a
resident process. Launch Nebula again and the window re-attaches — same
processes, same scrollback, mid-conversation.Built for AI-CLI workflows
claude shows the
actual Anthropic starburst; codex shows the OpenAI blossom, tinted to the
theme. Other programs get Nerd Font icons (gemini, copilot, git,
vim, cargo, …).nebula-hook.exe, dependency-free): prompt submitted → spinner; turn
finished → dot + toast; Claude needs your input → toast carrying the actual
message text. Delivered over a local named pipe, with no shell integration
required.nebula setup-ai --remove
undoes everything.--chain) instead of stealing it, so a pre-existing
notifier keeps firing.~/.ssh/config;
authentication supports standard private keys and certificates, encrypted-key
passphrases, Windows Credential Manager passwords, and keyboard-interactive/MFA.
Accepted host keys use the standard known_hosts store, and additional tabs
reuse an already authenticated
connection to the same user@host:port for a faster second shell.nebula ssh compatibility command remains available for forwarding,
query and explicit-command forms that need the system SSH client.Performance & correctness
NEBULA_BOOT_TRACE=1); no shell profile is loaded and history loads
lazily.Shell experience
→ or Tab.%APPDATA%\Nebula, shared across sessions, with prefix hints.cd D:/Program Files just works, bare
$env:KEY=value assignments are auto-quoted, ls gets colors and
clickable OSC 8 hyperlinks.Markdown that renders like GitHub
http(s) URLs, data: URIs, absolute
paths, and paths relative to the document all resolve, so badge rows, logos,
and embedded screenshots land exactly where the file puts them. The
screenshot above is Nebula rendering its own README.<p align="center"> centres its
content, several <img> badges in one paragraph stay on a single row instead
of breaking into separate blocks, <br/> breaks in document order, and
<a><img/></a> link badges survive as clickable images.Documents & native mathematics
$...$ and display $$...$$ formulas
are parsed and laid out entirely in Rust, then drawn through cached Latin
Modern Math glyphs and GPU rule quads. Fractions, radicals, scripts, limits,
integrals, matrices, scalable delimiters, Greek letters, and common symbols
render without a WebView, JavaScript runtime, or external TeX process.Interface