{"id":30458459,"url":"https://github.com/mgross21/anon-ai","last_synced_at":"2026-05-07T13:13:50.548Z","repository":{"id":302788198,"uuid":"1013623809","full_name":"MGross21/anon-ai","owner":"MGross21","description":"Containerized service to run LLM locally with anonymous internet proxy","archived":false,"fork":false,"pushed_at":"2025-08-19T08:01:12.000Z","size":81,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-19T10:35:56.352Z","etag":null,"topics":["anonymity","linux","local-ai","ollama","open-webui","privacy","programming","searxng","tor"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MGross21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-07-04T07:45:48.000Z","updated_at":"2025-08-19T08:01:15.000Z","dependencies_parsed_at":"2025-08-19T10:35:59.428Z","dependency_job_id":null,"html_url":"https://github.com/MGross21/anon-ai","commit_stats":null,"previous_names":["mgross21/local-ai","mgross21/anon-ai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MGross21/anon-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGross21%2Fanon-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGross21%2Fanon-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGross21%2Fanon-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGross21%2Fanon-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MGross21","download_url":"https://codeload.github.com/MGross21/anon-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGross21%2Fanon-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271755882,"owners_count":24815495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["anonymity","linux","local-ai","ollama","open-webui","privacy","programming","searxng","tor"],"created_at":"2025-08-23T17:04:45.790Z","updated_at":"2026-05-07T13:13:50.543Z","avatar_url":"https://github.com/MGross21.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anonymous Local AI\n\nProvides a fully self-hosted AI stack for private, local language model inference and search, with a strong focus on privacy.\n\n\n![Preview Image](https://raw.githubusercontent.com/MGross21/anon-ai/main/assets/hello_world_llama.PNG)\n\n\u003e [!WARNING]\n\u003e **Minimum System Requirements**\n\u003e\n\u003e - **Disk Space:** ~15 GB\n\u003e - **RAM:** 11 GB\n\n\n## Overview\n\nThis repository integrates four primary software components:\n\n1. **Ollama** – Local large language model serving.\n2. **SearXNG** – Privacy-focused, anonymized search engine.\n3. **Open WebUI** – User-friendly chat interface for interaction.\n4. **Tor** – Enables anonymous network access and search through the Tor network.\n\n## Instructions\n\n### Install Required Packages\n\n#### Docker\n\n```bash\nsudo \u003cpackage-manager\u003e docker docker-compose\n```\n\n### System Services and Permissions\n\nFollowing [this tutorial](https://docs.docker.com/engine/install/linux-postinstall/),\n\n```bash\nsudo systemctl start docker # may take some time\nsudo systemctl enable docker\nsudo groupadd docker # optional, group may already exist\nsudo usermod -aG docker $USER\nnewgrp docker # activate changes\n```\n\n#### Optional Test\n\n```bash\ndocker run hello-world\n```\n\n*If you encounter permission errors, it is recommended to reboot your system to ensure that group membership changes take effect.*\n\n### Donwload Repository\n\n```bash\ngit clone https://github.com/MGross21/local-ai\ncd local-ai\n```\n\n### Starting up\n\n[See other models here](https://ollama.com/library?sort=popular)\n\n```bash\ndocker compose up -d\n```\n\n\u003c!-- Pulling Ollama Model (Containerized):\n```\ndocker exec local-ai-ollama-1 ollama pull \u003cmodel-name\u003e\n``` --\u003e\n\n### Opening Stack\n\n| Service         | URL/Port                | Preview                      |\n|-----------------|------------------------|----------------------------------|\n| Web UI          | [localhost:3000](http://localhost:3000/) | ![Open WebUI](assets/open_webui_minimal.png) |\n| SearXNG         | [localhost:8080](http://localhost:8080/) | ![SearXNG](assets/searxng.png)       |\n| Ollama API      | [localhost:11435](http://localhost:11435/) |           `Ollama is running`                       |\n\n### Shutdown\n\n```bash\ndocker compose down\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgross21%2Fanon-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgross21%2Fanon-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgross21%2Fanon-ai/lists"}