# conda-presto conda-presto resolves conda package specifications without creating or changing an environment. Use it through the `conda presto` CLI, the Litestar HTTP API, a GitHub Action, or the internal broker-backed conda solver. ::::{grid} 1 1 2 2 :gutter: 3 :::{grid-item-card} {octicon}`rocket` Quick start :link: quickstart :link-type: doc Install conda-presto, run one resolve, and start a local HTTP server. ::: :::{grid-item-card} {octicon}`mortar-board` Tutorials :link: tutorials/index :link-type: doc Learn multi-platform locking, HTTP operation, environment review, and the local solver service through guided workflows. ::: :::{grid-item-card} {octicon}`tools` How-to guides :link: how-to/index :link-type: doc Complete a specific CLI, API, Docker, broker, cache, monitoring, or CI task. ::: :::{grid-item-card} {octicon}`book` Reference :link: reference/index :link-type: doc Look up exact flags, endpoints, schemas, cache rules, service contracts, image behavior, and environment variables. ::: :::{grid-item-card} {octicon}`gear` Explanation :link: explanation/index :link-type: doc Understand architecture, deployment modes, review semantics, caching, performance, and trust boundaries. ::: :::{grid-item-card} {octicon}`light-bulb` Roadmap :link: proposals :link-type: doc See shipped release streams and future work linked to GitHub issues. ::: :::{grid-item-card} {octicon}`log` Changelog :link: changelog :link-type: doc Read release history and unreleased user-visible changes. ::: :::: ```{toctree} :caption: Start here :hidden: quickstart ``` ```{toctree} :caption: Tutorials :hidden: tutorials/index ``` ```{toctree} :caption: How-to guides :hidden: how-to/index ``` ```{toctree} :caption: Reference :hidden: reference/index ``` ```{toctree} :caption: Explanation :hidden: explanation/index ``` ```{toctree} :caption: Project :hidden: proposals changelog ```