CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/build_pages.py
docs/doc.config.yaml
docs/favicon.svg
docs/i18n-translations.js
docs/i18n.js
docs/index.html
docs/installation.html
docs/quickstart.html
docs/robots.txt
docs/sitemap.xml
docs/style.css
js/tsconfig.json
js/esm/crawler.d.ts
js/esm/crawler.d.ts.map
js/esm/crawler.js
js/esm/crawler.js.map
js/esm/exceptions.d.ts
js/esm/exceptions.d.ts.map
js/esm/exceptions.js
js/esm/exceptions.js.map
js/esm/index.d.ts
js/esm/index.d.ts.map
js/esm/index.js
js/esm/index.js.map
js/esm/models.d.ts
js/esm/models.d.ts.map
js/esm/models.js
js/esm/models.js.map
js/esm/runtime.d.ts
js/esm/runtime.d.ts.map
js/esm/runtime.js
js/esm/runtime.js.map
js/esm/server.d.ts
js/esm/server.d.ts.map
js/esm/server.js
js/esm/server.js.map
js/src/crawler.ts
js/src/exceptions.ts
js/src/index.ts
js/src/models.ts
js/src/runtime.ts
js/src/server.ts
scripts/check_git_remotes.py
scripts/download_prebuilt.py
scripts/generate_and_verify_report.py
scripts/install.sh
termux_llamacpp/__init__.py
termux_llamacpp/__main__.py
termux_llamacpp/cli.py
termux_llamacpp/config.py
termux_llamacpp/crawler.py
termux_llamacpp/downloader.py
termux_llamacpp/engine.py
termux_llamacpp/exceptions.py
termux_llamacpp/hardware.py
termux_llamacpp/security.py
termux_llamacpp/server.py
termux_llamacpp.egg-info/PKG-INFO
termux_llamacpp.egg-info/SOURCES.txt
termux_llamacpp.egg-info/dependency_links.txt
termux_llamacpp.egg-info/entry_points.txt
termux_llamacpp.egg-info/requires.txt
termux_llamacpp.egg-info/top_level.txt
termux_llamacpp/__pycache__/__init__.cpython-312.pyc
termux_llamacpp/__pycache__/__main__.cpython-312.pyc
termux_llamacpp/__pycache__/cli.cpython-312.pyc
termux_llamacpp/__pycache__/config.cpython-312.pyc
termux_llamacpp/__pycache__/crawler.cpython-312.pyc
termux_llamacpp/__pycache__/downloader.cpython-312.pyc
termux_llamacpp/__pycache__/engine.cpython-312.pyc
termux_llamacpp/__pycache__/exceptions.cpython-312.pyc
termux_llamacpp/__pycache__/hardware.cpython-312.pyc
termux_llamacpp/__pycache__/security.cpython-312.pyc
termux_llamacpp/__pycache__/server.cpython-312.pyc
termux_llamacpp/registry/models.json
termux_llamacpp/scripts/install.sh
termux_llamacpp/trust/release-2026-01.pub
termux_llamacpp/trust/revoked-keys.json
tests/test_cli.py
tests/test_crawler.py
tests/test_downloader.py
tests/test_hardware.py
tests/test_security.py
tests/test_server.py