https://github.com/b4fun/ai
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/b4fun/ai
- Owner: b4fun
- License: mit
- Created: 2026-06-27T00:27:34.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2026-06-27T03:51:52.000Z (1 day ago)
- Last Synced: 2026-06-27T05:14:19.245Z (1 day ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@b4fun/ai
Pi in your shell.

`@b4fun/ai` is a small terminal-first wrapper around Pi for handling ad-hoc tasks from your shell with natural language.
The idea is simple: type `ai ` anywhere and keep working in place. Most quick tasks can stay in the terminal without starting the full coding agent, while still using Pi sessions, model aliases, profiles, shell integration, local config, and a quick handoff to interactive `pi` when you want the full TUI.
## Install
```bash
curl -fsSL https://raw.githubusercontent.com/b4fun/ai/main/install.sh | sh
```
## Read more
- Install: [`docs/install.md`](docs/install.md)
- Auth: [`docs/auth.md`](docs/auth.md)
- Usage: [`docs/usage.md`](docs/usage.md)
- Models and config: [`docs/models-and-config.md`](docs/models-and-config.md)
- Profiles: [`docs/profiles.md`](docs/profiles.md)
- Shell integration: [`docs/shell-integration.md`](docs/shell-integration.md)
- Sessions: [`docs/sessions.md`](docs/sessions.md)
For a full docs index, see [`docs/README.md`](docs/README.md).
## License
MIT