Skip to content
GitHubDiscordSlack

Alumnium v0.16 with Android support and new AI providers

Published by Alex Rodionov's avatar Alex Rodionov
release notes

Alumnium v0.16 expands platform coverage and provider options, making AI-powered test automation more accessible and cost-effective. Highlights include native Android support via Appium, GitHub Models integration for free CI testing, and xAI’s Grok models for enhanced capabilities.

This release was made both for PyPI and NPM packages along with a Docker image for Alumnium Server.

This release introduces native Android application testing through Appium with UIAutomator2, completing Alumnium’s mobile testing capabilities alongside iOS/XCUITest support. While browser testing on Android remains a work in progress due to WebView accessibility limitations, native application automation is fully functional.

Alumnium now supports GitHub Models, enabling free AI-powered testing directly in GitHub Actions or locally with Personal Access Token. The integration is OpenAI-compatible and automatically detects when running in GitHub Actions without requiring explicit model configuration.

Key benefits include:

  • Zero cost testing - Run tests for free on GitHub Actions with a 15 RPM rate limit
  • Secure authentication - Set the GitHub token as OPENAI_API_KEY without exposing private tokens to pull requests
  • Automatic detection - Defaults to GitHub provider when running in CI without explicit configuration
  • Quick setup - Works out of the box with gpt-4o-mini model

This makes AI-powered test automation accessible to open source projects and teams looking to minimize infrastructure costs while maintaining quality standards.

The framework now includes xAI integration with support for Grok 4-fast, adding another powerful AI provider to Alumnium’s ecosystem. The implementation follows established patterns for provider integration.

Features include:

  • Native xAI provider support alongside Anthropic, OpenAI, Google, and others
  • grok-4-fast model as the default for xAI
  • Custom prompt templates optimized for all agent types
  • Provider routing and configuration in both packages

While the current implementation uses a non-reasoning model, future updates will migrate to reasoning-capable Grok variants for even more sophisticated test automation scenarios.

With Android support completing the mobile platform coverage, Alumnium now provides comprehensive automation capabilities across web, iOS, and Android platforms. The addition of GitHub Models and xAI expands provider options, giving teams flexibility to choose models based on cost, performance, and feature requirements.

We’ll be focusing on moving towards thinking models to improve accuracy along with experimenting on an Alumnium MCP server that allows general purpose agents such as Claude Code to automate web and mobile applications.