awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
basecamp avatar

basecamp/omarchy

0
View on GitHub↗
20,253 stars·2,002 forks·Shell·mit·19 viewsomarchy.org↗

Omarchy

Omarchy is a directory structure orchestrator that automates the provisioning and maintenance of file system hierarchies. By utilizing declarative configuration files, it allows users to define a desired workspace layout that serves as a single source of truth, ensuring that local development environments remain consistent and reproducible across distributed teams.

The tool functions as an infrastructure-as-code utility for local environments, employing idempotent reconciliation to compare the current file system state against the defined configuration. It automatically applies only the necessary changes to align the workspace with the target state, effectively managing complex, nested directory trees through a recursive traversal engine.

Beyond basic directory management, the system provides a platform-agnostic abstraction layer that enables standardized environment setup across different host operating systems. This approach supports the synchronization of workspace layouts and the automated configuration of necessary tools, facilitating uniform development standards regardless of the underlying hardware.

Features

  • Directory Configurations - Orchestrates consistent file system hierarchies across local development environments using declarative configuration.
  • File System Workspaces - Provides a command-line interface to ensure local workspaces align with version-controlled directory standards.
  • Infrastructure as Code Tools - Automates the provisioning and synchronization of standardized directory layouts for distributed teams.
  • Environment Provisioning Tools - Automates the setup and standardization of local development environments using declarative configuration files.
  • Infrastructure Reconciliation Engines - The system compares the current directory state against the configuration and applies only the necessary changes to reach the target state.
  • Infrastructure as Code - Manages local development environments through version-controlled configuration files to ensure team-wide consistency.
  • Development Environment Standardization - Enforces consistent folder structures and file organization across team development machines.
  • Declarative Reconciliation Engines - Continuously compares the current file system state against a desired configuration to apply necessary updates.
  • Automated System Provisioning - Automates the provisioning of complex file system hierarchies based on centralized configuration files.
  • Infrastructure-as-Code Workflows - Implements declarative workflows for managing local development environment standards.
  • Declarative Configuration Systems - Uses structured configuration files to define the desired state of the local file system hierarchy.
  • Cross-Machine Configuration Synchronization - Synchronizes directory layouts across multiple machines to maintain identical development environments.
  • Cross-Platform Abstractions - Provides a unified interface for directory operations across different host operating systems.
  • File System Abstractions - Provides a unified interface for directory operations that abstracts away underlying host operating system differences.
  • Idempotency Patterns - Ensures that directory provisioning operations can be safely repeated without unintended side effects.
  • Tree Traversal Engines - Provides a recursive engine for navigating and maintaining complex hierarchical directory structures.

Star history

Star history chart for basecamp/omarchyStar history chart for basecamp/omarchy

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Omarchy

These projects share indexed features with Omarchy. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • puppetlabs/puppetpuppetlabs avatar

    puppetlabs/puppet

    7,886View on GitHub↗

    Puppet is an infrastructure as code tool and configuration management framework used to automate the provisioning and state orchestration of server fleets. It functions as a declarative state orchestrator that manages server configurations and system settings to ensure consistency and reproducibility across a fleet of machines. The system utilizes a declarative state modeling approach and an idempotent execution engine to maintain configuration state and prevent environment drift. It employs resource-based abstraction and a client-server architecture to translate high-level specifications int

    Ruby
    View on GitHub↗7,886
  • ansible/ansible-examplesansible avatar

    ansible/ansible-examples

    12,009View on GitHub↗

    This repository serves as a library of reference patterns and scripts for infrastructure automation and configuration management. It provides a collection of standardized examples designed to demonstrate how to define and maintain server environments as code, ensuring consistency across development, testing, and production stages. The project focuses on implementing infrastructure as code best practices by showcasing how to structure automation logic for complex deployments. These examples illustrate the use of declarative modeling to define desired system states, alongside modular task abstr

    Shell
    View on GitHub↗12,009
  • azure/azure-quickstart-templatesAzure avatar

    Azure/azure-quickstart-templates

    14,711View on GitHub↗

    This project is a centralized library of community-contributed, declarative configuration files designed for automating the deployment of cloud infrastructure and services. It serves as a repository of machine-readable templates that define the desired state of cloud environments, enabling consistent and repeatable resource provisioning. The collection provides pre-configured scripts that streamline the setup of virtual machines, databases, and networking components. By utilizing these templates, users can standardize the deployment of cloud services and automate the creation of development,

    Biceparmarm-templatesazure
    View on GitHub↗14,711
  • hashicorp/ottohashicorp avatar

    hashicorp/otto

    4,241View on GitHub↗

    Otto is a hybrid cloud orchestration platform designed to provision infrastructure and deploy application workloads across diverse cloud environments using infrastructure as code. It functions as an infrastructure as code provisioner that automates the deployment of consistent resources through policy-driven workflows. The project includes a hybrid cloud service mesh for managing service discovery and secure communication between applications, as well as an identity-based access controller for managing secrets and enforcing granular access controls. It also features an infrastructure knowledg

    HTML
    View on GitHub↗4,241
Compare all 30 related projects→

Frequently asked questions

What does basecamp/omarchy do?

Omarchy is a directory structure orchestrator that automates the provisioning and maintenance of file system hierarchies. By utilizing declarative configuration files, it allows users to define a desired workspace layout that serves as a single source of truth, ensuring that local development environments remain consistent and reproducible across distributed teams.

What are the main features of basecamp/omarchy?

The main features of basecamp/omarchy are: Directory Configurations, File System Workspaces, Infrastructure as Code Tools, Environment Provisioning Tools, Infrastructure Reconciliation Engines, Infrastructure as Code, Development Environment Standardization, Declarative Reconciliation Engines.

Which projects share features with basecamp/omarchy?

Projects with overlapping indexed features include: puppetlabs/puppet — Puppet is an infrastructure as code tool and configuration management framework used to automate the provisioning and… ansible/ansible-examples — This repository serves as a library of reference patterns and scripts for infrastructure automation and configuration… azure/azure-quickstart-templates — This project is a centralized library of community-contributed, declarative configuration files designed for… hashicorp/otto — Otto is a hybrid cloud orchestration platform designed to provision infrastructure and deploy application workloads… boto/boto3 — Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud… aws/aws-sam-cli — The AWS SAM Command Line Interface is a development toolkit used to define, emulate, and manage the lifecycle of…