aptly VS nixos

Compare aptly vs nixos and see what are their differences.

aptly

aptly - Debian repository management tool (by aptly-dev)

nixos

NixOS Configuration (by pimeys)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
aptly nixos
17 7
2,512 102
0.6% -
8.2 8.6
8 days ago 3 months ago
Go Nix
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

aptly

Posts with mentions or reviews of aptly. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • What is an appropriate way to install debian packages in a completely air-gapped environment?
    3 projects | /r/devops | 6 Dec 2023
  • About nautilus-typeahead
    3 projects | /r/debian | 2 Jun 2023
    You should ask in the upstream bug tracker (is it this one? https://github.com/lubomir-brindza/nautilus-typeahead). First step is to get it to build for Debian manually/locally - i.e. patch the official nautilus Debian package. Then it's easy to setup a personal APT repository with aptly
  • WSUS Alternative solution for Linux Systems
    2 projects | /r/sysadmin | 23 Mar 2023
    Exactly what aptly is for. No idea about CentOS side, for that we just had rsync from official repo + some scripts
  • Zabbix in isolated environment
    1 project | /r/zabbix | 12 Jan 2023
    I'm not sure if this is an option, because it might break the isolation model, but you could setup repo mirrors in whatever tool of choice you like, but for Debian/Ubuntu, I think aptly is really featureful.
  • How can I automate .deb GPG signing procedure?
    1 project | /r/devops | 10 Nov 2022
    I know that it is not directly what you asked about, but without knowing how the signed debs are being used, I can say that if you were to use aptly to create an apt repo to house your debs to then be installed on whatever machines offline (assuming network connectivity, which may be an incorrect assumption), it requires you to sign a published repo/mirror, and also requires you to install and trust the key on any systems that you then want to use to install package unless you specifically use [trusted=yes] in the apt repo list file.
  • Are there any extra steps to creating a Debian repository mirror?
    1 project | /r/debian | 17 Sep 2022
    There's also Aptly but I've never used it. Looks neat, though.
  • Archiving Debian ISO
    1 project | /r/DataHoarder | 27 Jun 2022
    I personally just mirror the packages for what ever I'm using with aptly and use the netinstall iso and point it to that local mirror. The netinstall iso will pull any needed updated from the repo.
  • Linux Host Patch Management
    1 project | /r/sysadmin | 27 Jun 2022
    Take a look at Aptly.
  • Centralized patching for Ubuntu
    1 project | /r/sysadmin | 25 May 2022
    Aptly is a purpose-built DEB content management solution. Never used but I've heard good things.
  • Linux Package repo server
    2 projects | /r/linuxadmin | 6 Sep 2021
    The last time I got involved in repo/package management, we used aptly Later moved to Jfrog artifactory. The latter is very expensive.There is also pulp some said it is good, which I personally never managed in production environment, so I can't recommend for or against.

nixos

Posts with mentions or reviews of nixos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-06.
  • The Framework Laptop 13
    1 project | news.ycombinator.com | 4 May 2023
    I enabled the pstate driver yesterday for my T14s gen3 (AMD). It almost doubled my battery life, the fan never spins anymore and it's very very quiet and cool now. You need to specifically enable it in Linux kernel, this is how I did it:

    https://github.com/pimeys/nixos/commit/17e8a9e2ce4b0f34ef6cf...

    It should also be used together with the `shedutil` governor for the best results.

  • What’s New in Emacs 28.1?
    23 projects | news.ycombinator.com | 6 Apr 2022
    Wayland support didn't make it... Oh well it is in version 29.

    I've been using the wayland version with libgccjit many months now from their git repo and it is extremely snappy and stable editor.

    My strategy to keep all of this together is a nix derivation that compiles the latest master branch with all the plugin. Oh and my config is an org file with clear comments...

    https://github.com/pimeys/nixos/tree/main/desktop/emacs

    All reproducible...

    Btw. I recommend SystemCrafters video series Emacs from scratch. It teaches how to make a vanilla emacs to work like doom emacs does. It was helpful for me to understand the magic behind doom...

    https://m.youtube.com/playlist?list=PLEoMzSkcN8oPH1au7H6B7bB...

  • XMonad – The Automated Tiling WM
    19 projects | news.ycombinator.com | 7 Oct 2021
    I kind of have a thing for ThinkPads, and I have three laptops with NixOS:

    - ThinkPad X1 Carbon 2018 model. Even the fingerprint reader works with this one. And fractional scaling for the 4k monitor! Config: https://github.com/pimeys/nixos/blob/main/hosts/purrpurr.nix

    - ThinkPad T25. Everything except the fingerprint reader works. https://github.com/pimeys/nixos/blob/main/hosts/muspus.nix

    - ThinkPad X230: Everything works here. The classic workhorse. https://github.com/pimeys/nixos/blob/main/hosts/meowmeow.nix

    I never tried anything else except ThinkPads just because I'd miss the TrackPoint a lot...

  • Bye Cups: Printing with Netcat
    5 projects | news.ycombinator.com | 3 Aug 2021
    I used to dread setting up printers on any operating system. I've done it countless of times with Linux, Windows and macOS, and it's been quite common to have some kind of fight with the printer until I get my paper out.

    Only recently, by buying a Brother laser printer at home, and setting all my machines to use NixOS, I haven't been needing to think about printer problems anymore. All I need is this piece of config, and the printer will Just Work with the new computer:

    https://github.com/pimeys/nixos/blob/main/modules/home-servi...

  • Nix is the ultimate DevOps toolkit
    21 projects | news.ycombinator.com | 9 Apr 2021
    I did a month, diving directly into the deep end with flakes and all. I don't know, it really is hard in the beginning. Like, really hard. But eventually I got myself a setup I could use in my two laptops and workstation. A setup, that sets my home directory, all my programs and my custom desktop just the way I want. Everything is in the github repo, and installing with the flake will give me the exact experience I have in my other machines.

    I tend to use lots of custom tools and commands, that are really painful to install and setup for a new machine. With NixOS all of it is just one command away.

    But, I agree, it is REALLY HARD in the beginning to grasp things.

    Here's my configs if you want to see how I approached my own setup: https://github.com/pimeys/nixos

  • When Miguel de Icaza stopped using Linux
    1 project | news.ycombinator.com | 3 Apr 2021
    And I come here always to remind people in the Apple bubble, that there are big groups of us who are not thinking like that!

    I'm also soon in my 40s and I had my Apple years between 2004 and 2010. I came back to Linux and kind of hate the word tinkering even. The current Linux system offers something that nobody else does: your own desktop just how you like it.

    I have my configs in GitHub: https://github.com/pimeys/nixos

    With this config, I can take any ThinkPad (that are plentiful, great HW and cheap), boot from USB and get the same exact desktop experience I've had for almost a decade now in twenty minutes.

    And what kind of desktop? A minimal tiling window manager on top of Wayland. Exactly the applications I need. The same wallpaper as always. The same editor, the same browser, the same keyboard shortcuts, the same kernel params, the same internet setup. Sound? Always worked. With PipeWire, it even seems to work better than on my Windows installation (and replacing PulseAudio with PipeWire was a one line config change).

    Now. There will be no product manager somewhere that will dictate how I use my computer. If something changes in my workflow, that comes from my configuration. Nowhere else. No advertisement for new products, no suddenly disappearing applications. If something breaks from an update, I just boot to the version before I started them and I'm back to the previous state. When updates are leaving me to a state I'm happy about, I commit them to that GitHub repo and they will work exactly the same until I decide to update again. And I run the master branch of NixOS which is breaking sometimes, and it's still much more stable experience I ever had with OSX...

    Of course this is not for everybody, but please understand when celebrating the commercial offerings how there's so many of us who do not want a desktop experience dictated by product managers. Who are kind of conservative how our workflows should stay the same for years, or decades. And we are still super productive, doing our work and very happy using Linux.

    I'm going to copy&paste this comment to every single Apple post from now on...

What are some alternatives?

When comparing aptly and nixos you can also consider the following projects:

apt-mirror - Official apt-mirror source.

asdf - Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

Moby - The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

river - [mirror] A dynamic tiling Wayland compositor

s5cmd - Parallel S3 and local filesystem execution tool.

dotfiles - And I say hey, what's going on?

bosun - Time Series Alerting Framework

i3-alternating-layout - Scripts to open new windows in i3wm using alternating layouts (splith/splitv) for each new window

refrapt - Tool to create local Debian mirrors using Python

cups - OpenPrinting CUPS Sources

awsenv - AWS environment config loader

nixpkgs - Nix Packages collection & NixOS