~/.aster.
What it does
- Chats about your code with the full repository in reach: file search, content search, language-server navigation, and document reading.
- Edits and runs under a permission mode from
plan(look, do not touch) toyolo(no rules, no sandbox), with a rule language for everything between. - Reviews diffs with a hypothesize-then-verify pipeline that tries to refute each finding before reporting it, and posts the result to a PR on request.
- Remembers across sessions: project facts always in context, named blocks read on demand.
- Extends with skills, plugins, and MCP servers, and fans work out to sub-agents.
- Runs on a schedule or over Telegram, headless, with the same config.
Where to go next
- Getting started installs Aster and connects a model.
- Chat covers the TUI, keys, and slash commands.
- Permissions explains the modes and the rule language.
- Configuration is the complete
aster.yamlreference.
Where things live
Aster is open source at
github.com/Zfinix/aster. These docs are open
too, at github.com/Zfinix/aster-docs.