A8S logo
Docs
DeploymentList and search/filter all active deployments, including failed ones.
MonitoringVisualize project usage and display alerts.
TUIControl the full platform from the terminal using the platform TUI.
Artifact RegistryEvery build pushes a versioned Docker image to goHarbor.
PricingAboutContact
A8S logo

From code to production in one click.

Explore

  • Home
  • Features
  • Doc
  • About Us

Contact

Street 273, Phnom Penh, Cambodia

autonomous.istad@gmail.com(+855) 12 740 222

Address

ISTAD logo

Street 273, Phnom Penh, Cambodia

© 2026 A8S. All rights reserved.

Built by ISTAD students · Sponsored by ISTAD Cambodia

Build DebugDeploy Application.

Run the full A8S workflow from your terminal with one clean TUI for authentication, setup, secrets, logs, rollout tracking, and instant recovery.

Contact TeamBack Home
AUTONOMOUS
AUTONOMOUS
AUTONOMOUS
>
→ Login with Keycloak|
>
x Quit|
*Press enter to authenticate with Keycloak

Install A8S TUIand get started fast

Install the A8S TUI using your preferred package manager, Homebrew, or Go. Run the terminal UI in seconds and start managing deployments from the command line.

Installation Options

Choose an installation method, run the TUI, then authenticate and start managing projects from the terminal.

Node.js package

NPM installation

Run instantly with npx or install globally using npm. The package automatically downloads and launches the correct native binary for your platform.

terminal
$npx a8s-tui
iRun the command above to get started instantly — no additional setup required.

Operate releasesentirely in the TUI

Manage deployments, redeploys, rollbacks, and logs through an interactive terminal UI where you TUIck and navigate instead of typing commands.

Triggered via TUI selection.
Primary flow

Deploy application

Start a deployment by selecting the target environment and action directly inside the TUI without typing commands.

Release path
Select environment
prod / staging / dev (navigate and select)
Trigger deployment
select deploy action in TUI
Monitor rollout
live status, logs, health

Redeploy service

One-TUIck redeploy in TUI.

Select the last deployment and trigger a redeploy instantly using the interactive TUI interface.

Rollback version

Interactive rollback selection.

Choose a previous release from a list and confirm rollback directly inside the TUI.

View logs

Interactive log explorer.

Open a live log viewer in the TUI with scroll, filter, and search capabilities for debugging.

From commit to productionin four steps

A8S turns the release flow into an interactive terminal UI where you navigate, select, and confirm each step with confidence.

1

Authenticate

Connect your workspace and select the correct project context in the TUI before starting any release actions.

Open Auth → Login
2

Initialize App

Set up your application in the TUI by pasting a Git repository URL. The system automatically clones and prepares the project configuration.

Paste Git URL → https://github.com/user/api-service.git
3

Set Secrets

Manage environment variables in the TUI and apply configuration needed for deployments without manual command entry.

Open: Secrets Manager
4

Deploy & Monitor

Start deployment from the TUI, then watch rollout progress and live logs in the same interface until the service is healthy.

Click: Deploy