Your software architect in a box.
Architect helps developers build consistent, production-ready software with structure, standards, and automation — from the first commit to deployment.
- 📦 Scaffold projects with opinionated templates (e.g. Spring Boot, Kotlin).
- 🔐 Enforce architectural rules, code quality, and security checks.
- ⚙️ Automate CI/CD, testing, and versioning.
- 📈 Grow with your project — from local development to full cloud deployment.
Whether you're working solo or with a team, Architect helps you write better software faster.
curl -sSL https://raw.githubusercontent.com/architect-platform/architect-cli/main/.installers/bash | bash
architect engine install
architect engine start
# architet engine stop/clean
Create an architect.yml
in the root of your project:
project:
name: architect-cli
description: "A command-line architect for your projects."
plugins:
- name: gradle-architected
- name: github-architected
You can then configure the plugins either in the architect.yml
file or under the .architect
folder in any .yml
file
# .architect/gradle.yml
gradle:
projects:
- name: architect-cli
path: cli
Start building with Architect:
architect
# usage: ...
Common commands:
architect init
architect build
architect test
...