Aye Chat: AI-powered terminal workspace
63
stars
1,022
commits
Python
primary language
Sep 5, 2026
updated
Your terminal, but with AI. Edit files, run commands, chat with AI - all in one session.
$ pip install ayechat
$ aye chat # Start in any project
macOS (Homebrew):
brew tap acrotron/aye-chat
brew install aye-chat
Windows (Installer):
Download and run aye-chat-setup.exe

$ aye chat
> fix the bug in server.py
✓ Fixed undefined variable on line 42
> vim server.py
[opens real vim, returns to chat after]
> refactor: make it async
✓ Updated server.py with async/await
> pytest
✗ Tests fail
> restore
✓ Reverted last changes
No copy-pasting. No context switching. AI edits your files directly.
restore command reverts any AI changes immediatelygit, pytest, even vim without leaving the chat.aye/RestoreAye Chat's restore command provides an instant and reliable safety net for any changes made by the AI. Developers can forge ahead and experiment knowing that application restore is just one simple command away.
Restore offers fine-grained control:
restore <ordinal>: Lets users revert to a specific historical snapshot (e.g., 001). This is useful for stepping back through multiple AI interactions.restore <ordinal> <file>: Allows restoring a specific file from a particular snapshot. This is incredibly powerful for selectively reverting changes without affecting other files that might have been correctly updated.Restore works best when used alongside other commands:
history: to view available snapshotsdiff: to compare current files with previous versionsThese commands provide a comprehensive system for reviewing, managing, and reverting code changes, keeping you in control.
# In your project directory:
aye chat
> refactor this to use dependency injection
> pytest
> fix what broke
> git commit -m "refactored DI"
pip install ayechataye chat in any project folderFor Windows users, the recommended way to install Aye Chat is with the official installer. It provides a standalone application that requires no manual setup.
Add the application directory to your PATHAdd 'Open Aye Chat here' to folder context menuAfter installation, you can launch Aye Chat by:
aye in any terminal.Does not require authentication
aye chat # Start chat with auto-detected files
aye chat --root ./src # Specify a different project root
aye chat --include "*.js,*.css" # Manually specify which files to include
Your input is handled in this order:
restore or model)ls -la or git status)Session & Model Control
new - Start a fresh chat sessionmodel - Select a different AI modelverbose [on|off] - Toggle verbose output on or offexit, quit, Ctrl+D - Exit the chathelp - Show available commandsReviewing & Undoing AI Changes
restore, undo - Instantly undo the last set of changes made by AIhistory - Show the history of changes made by AIdiff <file> - Compare current version against last changeShell Commands
ls -la, git status, docker psvim, nano, less, top.gitignore and .ayeignore - private files are never touched.aye/ folder~/.ayecfgAye Chat can automatically include AGENTS.md as extra system context for a repo — perfect for team conventions, architecture notes, and "how we do things here".
Discovery (first match wins):
./.aye/AGENTS.md (highest precedence).aye/AGENTS.md or AGENTS.mdTip: keep it short and actionable — it’s treated as instructions for the assistant.
See more details on https://agents.md/
The core experience is enhanced by plugins:
# Run directly without installing
nix run github:acrotron/aye-chat
# Or install to your profile
nix profile install github:acrotron/aye-chat
Aye Chat is open source! We welcome contributions.
MIT License - see LICENSE file
review the DISCLAIMER before using this software.
Ready to code with AI without leaving your terminal?
pip install ayechat && aye chat
Python
99.2%
Aye Chat: AI-powered terminal workspace
63
stars
1,022
commits
Python
primary language
Sep 5, 2026
updated
Your terminal, but with AI. Edit files, run commands, chat with AI - all in one session.
$ pip install ayechat
$ aye chat # Start in any project
macOS (Homebrew):
brew tap acrotron/aye-chat
brew install aye-chat
Windows (Installer):
Download and run aye-chat-setup.exe

$ aye chat
> fix the bug in server.py
✓ Fixed undefined variable on line 42
> vim server.py
[opens real vim, returns to chat after]
> refactor: make it async
✓ Updated server.py with async/await
> pytest
✗ Tests fail
> restore
✓ Reverted last changes
No copy-pasting. No context switching. AI edits your files directly.
restore command reverts any AI changes immediatelygit, pytest, even vim without leaving the chat.aye/RestoreAye Chat's restore command provides an instant and reliable safety net for any changes made by the AI. Developers can forge ahead and experiment knowing that application restore is just one simple command away.
Restore offers fine-grained control:
restore <ordinal>: Lets users revert to a specific historical snapshot (e.g., 001). This is useful for stepping back through multiple AI interactions.restore <ordinal> <file>: Allows restoring a specific file from a particular snapshot. This is incredibly powerful for selectively reverting changes without affecting other files that might have been correctly updated.Restore works best when used alongside other commands:
history: to view available snapshotsdiff: to compare current files with previous versionsThese commands provide a comprehensive system for reviewing, managing, and reverting code changes, keeping you in control.
# In your project directory:
aye chat
> refactor this to use dependency injection
> pytest
> fix what broke
> git commit -m "refactored DI"
pip install ayechataye chat in any project folderFor Windows users, the recommended way to install Aye Chat is with the official installer. It provides a standalone application that requires no manual setup.
Add the application directory to your PATHAdd 'Open Aye Chat here' to folder context menuAfter installation, you can launch Aye Chat by:
aye in any terminal.Does not require authentication
aye chat # Start chat with auto-detected files
aye chat --root ./src # Specify a different project root
aye chat --include "*.js,*.css" # Manually specify which files to include
Your input is handled in this order:
restore or model)ls -la or git status)Session & Model Control
new - Start a fresh chat sessionmodel - Select a different AI modelverbose [on|off] - Toggle verbose output on or offexit, quit, Ctrl+D - Exit the chathelp - Show available commandsReviewing & Undoing AI Changes
restore, undo - Instantly undo the last set of changes made by AIhistory - Show the history of changes made by AIdiff <file> - Compare current version against last changeShell Commands
ls -la, git status, docker psvim, nano, less, top.gitignore and .ayeignore - private files are never touched.aye/ folder~/.ayecfgAye Chat can automatically include AGENTS.md as extra system context for a repo — perfect for team conventions, architecture notes, and "how we do things here".
Discovery (first match wins):
./.aye/AGENTS.md (highest precedence).aye/AGENTS.md or AGENTS.mdTip: keep it short and actionable — it’s treated as instructions for the assistant.
See more details on https://agents.md/
The core experience is enhanced by plugins:
# Run directly without installing
nix run github:acrotron/aye-chat
# Or install to your profile
nix profile install github:acrotron/aye-chat
Aye Chat is open source! We welcome contributions.
MIT License - see LICENSE file
review the DISCLAIMER before using this software.
Ready to code with AI without leaving your terminal?
pip install ayechat && aye chat
Python
99.2%