An open API service indexing awesome lists of open source software.

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

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.