
Retro computing enthusiasts have always enjoyed pushing old machines beyond their original limits, and a new project called AmigaAI for AmigaOS is a great example of that spirit. The software allows classic Amiga computers to connect to modern artificial intelligence services, bringing the Claude AI model to hardware that was originally released decades ago. It’s an unusual but exciting mix of vintage computing and cutting-edge technology. AmigaAI is a native application built for AmigaOS 3.x, meaning it runs directly on classic Amiga systems rather than through emulation. The software is designed for machines equipped with a Motorola 68020 processor or better, making it compatible with many upgraded Amiga setups still used by enthusiasts today. Because classic Amiga hardware is far too limited to run AI models locally, the application works by connecting to AI services over the internet. The Amiga sends prompts online and receives responses from the AI, effectively giving users access to a modern AI assistant while still working on their original hardware.

To run the software, users need several common components that are typically part of network-enabled Amiga systems. These include the Roadshow TCP/IP stack for internet connectivity, AmiSSL v5 for secure connections, the json-c library for handling JSON data, and MUI 3.8 or newer for the graphical interface. For many Amiga users who already run their machines online, these requirements are fairly standard. One of the most interesting features of AmigaAI is its integration with ARexx, the scripting language that has long been a core part of the Amiga ecosystem. The application opens an ARexx port called AMIGAAI, allowing scripts and other programs to interact with the AI client. Through ARexx commands, users can send prompts, retrieve responses, clear conversations, switch AI models, and adjust system prompts. This makes it possible to integrate AI directly into automated workflows on the Amiga. Because ARexx allows communication between different applications, the possibilities extend beyond simple chatting with an AI. A script could ask the AI to generate text, analyze information, or provide instructions, and then trigger other programs based on the result. For example, a user could create scripts that automatically process files, generate reports, or help with writing tasks using AI assistance.

AmigaAI can also work alongside the ARexx interface built into Workbench, the Amiga’s desktop environment. Workbench scripting allows users to control windows, icons, menus, and other system functions. By combining this capability with AI prompts, users can create powerful scripts that integrate AI guidance into everyday desktop tasks. A script could ask the AI for help, interpret the response, and automatically launch programs, open folders, or perform system actions. Despite its modern functionality, the project stays true to the traditional Amiga environment. The documentation encourages users to follow authentic AmigaDOS conventions rather than assuming Unix-style commands. For example, AmigaDOS uses the wildcard #? instead of the more common asterisk, and relies on commands such as LIST, SEARCH, TYPE, and DELETE. This attention to detail helps ensure that the software feels like a natural extension of the Amiga platform rather than something awkwardly adapted from modern systems. Projects like AmigaAI highlight the creativity that continues to thrive in the retro computing community. While the Amiga platform dates back to the late 1980s, developers and enthusiasts are still finding ways to connect these classic machines with modern technologies. By linking vintage hardware to online AI services, AmigaAI demonstrates that even decades-old computers can still take part in today’s technological landscape. For fans of the Amiga and retro computing in general, the project is more than just a novelty. It shows how classic systems can remain relevant and useful with a bit of ingenuity. The Amiga may be a product of another era, but projects like AmigaAI prove that its spirit of experimentation and innovation is still very much alive today.














