In order to be able to Further configure my system, I am looking for a fork of my current OS (artix with openRC as init system) in which i am able to compile every package from source in order to Further configure it with make flags. I am currently not using gentoo, and because the packages in its default repos are only updated when necessary, and the break-my-gentoo repo is more of a joke than an actual replacement for arch. However, if someone can recommand me a repo with similar package updates as arch, I would be looking at installing gentoo.

  • Ada@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    5 months ago

    This is kinda the opposite of what you’re asking for, but might address the reason that you’re asking the question?

    CachyOS is an Arch based distro, but it precompiles many arch packages (and some AUR packages) in several versions, optimised for either x86_64-v3 or x86_64-v4.

    So if your goal is “optimised” rather than “compile yourself” it might be worth looking at

  • Riskable@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 months ago

    Just use Gentoo. Do it from scratch on the command line without the GUI installer like a pro 👍

    At the very least you’ll learn how everything works at a deeper level.

  • TootSweet@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 months ago

    It kindof seems like what you’re looking for is Gentoo. Any reason why you’re reticent to go that direction?

  • delirious_owl@discuss.online
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    5 months ago

    Not sure, but you can get a very similar experience with fork as follows:

    Step 1. Download and install arch.

    Step 2. Go to kitchen and grab fork.

    Step 3. Jab fork into you eye ball socket

  • leopold@lemmy.kde.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 months ago

    Most AUR packages that aren’t prefixed with “-bin” are compiled on your system. Most distro packages have AUR counterparts, but they’re usually git builds, so using them for every package you can will probably just break your system.

    • Markaos@lemmy.one
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      Also, the Arch repos are pretty much just an “AUR with binaries” - they contain the same PKGBUILD files used by AUR packages, because that’s how Arch packages are built. So you can just download an Arch package PKGBUILD, modify it however you wish, and then build and install it.

    • Yardy Sardley@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      Fellow Arch user here (btw). It’s exactly the same as building AUR packages. Clone a git repo containing a PKGBUILD, use makepkg to build it, and pacman to install it. The nice thing is you can host a repo of your built packages and install them on other systems really easily. The big downside is that dependency management is not automated, so it will take some time and annoyance to map out what packages you need to build and in what order, if you want a fully source-bootstrapped system.

  • pruneaue [she/her]@infosec.pub
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    Does sound like what youre looking for is gentoo. Packages may be a little older than arch, but its a rolling release too. You get new stuff fast

  • bubstance@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    5 months ago

    It sounds like Gentoo is literally exactly what you want.

    I am currently not using gentoo, and because the packages in its default repos are only updated when necessary, and the break-my-gentoo repo is more of a joke than an actual replacement for arch.

    I’m sorry, but I am genuinely confused here.

    Gentoo can be both stable and bleeding edge and allows you to mix and match on a per-package basis.

    Does setting ACCEPT_KEYWORDS="~amd64" globally not make things bleeding edge enough for you? Grab *-9999 packages instead.

    • Luffy879@lemmy.mlOP
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      I did indeed not know that you can do such thing, thank you for pointing this out to me.

  • WalnutLum@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    You could try Guix! It’s ostensibly source based but you can use precompiled binaries as well (using the substitute system)

    It’s a source-first Functional package distro like Nix but uses Scheme to define everything from the packages to the way the init system (Shepherd) works.

    It’s very different from other distros but between being functional, source-first, and having shepherd, I personally love it