{"id":22293405,"url":"https://github.com/smartloop-ai/smartloop","last_synced_at":"2026-04-01T18:20:26.252Z","repository":{"id":250628352,"uuid":"809280530","full_name":"smartloop-ai/smartloop","owner":"smartloop-ai","description":"On-device personal AI assistant","archived":false,"fork":false,"pushed_at":"2026-03-26T16:09:01.000Z","size":356,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-27T06:42:05.028Z","etag":null,"topics":["ai","auto-tuning","fine-tune-llms","fine-tuning","framework","gemma","gguf","llm","llm-inference","textual","tui","tui-app"],"latest_commit_sha":null,"homepage":"https://smartloop.ai","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smartloop-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-02T08:39:37.000Z","updated_at":"2026-03-26T16:11:11.000Z","dependencies_parsed_at":"2024-09-13T23:25:24.399Z","dependency_job_id":"082e5331-d956-4ef0-8f0f-1466e720bfa7","html_url":"https://github.com/smartloop-ai/smartloop","commit_stats":{"total_commits":34,"total_committers":3,"mean_commits":"11.333333333333334","dds":"0.17647058823529416","last_synced_commit":"de5fa51484fc02b6c23641943f328c731a71da17"},"previous_names":["smartloophq/smartloop-cli","lexichq/smartloop"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/smartloop-ai/smartloop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartloop-ai%2Fsmartloop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartloop-ai%2Fsmartloop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartloop-ai%2Fsmartloop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartloop-ai%2Fsmartloop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartloop-ai","download_url":"https://codeload.github.com/smartloop-ai/smartloop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartloop-ai%2Fsmartloop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","auto-tuning","fine-tune-llms","fine-tuning","framework","gemma","gguf","llm","llm-inference","textual","tui","tui-app"],"created_at":"2024-12-03T17:29:00.671Z","updated_at":"2026-04-01T18:20:26.225Z","avatar_url":"https://github.com/smartloop-ai.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://smartloop.ai\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/user-attachments/assets/9ced8d4f-3c5d-46e5-a1e8-0b7e9e70e4d9\" /\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/user-attachments/assets/c08ace32-92f9-4d50-849e-ee68c4ac1a48\" /\u003e\n      \u003cimg width=\"149\" height=\"28\" alt=\"Smartloop\" src=\"https://github.com/user-attachments/assets/9ced8d4f-3c5d-46e5-a1e8-0b7e9e70e4d9\" /\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003eAn AI assistant to generate information and auto-tune from documents\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/smartloop-ai/smartloop/release.yml\"/\u003e\n\u003c/p\u003e\n\n[![Smartloop Terminal UI](screenshot.png)](https://smartloop.ai)\n\n---\n\n### Installation\n\nCopy and paste the following script to your terminal to get started:\n\n```bash\ncurl -fsSL https://smartloop.ai/install | bash\n```\n\nInstall using [Homebrew](https://brew.sh) (recommended):\n\n**macOS**\n\n```bash\nbrew tap smartloop-ai/smartloop\nbrew install smartloop\n```\n\n**Linux**\n\n```bash\n# Install Homebrew for Linux first (if not already installed)\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n\nbrew tap smartloop-ai/smartloop\nbrew install smartloop\n```\n\n\u003e [!TIP]\n\u003e To upgrade: `brew update \u0026\u0026 brew upgrade smartloop`\n\n\n\n**From source:**\n\n\u003e [!NOTE]\n\u003e Requires Python 3.11. For NVIDIA GPU acceleration, install [CUDA 12.6](https://developer.nvidia.com/cuda-12-6-0-download-archive) before proceeding.\n\n```bash\ngit clone https://github.com/smartloop-ai/smartloop.git\ncd smartloop\npip install -r requirements.txt\npython main.py run\n```\n\n### Uninstall\n\n```bash\n# If installed via Homebrew\nbrew uninstall smartloop\nbrew untap smartloop-ai/smartloop\n\n# If installed via curl\ncurl -fsSL https://smartloop.ai/uninstall | bash\n```\n\n### Usage\n\n```bash\n# View available commands\nslp --help\n\n# Initialize a new project\nslp init -t \u003cdeveloper_token\u003e\n\n# Add a document\nslp add document.pdf\n\n# Run interactive chat\nslp run\n\n# no tui \nslp run --no-tui\n```\n\n\n### Project Management\n\n```bash\nslp projects create \u003cname\u003e\nslp projects list\nslp projects switch \u003cname\u003e\nslp status\n```\n\n### Server Management\n\nSLP includes a background API server compatible with OpenAI's chat completion format.\n\n```bash\nslp server start\nslp server stop\nslp server status\n```\n\nOn macOS, the server can also be managed via `brew services` (if installed using Homebrew):\n\n```bash\nbrew services start smartloop\nbrew services stop smartloop\n```\n\nOn Linux/WSL, the installer creates a systemd user service:\n\n```bash\nsystemctl --user start smartloop\nsystemctl --user stop smartloop\nsystemctl --user status smartloop\n```\n\n### Requirements\n\n| Requirement | Description | Required |\n|-------------|-------------|----------|\n| OS | macOS (Apple Silicon) or Linux (x86_64) or WSL | Yes |\n| Python | 3.11+ | Yes |\n| CUDA | 12.6+ (NVIDIA GPU acceleration) Metal | No |\n| Metal| Bespoke on mac | yes |\n\n### Troubleshooting\n\n#### GPU not detected / Falls back to CPU\n\nIf the app falls back to CPU on a GPU-enabled system:\n\n1. **Enable persistence mode:**\n   ```bash\n   sudo nvidia-smi -pm ENABLED\n   ```\n\n2. **Verify GPU detection:**\n   ```bash\n   nvidia-smi\n   ```\n\nIf issues persist, ensure NVIDIA drivers are properly installed.\n\n### License\n\n© 2016 Smartloop Inc.\n\nAll code is licensed under the GPL, v3 or later. See [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartloop-ai%2Fsmartloop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartloop-ai%2Fsmartloop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartloop-ai%2Fsmartloop/lists"}