aurinstall VS berry

Compare aurinstall vs berry and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
aurinstall berry
2 4
5 998
- -
5.0 0.0
about 1 month ago 4 months ago
C C
GNU General Public License v3.0 only 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.

aurinstall

Posts with mentions or reviews of aurinstall. We have used some of these posts to build our list of alternatives and similar projects.
  • aurinstall: An AUR helper written completely in C depending on only libcurl
    1 project | /r/C_Programming | 18 Apr 2023
    github.com/prismz/aurinstall
  • Your First Time with Linux
    1 project | /r/Gentoo | 8 Jul 2022
    ~2-3 years ago, started dual booting Manjaro with Windows. Eventually I switched to Arch, and stayed there for a while. I even wrote my AUR helper in C. ~1/3 of my time into using Arch I removed my Windows partition. Unfortunately I had to reinstall it on a small partition when school started later on. I switched back and forth between Arch and Debian (just distrohopping). Throughout that time I kept trying to install Gentoo, but never actually finished because I had to stop the compile process because I needed to do work. Eventually, I had ~5 days to spare, and so I installed Gentoo. That was on: ~ stat / | grep "Birth" | sed 's/Birth: //g' | cut -b 2-11 2021-08-18

berry

Posts with mentions or reviews of berry. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-11.
  • Berry Wm
    1 project | /r/suckless | 7 Jul 2022
  • Berry is a healthy, byte-sized window manager written in C for Unix systems
    2 projects | news.ycombinator.com | 11 Jun 2022
    I downloaded the latest release as a zip file here - https://github.com/JLErvin/berry/releases

    FWIW, it’s 34KB and while it’s only the source, that seems pretty small. I haven’t gone through the build process to figure out the executable though.

  • How X Window Managers Work, and How to Write One
    14 projects | news.ycombinator.com | 3 Nov 2021
    This is a great article and I remember reading it numerous times while I was implementing my own window manager.

    For someone interested in working on a really fun and rewarding hobby project a WM is a great one to look into since there are so many resources starting from really small implementations:

    - https://github.com/mackstann/tinywm

    - https://github.com/venam/2bwm

    - https://github.com/dylanaraps/sowm

    - https://github.com/dcat/swm

    - https://github.com/JLErvin/berry

    Which are great at introducing the concepts and allowing you to grok the required libraries.

    There are also a bunch of more full featured window managers which will introduce you to more advanced topics:

    - https://github.com/baskerville/bspwm

    - https://github.com/herbstluftwm/herbstluftwm

    - https://www.nongnu.org/ratpoison/

    - https://github.com/conformal/spectrwm

    Gradually as you get more familiar with the ecosystem a few questions will come up:

    Should I use X11 or XCB? - I personally used XCB and didn't find it too difficult to interface with, and there are a large number of implementations which use it (2bwm, bspwm, ratpoison, etc) so you shouldn't have an issue with learning more about it. But the documentation is pretty limited. If you are just wanting to write a toy WM than X11 is perfectly fine.

    X or Wayland? - If you're wanting to write your first WM as a hobby project than I would recommend X over wayland just due to the much larger amount of reference material and documentation. You will have a much easier time getting your feet wet. Ignore the comments about X dying as it doesn't really matter for a hobby project, since the whole point is to have fun.

    Feel free to check out my window manager which is an example of what just reading this blog post and getting inspired can result in: https://github.com/cfrank/natwm

  • Skipping class
    1 project | /r/thinkpad | 21 Oct 2021