Search Criteria
Package Details: supabase-bin 2.101.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/supabase-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | supabase-bin |
| Description: | CLI for Supabase, an open source Firebase alternative |
| Upstream URL: | https://supabase.com/docs/reference/cli/about |
| Keywords: | baas cli firebase supabase |
| Licenses: | MIT |
| Conflicts: | supabase |
| Provides: | supabase |
| Submitter: | vixalien |
| Maintainer: | catwell |
| Last Packager: | catwell |
| Votes: | 4 |
| Popularity: | 0.000001 |
| First Submitted: | 2022-08-12 02:54 (UTC) |
| Last Updated: | 2026-05-21 09:45 (UTC) |
Latest Comments
1 2 Next › Last »
friedrise commented on 2026-05-22 16:04 (UTC)
since the last update, commands like "supabase stop" output errors. I had Claude Code analyse the issue and it's very sure that the error and fix are as follows:
The 2.101.0 release tarball contains two binaries, supabase and supabase-go, but package() only installs supabase. The supabase shim forwards to supabase-go, so commands fail with "Could not find the supabase-go binary". Adding install -vDm755 supabase-go "$pkgdir/usr/bin/supabase-go" to package() fixes it.
Here's the full error that I get:
vitaliikuzhdin commented on 2026-05-21 10:48 (UTC)
@catwell, you should be renaming sources instead, for example:
catwell commented on 2026-05-21 09:27 (UTC)
@locuaz when yay asks you "Packages to cleanBuild?" pick [A]ll. This happens because a previous release of the package was broken and you still have the wrong license file.
locuaz commented on 2026-05-19 19:49 (UTC) (edited on 2026-05-19 20:30 (UTC) by locuaz)
I'm getting these errors:
catwell commented on 2025-10-06 20:27 (UTC)
@vitaliikuzhdin I did not remove it, it is still in the repo! But it is a hidden file and I usually don't use nvchecker so I forgot about it. I'll try to automate some way to notify me using it, thanks.
vitaliikuzhdin commented on 2025-10-02 19:50 (UTC)
@catwell, back when I maintained this, I used an nvchecker config that did not include pre-releases. You removed it with your first commit to this repo, but it should still work if you restore it. It's still not perfect because GitHub only sends notifications about pre-releases and not releases (or was it an issue on my side?..), but at least it makes the update process semi-automatic.
catwell commented on 2025-10-02 12:04 (UTC)
Thanks @Gurnk, updated.
Due to how Supabase deals with their releases it is difficult to be informed when a new stable release is out (I opened issues on their repo and Repology - see https://github.com/supabase/cli/issues/4067 - but I don't think it will ever be fixed...)
vitaliikuzhdin commented on 2025-10-01 23:05 (UTC)
@Gurnk, I am no longer a maintainer.
Gurnk commented on 2025-10-01 22:48 (UTC) (edited on 2025-10-01 22:49 (UTC) by Gurnk)
Hi @vitaliikuzhdin !
Supabase CLI 2.47.2 was released on September 28, 2025. Here's the simple diff for the update:
bostaurus commented on 2025-03-25 17:38 (UTC)
@vitaliikuzhdin Thanks kindly for maintaining this. It looks like they've released 2.20.3 now, after a series of pre-releases.
Here's a diff, if helpful. I confirm it builds and is working for me locally.
1 2 Next › Last »