Package Details: zitadel 4.15.1-1

Git Clone URL: https://aur.archlinux.org/zitadel.git (read-only, click to copy)
Package Base: zitadel
Description: Identity infrastructure, simplified for you
Upstream URL: https://github.com/zitadel/zitadel/
Licenses: AGPL-3.0-only
Conflicts: zitadel-bin
Submitter: VVL
Maintainer: VVL
Last Packager: VVL
Votes: 1
Popularity: 0.000000
First Submitted: 2024-01-06 15:31 (UTC)
Last Updated: 2026-06-09 07:12 (UTC)

Latest Comments

maximalist commented on 2026-06-12 09:52 (UTC) (edited on 2026-06-12 09:59 (UTC) by maximalist)

# Makefile
.PHONY: console_dependencies
console_dependencies:
    cd console && pnpm install --frozen-lockfile

.PHONY: console_build
console_build: console_dependencies
    cd console && pnpm build
[ERROR] TS7006: Parameter 'resp' implicitly has an 'any' type. [plugin angular-compiler]

    src/app/services/mgmt.service.ts:584:76:
      584 │ ...efaultInitMessageText(req, null).then((resp) => resp.toObject());

maximalist commented on 2026-06-12 09:37 (UTC) (edited on 2026-06-12 10:07 (UTC) by maximalist)

Please add turbo and/or pnpm to makedepends if Makefile use it

VVL commented on 2025-12-03 19:23 (UTC)

Build fixed

deneb commented on 2025-11-16 14:57 (UTC)

package still doesn't build.

deneb commented on 2025-10-18 09:10 (UTC)

Build failing as upstream no longer provides a Makefile:

==> Extracting sources...
  -> Extracting zitadel-4.4.0.tar.gz with bsdtar
==> Starting build()...
make: *** No rule to make target 'compile'.  Stop.
==> ERROR: A failure occurred in build().
    Aborting...

brody commented on 2025-08-16 09:07 (UTC)

Zitadel is using the License 'AGPL-3.0-only'.

brody commented on 2025-06-03 16:31 (UTC)

With this adjustment, the package is buildable for me (in a clean chroot environment, as described in https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot)

diff --git a/PKGBUILD b/PKGBUILD
index a7a782b..e6d31f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,10 @@ install="zitadel.install"

 build() {
   cd "$pkgname-$pkgver"
+  local _gobin
+  _gobin="$(go env GOPATH)"/bin
+  mkdir -p "${_gobin}"
+  PATH="${_gobin}:${PATH}"
   make compile
 }

brody commented on 2025-05-21 16:16 (UTC) (edited on 2025-05-21 16:58 (UTC) by brody)

Package is not buildable in a clean chroot environment.

...
buf generate
Failure: plugin go-grpc: could not find protoc plugin for name go-grpc - please make sure protoc-gen-go-grpc is installed and present on your $PATH
plugin openapiv2: could not find protoc plugin for name openapiv2 - please make sure protoc-gen-openapiv2 is installed and present on your $PATH
context canceled
plugin go: could not find protoc plugin for name go - please make sure protoc-gen-go is installed and present on your $PATH
plugin grpc-gateway: could not find protoc plugin for name grpc-gateway - please make sure protoc-gen-grpc-gateway is installed and present on your $PATH
make: *** [Makefile:74: core_api] Error 1

assimilat commented on 2024-02-10 21:18 (UTC)

Small/simple issue. The package seems to be missing make dep entries for dart-sass and yarn.