Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Minty)
  • No Skin
Collapse
Brand Logo

Rikidar Forum

administrators

Private

Posts


  • New onboarding animations (2.0.4)
    rikidar-davidR rikidar-david
    Discussion

    The onboarding workflow is getting pretty old, so I gave it a facelift.

    It's now paginated, includes a disclaimer that Cork is not affiliated with Homebrew, and has a cool screen-switching animation.

    Check it out: https://drive.tomoserver.eu/f/125eb02b155849f8aa07/


  • New Permissions Dialog / Workflow (2.0.4)
    rikidar-davidR rikidar-david
    Discussion

    Since some operations (well, probably most of them) require Cork to manipulate data of other apps, it needs Full Disk Access permissions.

    Until now, if Cork didn't have these permissions, it would fail the operaiton and the system would sometimes, and sometimes not, prompt you to grant Cork these permissions.

    Coming in the next version is a built-in way to grant Cork these permissions.

    Check it out: https://drive.tomoserver.eu/f/a59536d1911c4913b07e/


  • Does Cork's future look grim? Regarding Homebrew's latest announcement
    rikidar-davidR rikidar-david
    Announcements

    Marketing people would definitely tell me to not write what I'm about to write. But I believe I should.

    Before we go further, today has once again confirmed that Cork remains the only GUI for Homebrew that is not AI-made slop.

    What am I even talking about? @ghall notified me yesterday that Homebrew released their first-party GUI. It would be cowardly to not address that situation head-on.

    It will definitely make the future of Cork ever so grimmer. Unfortunately, we will never be listed on Homebrew's homepage.

    I originally made Cork, as I have said many times, to make it easier for everyone to use Homebrew. Once I started noticing that Homebrew is lacking in many aspects, I started rewriting Homebrew itself.

    Homebrew has always had one glaring weakness: their rude community. This is a problem I can thank only you for fixing. I like to think that we're a much friendlier bunch than the Homebrew that told me to fuck off when I seeked friendly cooperation all those years ago.

    So it is only fitting that they have now once again shown their true colors, releasing software that is completely AI made. I won't link it here, you can look it up yourself. The vast majority of commits are made by Claude. Still, it is a direct competitor to Cork.

    What makes this one different is that it has official Homebrew backing. And many on the wider web genuinely don't care that it's made by a group backed by corporate donors that use AI like it's the greatest invention in history; a complete antithesis of what Cork stands for.

    I am not making this post to try to get anything from you. I merely believe in transparency. And to be transparent, this will be a very tough situation to handle.

    We don't use AI, nor do we have corporates pouring hundreds of thousands into the development of Cork. Hell, Cork has been deep in the red for the last couple months.

    Yet I believe we can prevail. I will certainly not give up and let them win.


  • Cork 2.0.3 is out - Golden Gate & QOL fix
    rikidar-davidR rikidar-david
    Announcements

    Release 2.0.3 brings support for Goldern Gate, or macOS 27.

    Cork on Golden Gate.png

    It is otherwise identical to version 2.0.1 that came out a few days ago, with one exception:

    Additions

    None in this release.

    Fixes

    • Double-clicking packages to open them is fixed.
      A merge conflict disabled that in 2.0.1

    Adjustments

    None in this release.


    You may ask, what happened to version 2.0.2?

    That came out yesterday and was release 2.0.1 recompiled for Golden Gate. But a merge conflict overwrote double-click handling, so I fixed that quickly.

    Happy Corking!


    As always: there was absolutely NO AI used in the development of Cork, and we strongly reject AI in any capacity: https://corkmac.app/our-ai-stance/


  • Version 2.0.1 is ready for Golden Gate
    rikidar-davidR rikidar-david
    Discussion

    I just compiled version 2.0.1 on Golden Gate, with a few adjustments needed to resolve build errors. Hopefully just quirks of Xcode 27 still being a beta:

    Snímek obrazovky 2026-09-13 v 1.51.47.png

    It will be ready on day one of Golden Gate's release, CEST (UTC+2)

    If you'd like to try it now, it's on the branch main.golden-gate

    Here's a solution to that build error: https://github.com/buresdv/Cork/issues/678

    Why is there a build error?

    In short, it's because of the order of targets for compiling being incorrect. There's an image in the module CorkTerminalFunctions, and if that module is not compiled before the other modules, the compilation will fail (because it thinks there's that picture missing).


  • Cork 2.0.1 is out - Processes don't crash out anymore
    rikidar-davidR rikidar-david
    Announcements

    Not even a month after I released Cork 2.0.0, which was the most significant release in the history of Cork (and undoubtedly in the history of Homebrew GUIs that aren’t made by AI... 😬), a new version is already out.

    Additions

    • Support for Homebrew warnings
      • Homebrew warnings tell you about something going wrong with Homebrew itself. Because they’re technically errors, they would be incorrectly interpreted by Cork as the process that spawned them failing.
      • They are not related to Cork in any way, they are Homebrew warnings, not Cork warnings.
      • They have a dedicated section on Cork’s new Status Page, which itself received a major overhaul, since it was becoming very cluttered.
      • You can expand the dropdown to see more information about them
    • When removing a tap that fails due to a package being installed from it, it now tells you which packages are responsible
      • If there’s more than one package, you can use the included “Open detail for (tap name)“ button to open the tap’s detail
      • If there’s one package, you can also use the included “Open detail for (package name)“ button to additionally open that package’s detail
    • You can now double-click a package to open its detail, instead of having to right-click → Open detail
    • New Hebrew translation by Keren R. Bell
    • Updated Simplified Chinese translation by CheeseCat

    Fixes

    • Pinned packages can’t be removed anymore (following Homebrew standard). Before, the buton would be available, but you’d get an error, anyway. So now, those buttons are disabled
    • Homebrew warnings no longer make it seem like the process that emitted them failed (see Additions section above)
    • tap trust warnings incorrectly showing in the UI

    Adjustments

    • Status Page is now divided into clear sections and cleaned up
      • Each section has a relevant title
      • Adoptable Apps section moved down and grouped with installed package overview
      • Removed Homebrew Analytics status from the Status page, they’re still accassible from settings. Mind you, these are Homebrew’s analytics, not Cork’s.

    NO AI USED, EVER

    As always, no AI is used at any point in the development of Cork, and we stand by that with Cork’s strict no AI policy, which remains among one of the strictest in the space.


  • Things coming to Cork 2.0.1
    rikidar-davidR rikidar-david
    Discussion

    The grind never stops, so I'll be showing off the things coming to version 2.0.1 in this thread


  • Tap trust, but actually usable: Coming soon to Cork
    rikidar-davidR rikidar-david
    Discussion

    I'm currently working on implementing the new tap trust system, and making it actually bearable to use:

    • You will see an easy-to-understand list of your added Taps, clearly separated into a "trusted" and "untrusted" section, instead of them being a weird, cryptic wall of text like Homebrew shows them
    • Trusting will happen using drag-and-dropping to make it feel macOS-native. In the video, I have to manually re-open the start page, but this feature is still early in development
    • The entire implementation of this is completely custom, not connected to Homebrew in any way, but retains drop-in compatibility with the underlying Homebrew system. It is also almost 2x as fast (not shown in the video, since the UI doesn't update live yet)

    Snimek_obrazovky_2026-08-29_v_1.20.15.png

    Video of the current state of drag-and-dropping

    As a bonus, I have accidentally created a drag-and-drop way to back up individual taps, which I may expand to packages as well, and eventually, an entire independent backup system...


  • Cork 2.0.0 - How is it so far?
    rikidar-davidR rikidar-david
    Discussion

    I'd like to hear your opinions on the new version - did it make Cork more useful? What do you think about the way it was developed, etc?


  • How to join this forum
    rikidar-davidR rikidar-david
    Global Announcements

    Do this:

    Everything is described in this article on the wiki:
    Getting a Rikidar Authenticator account


    TL;DR
    This forum uses SSO (Single Sign-on) through Rikidar Authenticator (which is a self-hosted and encrypted PocketID server). You can then use that account to log in anywhere in the network.


    Other Relevant Articles

    If you'd like to read more about Rikidar Authenticator, read this page: Rikidar Authenticator

    The whole wiki is useful: Rikidar Wki

Member List

A admin Group Owner
1 Posts 0 Reputation
ghallG ghall Group Owner
0 Posts 0 Reputation
rikidar-davidR rikidar-david Group Owner
13 Posts 0 Reputation
  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups