v0.1.3
Some checks failed
Build and Publish APK Package / build-apk (arm64, aarch64) (push) Has been cancelled
Build and Publish APK Package / build-apk (amd64, x86_64) (push) Has been cancelled
Build and Push Docker Container / build-and-push (push) Successful in 17m44s
Build and Publish Arch Package / build-arch (amd64, x86_64) (push) Failing after 58s
Build and Publish Arch Package / build-arch (arm64, aarch64) (push) Failing after 1m0s
Axolotl
CLI-native issue tracker for you and your agents. Single binary, SQLite-backed, a few lines of Go.
Install
Alpine Linux (apk): Download from the Gitea package registry. Have a look here.
Arch Linux (pacman): Download from the Gitea package registry. Have a look here.
From source:
go build -o ax ./src
Docker (server mode):
docker run -v ./data:/data g.eliaskohout.de/eliaskohout/axolotl-server:latest
Packages are built automatically on every version tag for linux/amd64 and linux/arm64.
Quick Start
ax init . # create .ax.db in current dir
ax add "Fix login bug" --prio high # create an issue
ax list --status open # list open issues
ax show abc12 # show issue details
ax update abc12 --status done # close issue
ax inbox # your @mention inbox
Key Features
- Graph relations —
blocks,subtask,related,assignee - Namespaces — organize issues by project or team
- Permissions — per-node access control (
can_read,can_write,has_ownership) - Aliases — custom shortcuts with
$me,$1,$@expansion - JSON output —
--jsonflag on all commands for agent integration - Multiuser —
@mentionauto-creates inbox entries;AX_USERto switch users - Server mode — HTTP JSON API with optional OIDC authentication (
ax serve/ax login) - Portable — single
.ax.dbfile, no server required
For full command reference and examples, see USAGE.md.
License
MIT
Description
Languages
Go
98.7%
Shell
1%
Dockerfile
0.3%