Metadata-Version: 2.5
Name: leap-bundle
Version: 0.11.0
Summary: Deprecated: the LEAP Model Bundling Service is no longer available. See https://docs.liquid.ai/lfm/help/deprecations#deprecated-sdks
Project-URL: Homepage, https://leap.liquid.ai
Project-URL: Documentation, https://docs.liquid.ai/lfm/help/deprecations#deprecated-sdks
Project-URL: CHANGELOG, https://docs.liquid.ai/leap/leap-bundle/changelog
Project-URL: License, https://www.liquid.ai/lfm-license
Author-email: Liquid AI <leap@liquid.ai>
Maintainer-email: Liren Tu <liren@liquid.ai>
License: LFM Open License v1.0
Keywords: ai,cli,edge-model,machine-learning
Classifier: Development Status :: 7 - Inactive
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Software Distribution
Requires-Python: >=3.9
Requires-Dist: rich>=14.1.0
Description-Content-Type: text/markdown

# leap-bundle (deprecated)

> [!WARNING]
> The **LEAP SDK** and the **LEAP Model Bundling Service** (`leap-bundle`) have been deprecated. This CLI no longer performs any operations; it only prints a deprecation notice. All user data will be deleted 7 days after your last submission.

As coding agents become more capable, they can work with llama.cpp and GGUF model checkpoints directly. Since the LEAP SDK is built on llama.cpp, the SDK and bundling service now mostly add overhead and slow developers down.

Thank you for using LEAP. Here is how to migrate:

| Deprecated | Recommended replacement | Migration guide |
| --- | --- | --- |
| LEAP SDK (iOS, Android, JVM, Kotlin/Native) | [llama.cpp](https://github.com/ggml-org/llama.cpp) used directly — see [Build with llama.cpp](https://docs.liquid.ai/deployment/on-device/llama-cpp) | [Migrating from LEAP SDK](https://docs.liquid.ai/deployment/on-device/llama-cpp/migrating-from-leap-sdk) |
| LEAP Model Bundling Service / `leap-bundle` | Download GGUF files from [Hugging Face](https://huggingface.co/LiquidAI) and run them with [llama.cpp](https://github.com/ggml-org/llama.cpp) | [Build with llama.cpp](https://docs.liquid.ai/deployment/on-device/llama-cpp) |

See the [deprecations page](https://docs.liquid.ai/lfm/help/deprecations#deprecated-sdks) for more details.

## CHANGELOG

https://docs.liquid.ai/leap/leap-bundle/changelog

## License

[LFM Open License v1.0](https://www.liquid.ai/lfm-license)
