# Deep-ai-inc/ch.at

Universal Basic Chat

Repository: https://github.com/Deep-ai-inc/ch.at
Canonical: https://ross.abutalabs.com/products/deep-ai-inc-chat
Language: Go
License: MIT
License Family: permissive
Last push: 2026-04-03T01:56:55+00:00

## Health v2 (maintenance only)
Score: 52/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 75, release rhythm 35, longevity 31
- inputs: {"age_days": 442, "days_push": 153, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1102, forks 40 (observed 2026-08-28T04:03:35.931956+00:00)

## What it is
A lightweight LLM chat service in Go, deployable as a single static binary, accessible via web, curl, SSH, DNS TXT queries, and an OpenAI-compatible API. It stores no logs or conversations and proxies queries to providers like OpenAI, Anthropic, or local Ollama models.

## Use cases
- chat with an llm from the terminal using curl
- query a language model over dns
- self-host a privacy-focused chatgpt alternative
- openai-compatible chat api endpoint
- chat with ai over ssh
- minimal llm service with no tracking

## When to choose
- you want a tiny single-binary LLM gateway with no JavaScript or tracking
- you need LLM access from constrained environments (curl, SSH, DNS)
- you want an OpenAI-compatible endpoint you fully control

## When to avoid
- you need conversation history, accounts, or multi-user features
- you need a polished chat UI or model switching
- you can't accept that upstream LLM providers may log your queries

## Facets
- artifact type: service
- maturity: active
- function: chatbot, llm-inference, http-server, api-framework, privacy
- domain: large-language-models, chatbots, self-hosted, privacy
- platform: go, self-hosted, cli
- tags: single-binary, dns-lookup, ssh-chat, openai-compatible-api, no-javascript, minimalist, command-line, linux, web-server

## Member repositories
- Deep-ai-inc/ch.at (main) score 52

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:35.931956+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:45:35.299220+00:00, confidence not recorded.
  - readme: https://github.com/Deep-ai-inc/ch.at (fetched 2026-08-28T04:03:35.931956+00:00, sha da3073469b4e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
