Skip to main content

Console utility for integrating artificial intelligence into a Linux terminal.

Project description

AI-eBash

Python Version License: MIT PyPI Version GitHub Stars

Console utility for integrating artificial intelligence into your terminal. Ask AI questions and execute suggested scripts and commands directly from the command line. Perfect for beginners in Linux and Windows administration.

🌍 Available in: English | Русский

Table of Contents

Features

  • Fast AI Queries - Get instant responses from AI models through the command line
  • Interactive Dialog Mode - Chat with AI in dialog mode with conversation context preservation
  • Code Execution - Execute scripts and commands suggested by AI
  • User-Friendly Interface - Formatted output with syntax highlighting
  • Multiple AI Providers - Support for OpenAI, Anthropic and other providers
  • Localization Ready - Support for multiple languages (in development)

Installation

Linux (pipx)

Recommended installation method for Linux

  1. Install pipx (if not already installed):

    sudo apt update
    sudo apt install pipx python3-venv -y
    pipx ensurepath
    
  2. Restart your terminal

  3. Install AI-eBash:

    pipx install ai-ebash
    

Note: If pipx doesn't work, you can install via pip:

pip install ai-ebash

Linux (DEB Package)

  1. Download the latest DEB package:

    wget -qO ai-ebash.deb $(wget -qO- https://api.github.com/repos/Vivatist/ai-ebash/releases/latest \
      | grep "browser_download_url.*\.deb" | cut -d '"' -f 4)
    
  2. Install the package:

    sudo dpkg -i ./ai-ebash.deb
    sudo apt-get install -f -y
    
  3. Restart your terminal

Windows (Experimental)

  1. Install Python 3.11+ (if not already installed)

  2. Install AI-eBash:

    pip install ai-ebash
    
  3. Restart your terminal

Uninstall

To completely remove the utility:

If installed via pipx

pipx uninstall ai-ebash

If installed via DEB package

sudo apt remove python3-ai-ebash
# Or for complete deletion, including configuration files:
sudo apt purge python3-ai-ebash

or you can also use dpkg.:

sudo dpkg -r python3-ai-ebash
# Or for complete deletion, including configuration files:
sudo dpkg -P python3-ai-ebash

If installed via Windows:

pip uninstall ai-ebash

Usage

Basic Usage

# Simple question
ai What's today's date?

# Get help
ai --help

Dialog Mode

# Start interactive conversation
ai -d "Help me learn Python"

# In dialog mode you can:
# - Ask clarifying questions
# - Execute code blocks suggested by AI
# - Get command explanations

Code Execution

In dialog mode, AI responses may contain executable code blocks:

ai -d Show how to create a Python script

Then execute the suggested code by entering the block number:

[Code #1]

print("Hello, World!")

Configuration

Initial Setup

Run the setup mode to configure your AI provider:

ai -s

Supported AI Providers

  • OpenAI (GPT-3.5, GPT-4)
  • Anthropic (Claude)
  • OpenRouter (Multiple models)
  • Local Models (Ollama, LM Studio)

Configuration File

Settings are stored in:

  • Linux: ~/.config/ai-ebash/config.json
  • Windows: %APPDATA%\ai-ebash\config.json

Security

[!WARNING] Never execute code from untrusted sources without verification!

Best Practices

  1. Verify code before execution

    # Always check what AI suggests
    ai "Delete all files from /tmp"  # Don't execute this blindly!
    
  2. Use safe commands

    # Prefer these instead of destructive operations
    ai Show disk usage
    ai Show running processes
    

Contributing

I'd be happy to have your help! Here's how to get started:

Development Environment Setup

  1. Fork the repository

  2. Clone your fork:

    git clone https://github.com/your-username/ai-ebash.git
    cd ai-ebash
    
  3. Set up development environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    pip install -r requirements.txt
    pip install -e .
    

Contribution Guidelines

  • 📝 Code Style: Follow PEP 8
  • 🧪 Testing: Add tests for new features
  • 📚 Documentation: Update README for new features
  • 🔄 Pull Requests: Use clear commit messages

Areas for Contribution

  • 🌍 Localization - Add support for new languages
  • 🤖 AI Providers - Integrate new AI services
  • 🎨 UI/UX - Improve terminal interface
  • 📊 Analytics - Add usage statistics

License

This project is licensed under the MIT License.

Contacts


Made with ❤️ for the Linux community

⭐ Star on GitHub🐛 Report issues💬 Join discussions

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_ebash-0.4.19.tar.gz (33.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ai_ebash-0.4.19-py3-none-any.whl (26.7 kB view details)

Uploaded Python 3

File details

Details for the file ai_ebash-0.4.19.tar.gz.

File metadata

  • Download URL: ai_ebash-0.4.19.tar.gz
  • Upload date:
  • Size: 33.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ai_ebash-0.4.19.tar.gz
Algorithm Hash digest
SHA256 ac63f1d25c043199aa6520b1b1b9912938eb911f1c46d15c09bd1828ae27e387
MD5 ca0b9297eecff4d89c5698899fb4065e
BLAKE2b-256 fefc4fad52cc72abcd05c69a7bf84e10d8c53638e6360f804f5cb14526fde3de

See more details on using hashes here.

File details

Details for the file ai_ebash-0.4.19-py3-none-any.whl.

File metadata

  • Download URL: ai_ebash-0.4.19-py3-none-any.whl
  • Upload date:
  • Size: 26.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ai_ebash-0.4.19-py3-none-any.whl
Algorithm Hash digest
SHA256 0dd36673d07f796306c3e44dc0fb8ce47d0762c9ab6535454f4960fbef25359e
MD5 ae6dc887f4a4edf6f633e08f37736b92
BLAKE2b-256 4f32b73641d30e73b511d46a289ca9536595f8746a71de210a24d32c79e1d41c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page