Software : : AI4MorphOS 1.0 — a native AI client and agent for MorphOS
Posted By: stefkos. on 2026/9/3 17:42:40
AI4MorphOS is a native AI client and tool-using agent for MorphOS on PPC. Chat with Claude or any OpenAI-compatible model — or switch on the agent and let it read, write and run things on your MorphOS, safely, with per-folder approvals. It's written in C with MUI, doing HTTPS through the SDK's OpenSSL + libcurl. Everything runs locally on your box; only the API calls leave the machine.

Highlights

Multi-provider — Anthropic (Claude) natively, plus any OpenAI-compatible endpoint (OpenAI, DeepSeek, OpenRouter and more); pick provider & model in the top bar.
Agent mode — a ReAct tool loop that works the same on every provider: list_dir, read_file, write_file, search, replace_in_file, run, web_fetch, remember — several tools per turn, with targeted edits instead of rewriting whole files.
Safe by default — file tools confined to a working directory; anything outside prompts Yes / Session / Always / No, every action goes to an audit log, and there's a Stop button and a step limit.
Sessions, memo & tool cache — conversations auto-save (each with its own working dir), a Markdown memory (global and per-project) is injected every turn, and the agent caches where it found the compiler and other tools.
Native MUI chat & input — selectable, copyable chat with a copy glyph per code block, live token-by-token streaming with auto-compaction, slash commands (/help, /new, /model, /remember…), and an ARexx port so other programs can drive the AI.

Requirements: MorphOS on PPC, an internet connection, and an API key for your provider (Anthropic or an OpenAI-compatible service).

Download (v1.0, native PPC): https://www.rorbit.pl/pages/ai4morphos

By Paweł 'Stefkos' Stefański. Use at your own risk — agent mode can read/write files and run commands, so keep backups and work in a safe directory.