mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 02:42:16 +00:00
feat: add download/clone tracking and PyPI publishing
- Add shields.io badges to docs front page (desktop downloads, PyPI installs, git clones, GitHub stars) - Add daily GitHub Action to accumulate git clone traffic data - Add PyPI publish workflow triggered on tags and releases - Add PyPI metadata (license, authors, classifiers, URLs) to pyproject.toml Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
3c34ad47ab
commit
84582ff64f
@@ -9,6 +9,13 @@ hide:
|
||||
|
||||
# Personal AI, On Personal Devices
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/open-jarvis/OpenJarvis/releases"><img src="https://img.shields.io/github/downloads/open-jarvis/OpenJarvis/total?label=Desktop%20Downloads&logo=github&color=blue" alt="Desktop Downloads"></a>
|
||||
<a href="https://pypistats.org/packages/openjarvis"><img src="https://img.shields.io/pypi/dm/openjarvis?label=PyPI%20Installs/month&logo=python&color=blue" alt="PyPI Downloads"></a>
|
||||
<a href="https://github.com/open-jarvis/OpenJarvis"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/open-jarvis/OpenJarvis/main/.github/clone-stats/badge.json" alt="Git Clones"></a>
|
||||
<a href="https://github.com/open-jarvis/OpenJarvis"><img src="https://img.shields.io/github/stars/open-jarvis/OpenJarvis?style=social" alt="GitHub Stars"></a>
|
||||
</p>
|
||||
|
||||
<p class="hero-tagline">
|
||||
OpenJarvis is a research framework for composable, on-device AI systems.
|
||||
Build personal AI that runs on your hardware. Cloud APIs are optional.
|
||||
|
||||
Reference in New Issue
Block a user