Discover and explore top open-source AI tools and projects—updated daily.
AI artifact repository for AI development
Top 45.2% on SourcePulse
FOLib is a comprehensive software supply chain platform designed for AI development, supporting over 23 programming languages and major AI model repositories. It offers proxying, synchronization, and private hosting for artifacts, aiming to streamline AI development workflows by providing intelligent querying, vulnerability remediation, and automated promotion through its AIAgent and MCP support.
How It Works
FOLib acts as a universal artifact repository manager, extending beyond traditional package managers to include AI model hubs like Huggingface and Ollama. Its architecture leverages a multi-dimensional data graph for metadata, security vulnerabilities, and dependency certificates, enabling intelligent features via its AIAgent. It supports cloud-native deployments with Docker V1/V2/OCI formats and features like layered transfer and resumable single-layer uploads, with WebDAV support for large file mounting.
Quick Start & Requirements
docker run -itd -p 38080:38080 -p 7010:7010 -p 7011:7011 -p 7199:7199 -p 49142:49142 -p 8182:8182 \
--name folib-server \
--restart=always --privileged=true \
-e FOLIB_PORT=38080 \
-e FOLIB_JVM_XMX=8192m \
-e FOLIB_JVM_XMS=8192m \
-e FOLIB_MYSQL_HOST=127.0.0.1 \
-e FOLIB_MYSQL_PORT=3306 \
-e FOLIB_MYSQL_DB=folib \
-e FOLIB_MYSQL_USER=root \
-e FOLIB_MYSQL_PASSWORD=folib@v587 \
-v /data/folib/folib-conf:/opt/folib/folib-3.0-SNAPSHOT/etc/conf \
-v /data/folib/folib-data:/opt/folib/folib-data \
-v /data/folib/tmp:/opt/folib/folib-3.0-SNAPSHOT/tmp \
public.folib.com/oss/docker/folib-server:latest
admin
, Password: folib@v587
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
folib@beyondcent.com
.Limitations & Caveats
The software is distributed under a GPL-3.0+ license, which includes copyleft provisions and explicitly prohibits commercial sale, significantly restricting its use in commercial or closed-source environments.
1 month ago
Inactive