--- title: NixOS Reviews meta\_title: 'NixOS Reviews 2026: Details, Pricing, & Features | G2' meta\_description: Filter reviews by the users' company size, role or industry to find out how NixOS works for a business like yours. aggregate\_rating: rating\_value: 4.5 review\_count: 4 scale: '5' date\_modified: '2026-07-31' parent\_category: name: CI/CD Tools url: https://www.g2.com/categories/ci-cd-tools ---

# NixOS Reviews & Product Details

NixOS is a Linux distribution with a unique approach to package and configuration management. Built on top of the Nix package manager, it is completely declarative, makes upgrading systems reliable, and has many other advantages.

* * *

Seller
[NixOS](https://www.g2.com/sellers/nixos)
Discussions
[NixOS Community](https://www.g2.com/products/nixos/discuss)

Show More

## Top-Rated Alternatives

[

 ![Red Hat Ansible Automation Platform](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Red Hat Ansible Automation Platform")

Red Hat Ansible Automation Platform

4.6/5(377)

](https://www.g2.com/products/red-hat-ansible-automation-platform/reviews)

[

 ![GitHub](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "GitHub")

GitHub

4.7/5(2,396)

](https://www.g2.com/products/github/reviews)

[

 ![ServiceNow IT Service Management](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "ServiceNow IT Service Management")

ServiceNow IT Service Management

4.5/5(1,948)

](https://www.g2.com/products/servicenow-it-service-management/reviews)

[
View All Alternatives
](https://www.g2.com/products/nixos/competitors/alternatives)

NM

Neil M.

Software Engineer

Small-Business (50 or fewer emp.)

9/26/2019

"Manage your entire Linux system configuration using a single language"

4.5/5

What do you like best about NixOS?

• One language and syntax to configure every aspect of the system

• Dependable and accurate control of system states

• Ability to back out upgrades, even if the system is unbootable

• Create isolated, disposable environments for trying new packages

• Create software build environments with just the dependencies you need

• No worrying whether installing some dependency or tool is going to mess up your system Review collected by and hosted on G2.com.

What do you dislike about NixOS?

• Closed-source binaries are harder to install and keep working

• Not everything works all the time Review collected by and hosted on G2.com.

Recommendations to others considering NixOS:

Take some time to understand the paradigm since it's significantly different from other Linix distros.

You can also kick the tyres a bit by using Nix on top of a regular Linux distro, but keep in mind that using Nix to manage the OS itself is a huge step up from just managing packages. Review collected by and hosted on G2.com.

What problems is NixOS solving and how is that benefiting you?

• Fearless system upgrades!

• No accretion of junk over time

• A sane software development environment that uses a single paradigm for all languages Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerSource: Organic

 ![Verified User in Package/Freight Delivery](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Package/Freight Delivery")
UP

Verified User in Package/Freight Delivery

Small-Business (50 or fewer emp.)

7/10/2020

Business partner of the seller or seller's competitor, not included in G2 scores.

"it was different but great"

4.5/5

What do you like best about NixOS?

i thought it was a little complicated at first.. but once i started using it i got comfortable Review collected by and hosted on G2.com.

What do you dislike about NixOS?

at first it was a little complicated like i explained earlier, but honestly its nothing i can say negative or to dislike at time Review collected by and hosted on G2.com.

Recommendations to others considering NixOS:

Do not get impatient on using it Review collected by and hosted on G2.com.

What problems is NixOS solving and how is that benefiting you?

upgrading some systems is the benefits so far, but still figuring it out Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Danylo H.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Danylo H.")
DH

Danylo H.

DevOps/AS3/C++ Developer

Entertainment

Small-Business (50 or fewer emp.)

10/18/2017

"NixOS user and NixOS server admin, devops"

5/5

What do you like best about NixOS?

- reproducibility and deduplication, and many other benefits from Nix package manager

- configuration management united with system configuration

- actually, quite fast for deploys

- upgrades can be rolled back without fear, because it doesn't manage state

- functional language as configuration language. Immutability, referential transparency and laziness are really cool!

- good and evolving community

- easy to patch packages, easy to create new packages (Nix benefits)

- open world module system for configuration, where it is easy to manage dependencies and harder to make errors Review collected by and hosted on G2.com.

What do you dislike about NixOS?

- poor reflection support (why is disk space occupied, why is this option enabled)

- poor stackoverflow community

- often you should dive into deep internals of NixOS and Linux to figure out how to fix/overcome problems

- has bugs

- security updates (and unattended upgrades) exist but are a bad story

- project is still in experimental state, so enterprises rarely adopt it

- community has not enough manpower

- typical NixOS admin should be more proficient than typical Ubuntu admin

- doesn't have support for all features from upstream (for example, reloading services instead of restarting is still an open problem) Review collected by and hosted on G2.com.

Recommendations to others considering NixOS:

Learn Nix language

Don't be afraid to dig into NixOS internals

Don't be afraid to fork it and modify when in need Review collected by and hosted on G2.com.

What problems is NixOS solving and how is that benefiting you?

Move system configuration into some central place

Managing root servers with many-many services and containers. It's really cool that you can remove some service from configuration and it will be really removed from system - no need to mark explicitly to remove some service.

This helped to keep servers in a clean state Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Program Development](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Program Development")
UP

Verified User in Program Development

Small-Business (50 or fewer emp.)

3/3/2016

"I consider it to be the future, but needs documentation work"

4/5

What do you like best about NixOS?

Ease of deployment and reproducibility of the system Review collected by and hosted on G2.com.

What do you dislike about NixOS?

Poor documentation, making it hard to create new packages, services or builds on the Hydra CI service Review collected by and hosted on G2.com.

Recommendations to others considering NixOS:

Please, contribute to the docs whenever you can. Review collected by and hosted on G2.com.

What problems is NixOS solving and how is that benefiting you?

Deployment of web services. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: G2 invite

### There are not enough reviews of NixOS for G2 to provide buying insight. Below are some alternatives with more reviews:

[

1

 ![Red Hat Ansible Automation Platform Logo](https://images.g2crowd.com/uploads/product/image/thumb_square/thumb_square_7b1e34d1cfcc265beee0d9b4290461fa/red-hat-ansible-automation-platform.jpg "Red Hat Ansible Automation Platform Logo")

Red Hat Ansible Automation Platform

4.6

 (377) 

Red Hat Ansible Automation Platform is a simple way to automate apps and infrastructure. Application Deployment + Configuration Management + Continuous Delivery.

](https://www.g2.com/products/red-hat-ansible-automation-platform/reviews "Red Hat Ansible Automation Platform")[

2

 ![GitHub Logo](https://images.g2crowd.com/uploads/product/image/thumb_square/thumb_square_8ec3c17e3fb1df25b6a8bd7cc69cf2d1/github.png "GitHub Logo")

GitHub

4.7

 (2,396) 

GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over two million people use GitHub to build amazing things together.

](https://www.g2.com/products/github/reviews "GitHub")[

3

 ![ServiceNow IT Service Management Logo](https://images.g2crowd.com/uploads/product/hd_favicon/c7ed381b8103a08f610090492732a5fe/servicenow-it-service-management.svg "ServiceNow IT Service Management Logo")

ServiceNow IT Service Management

4.5

 (1,948) 

ServiceNow delivers an IT Service Management experience that is faster, smarter, and more automated than ever.

](https://www.g2.com/products/servicenow-it-service-management/reviews "ServiceNow IT Service Management")[

4

 ![Freshservice Logo](https://images.g2crowd.com/uploads/product/hd_favicon/507247d74cdb616544c2f320120749b7/freshservice.svg "Freshservice Logo")

Freshservice

4.6

 (1,347) 

Freshservice is an easy to use IT service desk and ITSM solution designed using ITIL best practices that enables organizations to focus on exceptional service delivery.

](https://www.g2.com/products/freshservice/reviews "Freshservice")[

5

 ![SolarWinds Observability Logo](https://images.g2crowd.com/uploads/product/hd_favicon/af917f02e5d5dda08cf58d16d36f6a8d/solarwinds-worldwide-llc-solarwinds-observability.svg "SolarWinds Observability Logo")

SolarWinds Observability

4.3

 (863) 

SolarWinds® Observability is a comprehensive full-stack observability solution designed to meet the diverse needs of modern organizations, regardless of their size. This solution provides deep visibility into hybrid ecosystems, enabling users to monitor and manage both on-premises and cloud environments effectively. By optimizing performance and ensuring availability across distributed hybrid IT infrastructures, SolarWinds Observability supports organizations in navigating the complexities of their IT environments. Targeted at IT professionals and organizations that require robust monitoring capabilities, SolarWinds Observability caters to a wide range of use cases. It is particularly beneficial for businesses operating in hybrid environments, where the integration of on-premises and cloud resources is essential. The solution allows users to gain a holistic view of their networks, applications, databases, and user experiences, thereby facilitating better decision-making and operational efficiency. This is especially crucial in today’s fast-paced digital landscape, where downtime can significantly impact service reliability and customer satisfaction. One of the standout features of SolarWinds Observability is its built-in intelligence powered by AIOps capabilities. This functionality accelerates issue remediation by enabling users to detect, troubleshoot, and resolve problems more efficiently. The advanced predictive analysis and anomaly-based alerts help organizations proactively address potential issues before they escalate, ultimately reducing downtime and enhancing service reliability. Additionally, the solution's log pattern analysis further streamlines the troubleshooting process, allowing IT teams to focus on strategic initiatives rather than being bogged down by operational challenges. SolarWinds Observability offers flexibility in deployment, providing users with the option to choose between self-hosted and SaaS models. The self-hosted option integrates seamlessly with other SolarWinds services, such as security and storage monitoring, while the SaaS option is tailored for deeper monitoring of custom and cloud-based applications. This adaptability ensures that organizations can select the deployment method that best aligns with their operational needs and infrastructure. Moreover, SolarWinds Observability stands out by consolidating multiple monitoring tools into a single, integrated solution. This not only simplifies the monitoring process but also helps organizations reduce costs associated with managing disparate systems. By offering comprehensive visibility across hybrid IT environments, SolarWinds Observability empowers organizations to optimize their operations and enhance overall performance.

](https://www.g2.com/products/solarwinds-worldwide-llc-solarwinds-observability/reviews "SolarWinds Observability")[

6

 ![CloudBees Logo](https://images.g2crowd.com/uploads/product/hd_favicon/87a3b92cea3fbc3b93144f9fd68c968d/cloudbees.svg "CloudBees Logo")

CloudBees

4.4

 (621) 

Enabling the world’s biggest and brightest companies to transition from incoherent, disconnected DevOps to self-service, fast, secure workflows connecting software delivery to business outcomes.

](https://www.g2.com/products/cloudbees/reviews "CloudBees")[

7

 ![ThreatLocker Zero Trust Platform Logo](https://images.g2crowd.com/uploads/product/hd_favicon/2e500391e9bcc35588c7be8bc6b63bbc/threatlocker-zero-trust-platform.svg "ThreatLocker Zero Trust Platform Logo")

ThreatLocker Zero Trust Platform

4.8

 (514) 

Get unprecedented visibility and control of your cybersecurity, quickly, easily, and cost-effectively. Schedule a free product demonstration and ThreatLocker will show you how.

](https://www.g2.com/products/threatlocker-zero-trust-platform/reviews "ThreatLocker Zero Trust Platform")[

8

 ![Optimizely Web Experimentation Logo](https://images.g2crowd.com/uploads/product/hd_favicon/b8e6e558f0501913b7a2ffbb97ac258e/optimizely-web-experimentation%282%29.svg "Optimizely Web Experimentation Logo")

Optimizely Web Experimentation

4.2

 (411) 

Start experimenting with confidence—whether launching your first test or scaling a sophisticated experimentation program. Optimizely Web Experimentation delivers the insights you need to craft high-performing digital experiences that drive engagement, increase conversions, and accelerate growth.

](https://www.g2.com/products/optimizely-web-experimentation/reviews "Optimizely Web Experimentation")[

9

 ![Harness Platform Logo](https://images.g2crowd.com/uploads/product/hd_favicon/475270ef4d082eb00bedc920f653506d/harness-platform.svg "Harness Platform Logo")

Harness Platform

4.6

 (312) 

Harness is the first Continuous Delivery-as-a-Service platform that uses Machine Learning to simplify the entire process of delivering code from artifact into production – quickly, safely, securely, and repeatably.

](https://www.g2.com/products/harness-platform/reviews "Harness Platform")[

10

 ![BackBox Logo](https://images.g2crowd.com/uploads/product/hd_favicon/73d45416f16e9dff4a4f1d6b807c9c31/backbox.svg "BackBox Logo")

BackBox

4.5

 (189) 

BackBox offers a simple way to intelligently automate the backup, restoring and management of all devices on the network by providing centralized management for over 150 different technology manufacturers

](https://www.g2.com/products/backbox/reviews "BackBox")
[Show More](#)

## Questions about NixOS? Ask real users or explore answers from the community

Get practical answers, real workflows, and honest pros and cons from the G2 community or share your insights.

[
Ask about NixOS
](https://www.g2.com/products/nixos/discussions/new)

DH

david huy
•
Last activity over 4 years ago

very good

1 Upvote

1

[
Join the conversation
](https://www.g2.com/discussions/very-good-5fc8ff0e-fd91-401e-b68d-6751d8742198)

[
View all Discussions
](https://www.g2.com/products/nixos/discuss)

##### Pricing

Pricing details for this product isn’t currently available. Visit the vendor’s website to learn more.

[
View More Pricing Information
](https://www.g2.com/products/nixos/pricing)

## Work at NixOS?

Claim this profile to respond to reviews, update product info, and reach in-market buyers.

[
Claim this profile
](https://www.g2.com/products/nixos/claim_requests/new?utm_medium=profile-footer-claim-cta&utm_source=g2)

##### Categories on G2

[Configuration Management](https://www.g2.com/categories/configuration-management)

##### Explore More

[Best tools for integrating CI with container orchestration](https://www.g2.com/discussions/best-tools-for-integrating-ci-with-container-orchestration)[Is Adobe Audition worth the subscription for a small podcast or video team?](https://www.g2.com/discussions/is-adobe-audition-worth-the-subscription-for-a-small-podcast-or-video-team)[Leading provider of virtual data room software for small businesses](https://www.g2.com/discussions/leading-provider-of-virtual-data-room-software-for-small-businesses)

[Top tools for measuring content engagement](https://www.g2.com/discussions/which-top-content-analytics-tools-are-best-for-measuring-content-engagement)[Is a dedicated partner ecosystem platform worth it for a B2B SaaS company with fewer than 50 active partners?](https://www.g2.com/discussions/is-a-dedicated-partner-ecosystem-platform-worth-it-for-a-b2b-saas-company-with-fewer-than-50-active-partners)[What notification infrastructure platforms are highest rated for teams that require guaranteed message delivery with delivery receipts and retry logic?](https://www.g2.com/discussions/what-notification-infrastructure-platforms-are-highest-rated-for-teams-that-require-guaranteed-message-delivery-with-delivery-receipts-and-retry-logic)

[Show MoreShow Less](javascript:void(0);)