Releases: straylabs-ai/deadend-cli
Release list
Release v0.1.15
Deadend CLI v0.1.15 version
What's new
I had enough of ink. I'm sorry, too much annoying. OpenTUI is way better to implement and less buggy (should have done the whole project in Rust and ratatui since the beginning :') )
The overview of the new cool features :
- We can now switch between different types of validations (flag, judge, recon).
- Report is generated at recon end and when a vulnerability is discovered. Or when asking for a report.
- Ctrl+O to expand the tools results.
- Ctrl+T to view the tasks.
- Agentic virtual filesystem for agent memory
Installation
Download and run the install script:
curl -fsSL https://raw.githubusercontent.com/xoxruns/deadend-cli/v0.1.15/install.sh | bash -s -- --version v0.1.15Or manually extract and install:
tar -xzf deadend-<platform>-<arch>.tar.gz
cd deadend-<platform>-<arch>
sudo cp -r * /usr/local/
### Server Downloads (RPC Server)
**Linux (x86_64):**
- `deadend-linux-x86_64-unknown-linux-gnu.tar.gz`
**macOS (ARM64):**
- `deadend-macos-aarch64-apple-darwin.tar.gz`
### CLI Downloads (Interface)
**Linux (x86_64):**
- `deadend-cli-linux-x86_64.tar.gz`
**macOS (ARM64):**
- `deadend-cli-macos-aarch64.tar.gz`
Hope you enjoy the new release, let me know if this works for macos and linuxRelease v0.1.4
Deadend CLI v0.1.4 Stable version;
Server Downloads (RPC Server)
Linux (x86_64):
deadend-linux-x86_64-unknown-linux-gnu.tar.gz
macOS (ARM64):
deadend-macos-aarch64-apple-darwin.tar.gz
CLI Downloads (Interface)
Linux (x86_64):
deadend-cli-linux-x86_64.tar.gz
macOS (ARM64):
deadend-cli-macos-aarch64.tar.gz
Installation
Download and run the install script:
curl -fsSL https://raw.githubusercontent.com/xoxruns/deadend-cli/v0.1.4/install.sh | bash -s -- --version v0.1.4Or manually extract and install:
tar -xzf deadend-<platform>-<arch>.tar.gz
cd deadend-<platform>-<arch>
sudo cp -r * /usr/local/
Hope you enjoy the new release, let me know if this works for macos and linuxRelease v0.1.3
Deadend CLI v0.1.3 Stable version;
Server Downloads (RPC Server)
Linux (x86_64):
deadend-linux-x86_64-unknown-linux-gnu.tar.gz
macOS (ARM64):
deadend-macos-aarch64-apple-darwin.tar.gz
CLI Downloads (Interface)
Linux (x86_64):
deadend-cli-linux-x86_64.tar.gz
macOS (ARM64):
deadend-cli-macos-aarch64.tar.gz
Installation
Download and run the install script:
curl -fsSL https://raw.githubusercontent.com/xoxruns/deadend-cli/v0.1.3/install.sh | bash -s -- --version v0.1.3Or manually extract and install:
tar -xzf deadend-<platform>-<arch>.tar.gz
cd deadend-<platform>-<arch>
sudo cp -r * /usr/local/
Hope you enjoy the new release, let me know if this works for macos and linuxRelease v0.1.2
Deadend CLI v0.1.2 Stable version;
Server Downloads (RPC Server)
Linux (x86_64):
deadend-linux-x86_64-unknown-linux-gnu.tar.gz
macOS (ARM64):
deadend-macos-aarch64-apple-darwin.tar.gz
CLI Downloads (Interface)
Linux (x86_64):
deadend-cli-linux-x86_64.tar.gz
macOS (ARM64):
deadend-cli-macos-aarch64.tar.gz
Installation
Download and run the install script:
curl -fsSL https://raw.githubusercontent.com/xoxruns/deadend-cli/v0.1.2/install.sh | bash -s -- --version v0.1.2Or manually extract and install:
tar -xzf deadend-<platform>-<arch>.tar.gz
cd deadend-<platform>-<arch>
sudo cp -r * /usr/local/
Hope you enjoy the new release, let me know if this works for macos and linuxRelease v0.1.1
Deadend CLI v0.1.1 Stable version;
Server Downloads (RPC Server)
Linux (x86_64):
deadend-linux-x86_64-unknown-linux-gnu.tar.gz
macOS (ARM64):
deadend-macos-aarch64-apple-darwin.tar.gz
CLI Downloads (Interface)
Linux (x86_64):
deadend-cli-linux-x86_64.tar.gz
macOS (ARM64):
deadend-cli-macos-aarch64.tar.gz
Installation
Download and run the install script:
curl -fsSL https://raw.githubusercontent.com/xoxruns/deadend-cli/v0.1.1/install.sh | bash -s -- --version v0.1.1Or manually extract and install:
tar -xzf deadend-<platform>-<arch>.tar.gz
cd deadend-<platform>-<arch>
sudo cp -r * /usr/local/
Hope you enjoy the new release, let me know if this works for macos and linuxRelease v0.1.0
Deadend CLI v0.1.0 Stable version;
Server Downloads (RPC Server)
Linux (x86_64):
deadend-linux-x86_64-unknown-linux-gnu.tar.gz
macOS (ARM64):
deadend-macos-aarch64-apple-darwin.tar.gz
CLI Downloads (Interface)
Linux (x86_64):
deadend-cli-linux-x86_64.tar.gz
macOS (ARM64):
deadend-cli-macos-aarch64.tar.gz
Installation
Download and run the install script:
curl -fsSL https://raw.githubusercontent.com/xoxruns/deadend-cli/v0.1.0/install.sh | bash -s -- --version v0.1.0Or manually extract and install:
tar -xzf deadend-<platform>-<arch>.tar.gz
cd deadend-<platform>-<arch>
sudo cp -r * /usr/local/
Hope you enjoy the new release, let me know if this works for macos and linuxFirst release
This is the first working release of the deadend Agent.
A lot of interesting things are more to come.
Here is the principal changes :
- Correction of tools that were not working.
- Adding a robust local vector database for rag.
- Enhancing the CLI that is now more usable and interactive.
- Adding more interesting tools and sandbox shell for more tooling.
- Adding Knowledge base that integrates Markdown into the RAG for better usage of the agent.
Cheers,