Bast is an open-source CLI that enhances AI-driven terminal activities with robust security features. It seamlessly integrates with the Bastio AI Security Gateway, ensuring sensitive data is protected before it reaches large language models. Enjoy 100,000 free requests monthly, automatic PII redaction, and effective jailbreak protection.
Bast is an innovative open-source Command Line Interface (CLI) designed to enhance security during AI-powered terminal operations. It seamlessly integrates with the Bastio AI Security Gateway, ensuring that sensitive data is safeguarded before being processed by language models (LLMs).
@syntax, like @README.md, for analysis by the AI./agent command for a more dynamic interaction.bast fix feature to analyze failed commands and receive suggestions for resolution.bast explain to pipe command output for further AI explanations and analyses.Setting up Bast is straightforward:
# Install bast
curl -fsSL https://raw.githubusercontent.com/bastio-ai/bast/main/scripts/install.sh | sh
# Initialize setup wizard
bast init
Through the configuration wizard, users can easily connect to the Bastio platform or the Anthropic API (if preferred), securely store API keys, and set their preferences.
Efficiently generate and run commands from natural language:
$ bast run
> find all go files modified in the last week
find . -name "*.go" -mtime -7
Users can explore commands before execution, inquire about system status, or access explanations of commands directly from the CLI.
With Bast, developers gain an indispensable tool that not only simplifies terminal operations but also fortifies them against potential security risks, making it an essential addition for anyone engaged in AI-driven software development.
No comments yet.
Sign in to be the first to comment.