All Projects → habitat-sh → Habitat

habitat-sh / Habitat

Licence: apache-2.0
Modern applications with built-in automation

Programming Languages

rust
11053 projects
shell
77523 projects
powershell
5483 projects
C#
18002 projects
Makefile
30231 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Habitat

Topgrade
Upgrade everything
Stars: ✭ 2,074 (-11.14%)
Mutual labels:  automation, package-manager
Keycloak Config Cli
Import YAML/JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak.
Stars: ✭ 147 (-93.7%)
Mutual labels:  automation, configuration-management
St2 Docker
StackStorm docker-compose deployment
Stars: ✭ 133 (-94.3%)
Mutual labels:  automation, containers
Genie
Distributed Big Data Orchestration Service
Stars: ✭ 1,544 (-33.85%)
Mutual labels:  configuration-management, distributed-systems
Pearl
Pearl is a lightweight package manager for automating reproducible environments between different systems (Linux and OSX). It can be used for dotfiles, plugins, programs and any form of code accessible via git.
Stars: ✭ 166 (-92.89%)
Mutual labels:  configuration-management, package-manager
Bpkg
Lightweight bash package manager
Stars: ✭ 1,601 (-31.41%)
Mutual labels:  package-manager, package-management
Ladder
A general purpose extensible autoscaler for the cloud
Stars: ✭ 143 (-93.87%)
Mutual labels:  automation, containers
Fabric Home Assistant
📜 Deploy Home-Assistant easily with Fabric
Stars: ✭ 94 (-95.97%)
Mutual labels:  automation, configuration-management
Sherpa
Sherpa is a highly available, fast, and flexible horizontal job scaling for HashiCorp Nomad. It is capable of running in a number of different modes to suit different requirements, and can scale based on Nomad resource metrics or external sources.
Stars: ✭ 165 (-92.93%)
Mutual labels:  automation, containers
Sampctl
The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.
Stars: ✭ 149 (-93.62%)
Mutual labels:  package-manager, package-management
Alire
Command-line tool from the Alire project and supporting library
Stars: ✭ 108 (-95.37%)
Mutual labels:  package-manager, package-management
Argocd Image Updater
Automatic container image update for Argo CD
Stars: ✭ 174 (-92.54%)
Mutual labels:  automation, containers
Scarf
An experimental prototype of a package manager and packaging ecosystem. Currently being rebuilt.
Stars: ✭ 108 (-95.37%)
Mutual labels:  package-manager, package-management
Core Plans
Core Habitat Plan definitions
Stars: ✭ 129 (-94.47%)
Mutual labels:  package-manager, package-management
Zookeeper
Apache ZooKeeper
Stars: ✭ 10,061 (+331.06%)
Mutual labels:  distributed-systems, configuration-management
Examples
DC/OS examples
Stars: ✭ 139 (-94.04%)
Mutual labels:  distributed-systems, containers
Openbsd Cookbooks
Setup environment in OpenBSD using Ansible playbook
Stars: ✭ 80 (-96.57%)
Mutual labels:  automation, configuration-management
Ck Tensorflow
Collective Knowledge components for TensorFlow (code, data sets, models, packages, workflows):
Stars: ✭ 90 (-96.14%)
Mutual labels:  automation, package-management
Terrahub
Terraform Automation and Orchestration Tool (Open Source)
Stars: ✭ 148 (-93.66%)
Mutual labels:  automation, containers
Luarocks
LuaRocks is the package manager for the Lua programming language.
Stars: ✭ 2,324 (-0.43%)
Mutual labels:  package-manager, package-management

Build Status Discourse status Open Source Helpers

Habitat is open source software that creates platform-independent build artifacts and provides built-in deployment and management capabilities.

The goal of Habitat is to allow you to automate your application behavior when you create your application, and then bundle your application with the automation it needs to behave with the correct run time behavior, update strategies, failure handling strategies, and scaling behavior, wherever you choose to deploy it.

See a quick demo of how to build, deploy and manage an application with Habitat:

Project State: Active

Issues Response Time Max: 5 business days

Pull Request Response Time Max: 5 business days

Build, Deploy and Manage with Habitat (5:33)

Table of Contents

Diagrams

Graphics that will help you and your team better understand the concepts and how they fit together into the larger Habitat ecosystem.

Where Habitat Fits

Habitat Flow Infographic

Try the interactive infographics on the website!

How Habitat Works

Habitat and Docker

View all diagrams in Docs

Training

View all demos and tutorials in Learn

Install

You can download Habitat from the Habitat downloads page.

Once you have downloaded it, follow the instructions on the page for your specific operating system.

If you are running macOS and use Homebrew, you can use our official Homebrew tap.

$ brew tap habitat-sh/habitat
$ brew install hab

If you are running Windows and use Chocolatey, you can install our chocolatey package

C:\> choco install habitat

If you do not run Homebrew or Chocolatey, or if you use Linux, you can use the Habitat install.sh or install.ps1 script.

Bash:

$ curl https://raw.githubusercontent.com/habitat-sh/habitat/master/components/hab/install.sh | sudo bash

Powershell:

C:\> Set-ExecutionPolicy Bypass -Scope Process -Force
C:\> iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/habitat-sh/habitat/master/components/hab/install.ps1'))

Contribute

We are always looking for more opportunities for community involvement. Interested in contributing? Check out our CONTRIBUTING.md to get started!

Documentation

Get started with the Habitat tutorials or plunge into the complete documentation.

Code Organization

Core Plans

The Habitat plans that are built and maintained by Habitat's Core Team are in their own repo.

Habitat Supervisor and other core components

The code for the Habitat Supervisor and other core components are in the components directory.

Docs

Habitat's website and documentation source is located in the www directory of the Habitat source code. See its README for more information.

Roadmap

The Habitat project's roadmap is public and is on our community page.

The Habitat core team's project tracker is also public and on Github.

Community and support

Building

See BUILDING.md for platform specific info on building Habitat from source.

Further reference material

Code of Conduct

Participation in the Habitat community is governed by the code of conduct.

License

Copyright (c) 2016 Chef Software Inc. and/or applicable contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].