# orion **Repository Path**: orion-proxy/orion ## Basic Information - **Project Name**: orion - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-03-03 - **Last Updated**: 2025-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README orion-proxy-logo ## Introduction Orion Proxy is a high performance and memeory safe implementation of popular [Envoy Proxy](https://www.envoyproxy.io/). Orion Proxy is implemented in Rust using high-quality open source components. ### Key features **Memory Safety** Rust programming language allows to avoid a whole lot of bugs related to memory memory management and data racess making Orion Proxy a very robust and secure application. **Performance** Orion Proxy offers 2x-4x better throughput and latency than Envoy Proxy. Refer to [Performance](docs/performance/performance.md) to see performance figures and how tested Orion Proxy for more details. **Compatibility** Orion Proxy configuration is generated from Envoy's xDS protobuf definitions. Orion Proxy aims to be a drop in replacement for Envoy. ## Quick Start ### Building ```console git clone https://github.com/kmesh-net/orion-proxy cd orion-proxy git submodule init git update --force cargo build ``` ### Running ```console cargo run --bin orion -- --config orion-proxy/conf/orion-runtime.yaml ``` ## License Orion Proxy is licensed under the [Apache License, Version 2.0](./LICENSE).