https://github.com/pharo-llm/chatpharo
ChatPharo is an AI Assistant inside Pharo
https://github.com/pharo-llm/chatpharo
pharo pharo-llm
Last synced: 2 months ago
JSON representation
ChatPharo is an AI Assistant inside Pharo
- Host: GitHub
- URL: https://github.com/pharo-llm/chatpharo
- Owner: pharo-llm
- License: mit
- Created: 2025-01-08T20:58:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-08T08:54:49.000Z (2 months ago)
- Last Synced: 2026-04-08T10:27:41.256Z (2 months ago)
- Topics: pharo, pharo-llm
- Language: Smalltalk
- Homepage: https://pharo-llm.github.io/chatpharo/
- Size: 3.05 MB
- Stars: 25
- Watchers: 5
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
- Agents: docs/agents.md
Awesome Lists containing this project
- awesome-pharo-ml - ChatPharo - plugin to communicate with language models directly from Pharo. (Large Language Models)
README
# ChatPharo
[](https://github.com/pharo-llm/chatpharo)
[](https://github.com/pharo-llm/chatpharo/blob/master/LICENSE)
[](https://github.com/pharo-llm/chatpharo/pulls)
[](https://github.com/pharo-llm/chatpharo)
[](https://github.com/pharo-llm/chatpharo/actions/workflows/CI.yml)
ChatPharo is designed to integrate AI/chat functionality into the Pharo environment. This plugin allows you to communicate with language models directly from Pharo.
To install stable version of `ChatPharo` in your image you can use:
```smalltalk
Metacello new
githubUser: 'pharo-llm' project: 'chatpharo' commitish: 'X.X.X' path: 'src';
baseline: 'AIChatPharo';
load
```
For development version install it with this:
```smalltalk
Metacello new
githubUser: 'pharo-llm' project: 'chatpharo' commitish: 'main' path: 'src';
baseline: 'AIChatPharo';
load.
```
# UI - Temporary ChatPharo

# UI - ChatPharo \& inside System Browser