https://github.com/baartch/noto
A universal note taking personal coach
https://github.com/baartch/noto
ai coaching consulting notes terminal tui
Last synced: 4 days ago
JSON representation
A universal note taking personal coach
- Host: GitHub
- URL: https://github.com/baartch/noto
- Owner: baartch
- Created: 2026-03-27T11:24:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-09T16:07:05.000Z (7 days ago)
- Last Synced: 2026-06-09T16:25:18.654Z (7 days ago)
- Topics: ai, coaching, consulting, notes, terminal, tui
- Language: Go
- Homepage:
- Size: 987 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Noto
Noto is a local-first terminal chatbot with profile-scoped memory and a consistent TUI experience.
## Getting started
### 1) Create a profile
```bash
noto profile create "My Profile"
noto profile select "My Profile"
```
### 2) Configure a provider
```bash
noto provider set \
--endpoint https://openrouter.ai/api/v1 \
--key \
--model openai/gpt-4o-mini
```
### 3) Select an embeddings model
In Settings (ctrl+j), pick **Model Embeddings** to enable memory retrieval.
Then start a chat session:
```bash
noto
```
## Version and updates
- Print current version:
```bash
noto version
```
- On startup, noto performs a non-blocking update check against GitHub Releases.
- In TUI mode, the current version is shown in the footer.