Modern UI and powerful API for Ansible, Terraform/OpenTofu/Terragrunt, PowerShell and other DevOps tools. https://semaphoreui.com
  • JavaScript 57.2%
  • Go 29.6%
  • Vue 12.3%
  • Shell 0.3%
  • Dockerfile 0.2%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-11 12:40:22 +05:00
.claude agents: add docs instruction 2026-09-08 14:31:38 +05:00
.devcontainer fix: merge conflict 2026-06-18 21:01:56 +05:00
.dredd Merge branch 'develop' into sem-207-allow-template_name-when-creating-project-tasks-via-api 2026-09-09 14:09:37 +03:00
.github fix(dredd): isolate and cleanly terminate test server 2026-09-08 11:00:00 +02:00
.vscode feat(auth): verify current password to fix CWE-620 2026-07-12 16:35:43 +05:00
AGENTS refactor(ui): make code testable 2026-09-11 00:35:48 +05:00
api Merge pull request #4227 from semaphoreui/feat/session_duration_2 2026-09-11 01:57:57 +05:00
cli feat(runners): add server-side debug diagnostics 2026-09-11 01:59:30 +08:00
db feat(auth): session duration 2026-09-11 01:36:44 +05:00
db_lib Merge pull request #4089 from befika/fix/integration-extract-task-params 2026-09-11 00:55:19 +05:00
deployment ci: auto determine the branch 2026-09-04 17:16:46 +05:00
docs@afa76886f1 docs: update docs submodule 2026-09-11 01:39:54 +05:00
examples feat(auth): link LDAP/OIDC logins via external identity instead of email matching (#4025) 2026-07-14 10:14:42 +05:00
hook_helpers fix(be): move goodman import to separate package to fix tests 2021-08-27 11:58:31 +05:00
pkg Merge pull request #4222 from semaphoreui/feat/add-api-debug-logs 2026-09-11 00:08:09 +05:00
pro Merge branch 'develop' into feat/delay_node 2026-09-07 15:59:04 +05:00
pro_interfaces feat/executor image in template (#4104) 2026-07-30 16:18:06 +05:00
services feat(auth): session duration 2026-09-11 01:36:44 +05:00
test/test-cases chore: delete unused tests 2026-09-11 00:40:23 +05:00
util feat(auth): session duration 2026-09-11 01:36:44 +05:00
web Merge branch 'develop' of github.com:semaphoreui/semaphore into develop 2026-09-11 00:36:05 +05:00
.codacy.yml ci: add codacy config file and exclude dredd tests 2024-09-28 16:30:39 +05:00
.cursorignore test: rename test dir 2025-12-15 21:55:33 +05:00
.dockerignore chore: add initial dockeringore config 2024-04-28 00:10:30 +02:00
.gitignore chore: ingore unused files 2026-07-05 17:38:39 +05:00
.gitmodules feat: add docs submodule 2026-06-21 20:34:10 +05:00
.golangci.yml chore(golangci-lint): re-enable golang linter 2025-05-11 11:19:38 +08:00
.goreleaser.yml ci: GPG security@semaphoreui.com 2026-07-18 15:43:32 +05:00
AGENTS.md agents: add AGENTS.md 2026-09-08 14:35:57 +05:00
api-docs.yml Merge branch 'develop' into sem-207-allow-template_name-when-creating-project-tasks-via-api 2026-09-09 14:09:37 +03:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2024-09-26 23:39:36 +05:00
config.schema.yaml feat(auth): session duration 2026-09-11 01:36:44 +05:00
CONTRIBUTING.md Feat/k8s executor (#3949) 2026-06-13 20:57:03 +05:00
go.mod Merge pull request #4219 from semaphoreui/renovate/golang.org-x-oauth2-0.x 2026-09-10 15:46:52 +05:00
go.sum Merge pull request #4219 from semaphoreui/renovate/golang.org-x-oauth2-0.x 2026-09-10 15:46:52 +05:00
LICENSE feat(schedule): change column order 2024-06-25 01:26:21 +05:00
package-lock.json Workflows 2026-06-14 14:45:23 +05:00
qodana.yaml feat(config): add uid to process config 2025-04-17 11:54:48 +05:00
README.md docs: add RepoCloud one-click deploy button 2026-08-25 15:00:53 -07:00
renovate.json fix: add custommanager to renovate.json 2026-06-28 09:28:40 +02:00
SECURITY.md docs(security): update sla 2026-07-19 13:23:29 +05:00
Taskfile.yml feat: add repos for community and standard versions (#3376) 2025-10-27 18:02:15 +05:00
THIRD-PARTY-LICENSES.md Feat/k8s executor (#3949) 2026-06-13 20:57:03 +05:00

Semaphore UI

Modern UI for Ansible, Terraform/OpenTofu/Terragrunt, PowerShell and other DevOps tools.

Dev

responsive-ui-phone1

If your project has grown and deploying from the terminal is no longer feasible, then Semaphore UI is the tool you need.

Demo

Try Semaphore UI online

What is Semaphore UI?

Semaphore UI is a modern web interface for managing popular DevOps tools.

Semaphore UI allows you to:

  • Easily run Ansible playbooks, Terraform and OpenTofu code, as well as Bash and PowerShell scripts.
  • Receive notifications about failed tasks.
  • Control access to your deployment system.

Key Concepts

  1. Projects is a collection of related resources, configurations, and tasks.
  2. Task Templates are reusable definitions of tasks that can be executed on demand or scheduled.
  3. Task is a specific instance of a job or operation executed by Semaphore.
  4. Schedules allow you to automate task execution at specified times or intervals.
  5. Inventory is a collection of target hosts (servers, virtual machines, containers, etc.) on which tasks will be executed.
  6. Variable Group refers to a configuration context that holds sensitive information such as environment variables and secrets used by tasks during execution.

Getting Started

You can install Semaphore using the following methods:

Docker

The most popular way to install Semaphore is via Docker.

docker run -p 3000:3000 --name semaphore \
	-e SEMAPHORE_DB_DIALECT=sqlite \
	-e SEMAPHORE_ADMIN=admin \
	-e SEMAPHORE_ADMIN_PASSWORD=changeme \
	-e SEMAPHORE_ADMIN_NAME=Admin \
	-e SEMAPHORE_ADMIN_EMAIL=admin@localhost \
	-d semaphoreui/semaphore:latest

We recommend using the Container Configurator to get the ideal Docker configuration for Semaphore.

Other Installation Methods

For more installation options, visit our Installation page.

Documentation

Awesome Semaphore

A curated list of awesome things related to Semaphore UI.

Contribution

License

MIT © Denis Gukov