coming soon.

fxclaw status: in development

A nano self-learning autonomous agent built on top of fx.sh.

Written in Zig, compilable to WebAssembly, and extendable.

What is already inside

Credential gateway

Secrets stay out of extensions and, when enabled, out of fx itself. Credentials are injected only at approved network boundaries, with metadata-only audit records.

Telegram and Discord

In-process channels support paired Telegram chats and addressed Discord DMs and mentions, including approval buttons without exposing bot tokens to extension state.

Durable by default

An append-only journal and atomic snapshots recover sessions after restarts without putting chat content or secrets in the journal.

Self-learning memory

Session flushes and scheduled reflection curate durable notes and skills, improving the agent's working context over time.

Scheduler and heartbeat

One-shot, interval, and UTC cron tasks share the same approval policy. A quiet heartbeat stays silent when there is nothing useful to say.

Native and WebAssembly

One sans-io Zig core runs natively or as freestanding WebAssembly, with golden transcripts keeping behavior deterministic across hosts.