awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to lucperkins/colossus

Open-source alternatives to Colossus

30 open-source projects similar to lucperkins/colossus, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Colossus alternative.

  • ekhabarov/bazel-k8s-envoyE

    ekhabarov/bazel-k8s-envoy

    0View on GitHub↗

    Blog post with detailed explanation.

    View on GitHub↗0
  • gdquest-demos/godot-open-rpggdquest-demos avatar

    gdquest-demos/godot-open-rpg

    2,589View on GitHub↗

    This project is a reference implementation and starter template for developing role-playing games in Godot. It provides a structured architecture for large-scale game development, featuring a pre-implemented framework for core RPG systems. The project distinguishes itself through a focus on code standardization and developer experience. It implements static type hinting and a standardized code layout to ensure consistency, alongside a docstring documentation system that extracts metadata from source code to generate reference guides and editor tooltips. The repository covers several core gam

    GDScriptcombatgamegame-development
    View on GitHub↗2,589
  • ballerina-guides/gcp-microservices-demoB

    ballerina-guides/gcp-microservices-demo

    0View on GitHub↗
    View on GitHub↗0
  • bazelment/trunkB

    bazelment/trunk

    0View on GitHub↗

    A collection of C++/Java opensource projects with BUILD files so they can be easily built with bazel.

    View on GitHub↗0
  • campoy/justforfunccampoy avatar

    campoy/justforfunc

    1,496View on GitHub↗

    The repository for the YouTube series JustForFunc

    Golivestreamvideosyoutube
    View on GitHub↗1,496

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • feuyeux/hello-grpcF

    feuyeux/hello-grpc

    0View on GitHub↗
    View on GitHub↗0
  • google/startup-osgoogle avatar

    google/startup-os

    692View on GitHub↗

    Working examples of Google's Open Source stack and deployment to the cloud.

    Java
    View on GitHub↗692
  • google/subparG

    google/subpar

    0View on GitHub↗

    Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.

    View on GitHub↗0
  • googlecloudplatform/distrolessGoogleCloudPlatform avatar

    GoogleCloudPlatform/distroless

    22,774View on GitHub↗

    Distroless provides a set of OCI-compliant minimal base images and hardening tools designed to create secure, language-specific execution environments. These images are stripped of non-essential system binaries, shells, and package managers to reduce the container attack surface. The project utilizes upstream-tracked automated patching to monitor operating system releases and generate updated images when security vulnerabilities are addressed. It ensures supply chain integrity through image provenance verification using ephemeral-key digital signatures. The system supports the generation of

    Starlark
    View on GitHub↗22,774
  • googlecloudplatform/gifinatorG

    GoogleCloudPlatform/gifinator

    0View on GitHub↗
    View on GitHub↗0
  • grpc-ecosystem/grpc-simon-saysgrpc-ecosystem avatar

    grpc-ecosystem/grpc-simon-says

    138View on GitHub↗

    This is an example project using gRPC and Kubernetes to build a multiplayer version of the game "Simon Says".

    Go
    View on GitHub↗138
  • harlow/go-micro-servicesharlow avatar

    harlow/go-micro-services

    1,090View on GitHub↗

    HTTP up front, Protobufs in the rear

    Goconsulgogolang
    View on GitHub↗1,090
  • kastiglione/bazel-xcode-demo-swift-driverkastiglione avatar

    kastiglione/bazel-xcode-demo-swift-driver

    56View on GitHub↗

    This is a demo of Bazel and Xcode integration. This isn't an actual fork of apple/swift-driver.

    Swift
    View on GitHub↗56
  • kriscfoster/multi-language-bazel-monorepokriscfoster avatar

    kriscfoster/multi-language-bazel-monorepo

    121View on GitHub↗

    I wanted to try to set up a multi-language monorepo using bazel for experimentation purposes. You can follow the journey on YouTube.

    Starlark
    View on GitHub↗121
  • langchain-ai/langchainlangchain-ai avatar

    langchain-ai/langchain

    139,458View on GitHub↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing

    Pythonagentsaiai-agents
    View on GitHub↗139,458
  • langchain-ai/langgraphlangchain-ai avatar

    langchain-ai/langgraph

    34,925View on GitHub↗

    LangGraph is a framework for building stateful, multi-step agentic workflows by modeling application logic as a directed graph. It provides a runtime environment where complex tasks are orchestrated through interconnected nodes and edges, allowing developers to manage state transitions, persistent memory, and control flow across long-running automated processes. The platform distinguishes itself through its native support for human-in-the-loop automation, enabling developers to define breakpoints that pause execution for manual review, modification, or approval. It also features checkpoint-ba

    Pythonagentsaiai-agents
    View on GitHub↗34,925
  • lixd/grpc-go-exampleL

    lixd/grpc-go-example

    0View on GitHub↗
    View on GitHub↗0
  • mortenson/grpc-game-exampleM

    mortenson/grpc-game-example

    0View on GitHub↗
    View on GitHub↗0
  • nickdecooman/bazel-rust-docker-examplenickdecooman avatar

    nickdecooman/bazel-rust-docker-example

    13View on GitHub↗

    This project is intended to demonstrate a Bazel setup for Rust services with Docker support.

    Starlark
    View on GitHub↗13
  • rakyll/opencensus-grpc-demoR

    rakyll/opencensus-grpc-demo

    0View on GitHub↗
    View on GitHub↗0
  • requests/requestsrequests avatar

    requests/requests

    54,070View on GitHub↗

    Requests is a Python HTTP client library used for sending HTTP requests and handling responses. It serves as a network client providing fundamental components for session management, proxy routing, multi-part uploading, and SSL/TLS certificate verification. The project distinguishes itself through a session manager that maintains cookies and reuses TCP connections to improve network performance. It also includes a dedicated multi-part form uploader for transmitting binary data and an integrated SSL/TLS certificate verifier to ensure encrypted and trusted communication. The library covers a b

    Python
    View on GitHub↗54,070
  • ridha/grpc-streaming-demoR

    ridha/grpc-streaming-demo

    0View on GitHub↗
    View on GitHub↗0
  • rodydavis/lit-3d-pianoR

    rodydavis/lit-3d-piano

    0View on GitHub↗

    3D Piano built with Lit, Three.js and Tone.js

    View on GitHub↗0
  • rodydavis/lit-nativerodydavis avatar

    rodydavis/lit-native

    41View on GitHub↗

    Reuse lit web components on native platforms.

    Swift
    View on GitHub↗41
  • rodydavis/lit-node-editorR

    rodydavis/lit-node-editor

    0View on GitHub↗

    Node editor built with canvas api, simple graph data structure and included transforms for scale, pan and move.

    View on GitHub↗0
  • rodydavis/vite-rxdb-litR

    rodydavis/vite-rxdb-lit

    0View on GitHub↗

    Minimal example to get RxDB running with vite.

    View on GitHub↗0
  • saturnism/grpc-java-by-exampleS

    saturnism/grpc-java-by-example

    0View on GitHub↗
    View on GitHub↗0
  • shuza/kubernetes-go-grpcS

    shuza/kubernetes-go-grpc

    0View on GitHub↗
    View on GitHub↗0
  • squzy/squzysquzy avatar

    squzy/squzy

    480View on GitHub↗

    Join our Slack

    Go
    View on GitHub↗480
  • streamlit/llm-examplesstreamlit avatar

    streamlit/llm-examples

    907View on GitHub↗
    Python
    View on GitHub↗907