spinifex

Spinifex – Open source AWS-compatible platform for secure edge deployments. Run EC2, VPC, S3, and EBS-like services on bare metal with full control. Built for environments where running in the cloud isn’t an option. Whether you’re deploying to edge sites, private data-centers, or operating in low-connectivity or highly contested environments. (by mulgadc)

Spinifex Alternatives

Similar projects and alternatives to spinifex based on common topics and language

  1. Moto

    38 spinifex VS Moto

    A library that allows you to easily mock out tests based on AWS infrastructure.

  2. 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.

    Kargo logo
  3. ubicloud

    23 spinifex VS ubicloud

    Open source alternative to AWS. Elastic compute, block storage (non replicated), firewall and load balancer, managed Postgres, K8s, AI inference, and IAM services.

  4. floci

    15 spinifex VS floci

    Light, fluffy, and always free - The AWS Local Emulator alternative

  5. Ministack

    10 spinifex VS Ministack

    Ministack: Free, open-source local AWS emulator - 35+ services, Terraform compatible, real databases. An alternative to Localstack. Free forever. MIT licensed.

  6. cloudpods

    An open-source cloud-native unified-cloud platform. 开源云原生融合云平台

  7. aws-solutions-architect

    🎓🚀 A series of blog posts and quizzes for the AWS Solutions Architect Exam.

  8. go-localstack

    Go Wrapper for using localstack

  9. AppSignal

    AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.

    AppSignal logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better spinifex alternative or higher similarity.

spinifex discussion

Log in or Post with

spinifex reviews and mentions

Posts with mentions or reviews of spinifex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-09-01.
  • Ubicloud vs Spinifex: Two Approaches to Open Source Cloud
    2 projects | dev.to | 1 Sep 2026
    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
    1 project | dev.to | 31 Aug 2026
    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
    1 project | dev.to | 30 Aug 2026
    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
    1 project | dev.to | 28 Aug 2026
    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
    1 project | dev.to | 27 Aug 2026
    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
    1 project | news.ycombinator.com | 25 Aug 2026
  • Using Terraform to Manage On-Premise Infrastructure
    2 projects | dev.to | 25 Aug 2026
    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
    1 project | dev.to | 25 Aug 2026
    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
    1 project | news.ycombinator.com | 24 Aug 2026
  • LocalStack Went Paid: What the Alternatives Get Right, and What Still Comes Down to Production
    5 projects | dev.to | 24 Aug 2026
    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
    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 →

Stats

Basic spinifex repo stats
12
149
9.9
2 days ago

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.


Sponsored
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.
akuity.io

Did you know that Go is
the 4th most popular programming language
based on number of references?