Tech News
← Home  ·  All topics

Oci

3 GoKawiil briefs on this topic

Rickub launches self-hosted Git platform with built-in AI code review 'Athena'

Rickub is a new Git hosting platform that bundles organization and repository management, merge requests, and an integrated AI reviewer called Athena that leaves inline comments and verdicts on every merge request. It also supports running existing GitHub Actions workflows unchanged, hosting OCI artifacts like container images, Helm charts, SBOMs and WASM in the same namespace as code, and offers CLI, API and MCP access using one token and permission model.

Cpak launches as an OCI-based packaging format for Linux apps

A new project called cpak introduces an OCI-compliant application package format aimed at Linux desktops, servers and devices. It packages software with a legible manifest and traceable origin, supports Dockerfile-style builds with layer caching but no container daemon, and lets apps bind directly to host GPU drivers rather than bundling their own.

Kern launches as a 1.5 MB daemonless container runtime for untrusted code

Kern is a new open-source tool that runs rootless, kernel-enforced containers from a single 1.52 MB static binary, with no background daemon or socket required. It can pull and build OCI images, launch a sandboxed shell in about 3.5 milliseconds, and apply CPU, memory, disk and device limits either inside a sandbox or directly to processes on the host via named resource profiles set in a kern.toml file.