Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now. Learn more →
Spinifex Alternatives
Similar projects and alternatives to spinifex based on common topics and language
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
ubicloud
Open source alternative to AWS. Elastic compute, block storage (non replicated), firewall and load balancer, managed Postgres, K8s, AI inference, and IAM services.
-
-
Ministack
Ministack: Free, open-source local AWS emulator - 35+ services, Terraform compatible, real databases. An alternative to Localstack. Free forever. MIT licensed.
-
-
-
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
spinifex discussion
spinifex reviews and mentions
-
Ubicloud vs Spinifex: Two Approaches to Open Source Cloud
Spinifex is an open source AWS-compatible cloud platform, written in Go and AGPL-3.0 licensed, that runs on standard Linux bare metal hardware you own and operate. Rather than defining a new cloud API, it implements the AWS API itself, covering EC2, S3, IAM, EKS, and the rest of the common AWS service surface, so the Terraform configs, CLI scripts, IAM roles, and SDK integrations your team has already written work against it without modification. The endpoint changes; the tooling doesn't.
-
LocalStack vs Spinifex: the Right Tool for Dev, the Right Tool for Production
Spinifex is not a development tool and not an emulator. It implements the AWS API surface on real bare metal hardware so that the hardware you own becomes the production environment, while preserving every piece of AWS tooling you've already built competency around. EC2 calls provision actual virtual machines with real CPU and memory allocation. EBS volumes are actual block storage with real persistence guarantees. IAM policies are enforced across real network boundaries. The S3-compatible object storage layer, Predastore, distributes objects across nodes using Reed-Solomon erasure coding so data survives node failures.
-
Self-Hosted IAM: Roles, Policies, and Instance Profiles Without AWS
IAM configuration is covered in the IAM roles and instance profiles guide and the IAM users and policies guide in the Spinifex documentation. Source is at GitHub, AGPL-3.0 licensed and written in Go. Or sign up for our free sandbox to explore the IAM surface before deploying on your own hardware.
-
Running Kubernetes in an Air-Gapped Environment With Spinifex
ARCH=amd64 # or arm64 TAG=$(curl -fsSL https://api.github.com/repos/mulgadc/spinifex/releases/latest \ | grep '"tag_name"' | cut -d'"' -f4) BASE="https://github.com/mulgadc/spinifex/releases/download/${TAG}" curl -fsSLO "${BASE}/spinifex-${TAG}-linux-${ARCH}.tar.gz" curl -fsSLO "${BASE}/spinifex-${TAG}-linux-${ARCH}.tar.gz.sha256" curl -fsSLO "${BASE}/setup.sh" sha256sum -c "spinifex-${TAG}-linux-${ARCH}.tar.gz.sha256"
-
Running EKS on Bare Metal With Spinifex
Documentation is at docs.mulgadc.com/docs/eks, including Terraform workbooks for a quickstart cluster, an HTTPS ingress configuration, and a GitOps setup with ArgoCD. The source is on GitHub, written in Go and AGPL-3.0 licensed. Or sign up for our free sandbox to try the API before deploying on your own hardware.
- Show HN: Spinifex – run EC2/S3/IAM/EKS on your own hardware, AWS CLI unchanged
-
Using Terraform to Manage On-Premise Infrastructure
git clone --depth 1 --filter=blob:none --sparse https://github.com/mulgadc/spinifex.git spinifex-tf cd spinifex-tf git sparse-checkout set docs/terraform-workbooks
-
Proxmox vs Spinifex: Hypervisor Management vs AWS-Compatible Cloud
Spinifex is an open source AWS-compatible cloud platform that implements the same API surface as AWS, running on standard Linux bare metal hardware. When you call aws ec2 run-instances against a Spinifex node, it boots a real virtual machine using QEMU under the hood. When you call aws s3 cp, it stores real objects in Predastore, the platform's built-in S3-compatible object storage. The platform includes a web UI, but the primary management surface is the AWS API: the same Terraform configs, CLI scripts, and SDK integrations your team already uses for AWS work against Spinifex without modification.
- Spinifex: Production Cloud Deployments Where the Cloud Can't Reach
-
LocalStack Went Paid: What the Alternatives Get Right, and What Still Comes Down to Production
Spinifex is the AWS-compatible cloud platform built for that case. It runs on standard Linux bare metal hardware and implements the AWS API surface, covering EC2, S3, IAM, EKS, and the rest of the common services, with real VM management, real block storage persistence, real IAM policy enforcement, and real network isolation between workloads. The endpoint your AWS CLI, Terraform, and SDKs talk to is different, but the API they're calling behaves the same way it does in AWS, including at the margins that emulators smooth over.
-
A note from our sponsor - Kargo
akuity.io | 6 Sep 2026
Stats
mulgadc/spinifex is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.
The primary programming language of spinifex is Go.