Skip to content

Releases: m1chass228/pls-cli

pls v1.0.0 - Initial Release 🚀

21 Mar 09:34

Choose a tag to compare

The first stable release of pls! 🎉

A blazingly fast, context-aware AI CLI for Linux.
Written in modern C++20 with zero third-party parsing libraries.

Features in this release:

  • Zero-overhead execution: Translates natural language to bash commands instantly.
  • 🐧 OS-Aware: Automatically detects your distro and package manager (zypper, apt, pacman, dnf).
  • 👁️ Directory Context: Reads your current working directory to generate precise commands for local files.
  • 🚰 UNIX Pipes: Supports stdin to feed logs or errors directly to the AI model.
  • 📋 Wayland Native: Copies generated commands to the clipboard via wl-copy.
  • 🛡️ Interactive Execution: Use -e to prompt before executing.

How to use:

Download the binary below, make it executable, and move it to your path:

chmod +x pls-linux-amd64
sudo mv pls-linux-amd64 /usr/local/bin/pls

(Requires libcurl installed on your system).