@wenathlan/saddle 1.8.17 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dockerfile +1339 -0
- package/README.md +68 -22
- package/alternatives.ts +1218 -0
- package/biome.json +153 -0
- package/boards.json +1517 -0
- package/compute.ts +3144 -0
- package/cores.json +1801 -0
- package/dist/acquisition.d.ts +359 -0
- package/dist/acquisition.d.ts.map +1 -0
- package/dist/acquisition.js +629 -0
- package/dist/acquisition.js.map +1 -0
- package/dist/alternatives.d.ts +509 -0
- package/dist/alternatives.d.ts.map +1 -0
- package/dist/alternatives.js +951 -0
- package/dist/alternatives.js.map +1 -0
- package/dist/automation.d.ts +426 -0
- package/dist/automation.d.ts.map +1 -0
- package/dist/automation.js +561 -0
- package/dist/automation.js.map +1 -0
- package/dist/browser.d.ts +562 -0
- package/dist/browser.d.ts.map +1 -0
- package/dist/browser.js +1057 -0
- package/dist/browser.js.map +1 -0
- package/dist/capacitor.config.d.ts +13 -0
- package/dist/capacitor.config.d.ts.map +1 -0
- package/dist/capacitor.config.js +26 -0
- package/dist/capacitor.config.js.map +1 -0
- package/dist/cli.d.ts +17 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +111 -0
- package/dist/cli.js.map +1 -0
- package/dist/communication.d.ts +192 -0
- package/dist/communication.d.ts.map +1 -0
- package/dist/communication.js +418 -0
- package/dist/communication.js.map +1 -0
- package/dist/compute.d.ts +1161 -0
- package/dist/compute.d.ts.map +1 -0
- package/dist/compute.js +2273 -0
- package/dist/compute.js.map +1 -0
- package/dist/distribution.d.ts +529 -0
- package/dist/distribution.d.ts.map +1 -0
- package/dist/distribution.js +811 -0
- package/dist/distribution.js.map +1 -0
- package/dist/execution.d.ts +530 -0
- package/dist/execution.d.ts.map +1 -0
- package/dist/execution.js +761 -0
- package/dist/execution.js.map +1 -0
- package/dist/format.d.ts +19 -0
- package/dist/format.d.ts.map +1 -0
- package/dist/format.js +60 -0
- package/dist/format.js.map +1 -0
- package/dist/foundation.d.ts +176 -0
- package/dist/foundation.d.ts.map +1 -0
- package/dist/foundation.js +309 -0
- package/dist/foundation.js.map +1 -0
- package/dist/index.d.ts +733 -122
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1018 -122
- package/dist/index.js.map +1 -1
- package/dist/integration.d.ts +236 -0
- package/dist/integration.d.ts.map +1 -0
- package/dist/integration.js +236 -0
- package/dist/integration.js.map +1 -0
- package/dist/intelligence.d.ts +94 -0
- package/dist/intelligence.d.ts.map +1 -0
- package/dist/intelligence.js +145 -0
- package/dist/intelligence.js.map +1 -0
- package/dist/isolation.d.ts +129 -0
- package/dist/isolation.d.ts.map +1 -0
- package/dist/isolation.js +96 -0
- package/dist/isolation.js.map +1 -0
- package/dist/media.d.ts +344 -0
- package/dist/media.d.ts.map +1 -0
- package/dist/media.js +986 -0
- package/dist/media.js.map +1 -0
- package/dist/modes.d.ts +359 -0
- package/dist/modes.d.ts.map +1 -0
- package/dist/modes.js +134 -0
- package/dist/modes.js.map +1 -0
- package/dist/{library/public.d.ts → operations.d.ts} +15 -1
- package/dist/operations.d.ts.map +1 -0
- package/dist/{library/public.js → operations.js} +18 -7
- package/dist/operations.js.map +1 -0
- package/dist/orchestrator.d.ts +1339 -0
- package/dist/orchestrator.d.ts.map +1 -0
- package/dist/orchestrator.js +4308 -0
- package/dist/orchestrator.js.map +1 -0
- package/dist/performance.d.ts +416 -0
- package/dist/performance.d.ts.map +1 -0
- package/dist/performance.js +827 -0
- package/dist/performance.js.map +1 -0
- package/dist/quantum.d.ts +810 -0
- package/dist/quantum.d.ts.map +1 -0
- package/dist/quantum.js +2073 -0
- package/dist/quantum.js.map +1 -0
- package/dist/render.d.ts +381 -0
- package/dist/render.d.ts.map +1 -0
- package/dist/render.js +1073 -0
- package/dist/render.js.map +1 -0
- package/dist/scheduler.d.ts +596 -0
- package/dist/scheduler.d.ts.map +1 -0
- package/dist/scheduler.js +1259 -0
- package/dist/scheduler.js.map +1 -0
- package/dist/security.d.ts +501 -0
- package/dist/security.d.ts.map +1 -0
- package/dist/security.js +1170 -0
- package/dist/security.js.map +1 -0
- package/dist/server.d.ts +21 -0
- package/dist/server.d.ts.map +1 -0
- package/dist/{server/node.js → server.js} +16 -2
- package/dist/server.js.map +1 -0
- package/dist/tiers.d.ts +1002 -0
- package/dist/tiers.d.ts.map +1 -0
- package/dist/tiers.js +2165 -0
- package/dist/tiers.js.map +1 -0
- package/dist/virtual.d.ts +641 -0
- package/dist/virtual.d.ts.map +1 -0
- package/dist/virtual.js +1285 -0
- package/dist/virtual.js.map +1 -0
- package/dist/virtualcpu.d.ts +316 -0
- package/dist/virtualcpu.d.ts.map +1 -0
- package/dist/virtualcpu.js +1180 -0
- package/dist/virtualcpu.js.map +1 -0
- package/dist/virtualgpu.d.ts +345 -0
- package/dist/virtualgpu.d.ts.map +1 -0
- package/dist/virtualgpu.js +1000 -0
- package/dist/virtualgpu.js.map +1 -0
- package/dist/virtualization.d.ts +607 -0
- package/dist/virtualization.d.ts.map +1 -0
- package/dist/virtualization.js +1187 -0
- package/dist/virtualization.js.map +1 -0
- package/dist/virtualmemory.d.ts +818 -0
- package/dist/virtualmemory.d.ts.map +1 -0
- package/dist/virtualmemory.js +1796 -0
- package/dist/virtualmemory.js.map +1 -0
- package/dist/webscrape.d.ts +720 -0
- package/dist/webscrape.d.ts.map +1 -0
- package/dist/webscrape.js +2697 -0
- package/dist/webscrape.js.map +1 -0
- package/docker.config +769 -0
- package/docs/CONVERSA.txt +1523 -0
- package/docs/alternatives.md +499 -0
- package/docs/architecture-1.8.19.md +76 -0
- package/docs/architecture-1.8.19.mmd +33 -0
- package/docs/architecture-1.8.19.png +0 -0
- package/docs/architecture.md +355 -0
- package/docs/artifactavailability.md +6 -0
- package/docs/brancharchive-2026-08-18.md +18 -0
- package/docs/browser.md +7 -0
- package/docs/consolidation.md +70 -0
- package/docs/e2ugh-engine.md +528 -0
- package/{dist/examples/localjob.js → docs/example-localjob.ts} +3 -3
- package/{dist/examples/publicapi.js → docs/example-publicapi.ts} +2 -2
- package/docs/hardware.md +342 -0
- package/docs/optimization.md +126 -0
- package/docs/performance.md +499 -0
- package/docs/planning.1.8.18.md +94 -0
- package/docs/planning.1.8.19.md +49 -0
- package/docs/releasenotes-1.8.17.md +6 -0
- package/docs/releasenotes-1.8.18.md +32 -0
- package/docs/releasenotes-1.8.19.md +35 -0
- package/docs/research-1.8.18-isolation.md +43 -0
- package/docs/research-1.8.19-virtual-browser.md +27 -0
- package/docs/saddle.archive.1.8.17.tar.gz.gpg +0 -0
- package/docs/security.md +454 -0
- package/docs/todo-1.8.16.md +56 -1
- package/docs/todo-1.8.18.md +164 -0
- package/docs/todo-1.8.19.md +241 -0
- package/docs/viability.md +777 -0
- package/docs/virtualization.md +335 -0
- package/docs/web-duplicatecleanup.md +9 -0
- package/docs/web-ideas.md +106 -0
- package/docs/workflowimprovements-2026-08-19.md +70 -0
- package/gpumonitor.cpp +1543 -0
- package/gpus.json +2408 -0
- package/index.ts +1478 -0
- package/media.ts +1337 -0
- package/mttg.config +1549 -0
- package/orchestrator.ts +5462 -0
- package/package.json +304 -55
- package/passage.config +1331 -0
- package/performance.ts +1049 -0
- package/processors.json +2217 -0
- package/qemu.config +1062 -0
- package/qemubridge.py +1340 -0
- package/quantum.ts +2393 -0
- package/render.ts +1325 -0
- package/scheduler.ts +1600 -0
- package/security.ts +1449 -0
- package/tiers.ts +2871 -0
- package/tsconfig.json +29 -0
- package/virtualcpu.ts +1273 -0
- package/virtualgpu.ts +1181 -0
- package/virtualhardware.c +1011 -0
- package/virtualhardware.json +739 -0
- package/virtualization.ts +1628 -0
- package/virtualizationcore.cpp +4635 -0
- package/virtualmemory.ts +2303 -0
- package/vm.config.json +1910 -0
- package/{extension → web/extension}/manifest.json +1 -1
- package/web/readme.md +382 -0
- package/web/tsconfig.json +25 -0
- package/dist/adapters/forge.d.ts +0 -17
- package/dist/adapters/forge.d.ts.map +0 -1
- package/dist/adapters/forge.js +0 -19
- package/dist/adapters/forge.js.map +0 -1
- package/dist/adapters/forgejo.d.ts +0 -49
- package/dist/adapters/forgejo.d.ts.map +0 -1
- package/dist/adapters/forgejo.js +0 -8
- package/dist/adapters/forgejo.js.map +0 -1
- package/dist/adapters/github.d.ts +0 -12
- package/dist/adapters/github.d.ts.map +0 -1
- package/dist/adapters/github.js +0 -20
- package/dist/adapters/github.js.map +0 -1
- package/dist/adapters/gitlab.d.ts +0 -17
- package/dist/adapters/gitlab.d.ts.map +0 -1
- package/dist/adapters/gitlab.js +0 -10
- package/dist/adapters/gitlab.js.map +0 -1
- package/dist/adapters/huggingface.d.ts +0 -17
- package/dist/adapters/huggingface.d.ts.map +0 -1
- package/dist/adapters/huggingface.js +0 -6
- package/dist/adapters/huggingface.js.map +0 -1
- package/dist/adapters/socket.d.ts +0 -11
- package/dist/adapters/socket.d.ts.map +0 -1
- package/dist/adapters/socket.js +0 -17
- package/dist/adapters/socket.js.map +0 -1
- package/dist/adapters/transport.d.ts +0 -7
- package/dist/adapters/transport.d.ts.map +0 -1
- package/dist/adapters/transport.js +0 -36
- package/dist/adapters/transport.js.map +0 -1
- package/dist/ai/chunk.d.ts +0 -2
- package/dist/ai/chunk.d.ts.map +0 -1
- package/dist/ai/chunk.js +0 -36
- package/dist/ai/chunk.js.map +0 -1
- package/dist/ai/llmstxt.d.ts +0 -6
- package/dist/ai/llmstxt.d.ts.map +0 -1
- package/dist/ai/llmstxt.js +0 -12
- package/dist/ai/llmstxt.js.map +0 -1
- package/dist/ai/provenance.d.ts +0 -22
- package/dist/ai/provenance.d.ts.map +0 -1
- package/dist/ai/provenance.js +0 -25
- package/dist/ai/provenance.js.map +0 -1
- package/dist/ai/rag.d.ts +0 -26
- package/dist/ai/rag.d.ts.map +0 -1
- package/dist/ai/rag.js +0 -22
- package/dist/ai/rag.js.map +0 -1
- package/dist/ai/tokens.d.ts +0 -15
- package/dist/ai/tokens.d.ts.map +0 -1
- package/dist/ai/tokens.js +0 -9
- package/dist/ai/tokens.js.map +0 -1
- package/dist/api/auth.d.ts +0 -16
- package/dist/api/auth.d.ts.map +0 -1
- package/dist/api/auth.js +0 -19
- package/dist/api/auth.js.map +0 -1
- package/dist/api/contracts.d.ts +0 -28
- package/dist/api/contracts.d.ts.map +0 -1
- package/dist/api/contracts.js +0 -14
- package/dist/api/contracts.js.map +0 -1
- package/dist/api/control.d.ts +0 -10
- package/dist/api/control.d.ts.map +0 -1
- package/dist/api/control.js +0 -35
- package/dist/api/control.js.map +0 -1
- package/dist/api/http.d.ts +0 -7
- package/dist/api/http.d.ts.map +0 -1
- package/dist/api/http.js +0 -12
- package/dist/api/http.js.map +0 -1
- package/dist/api/rate.d.ts +0 -28
- package/dist/api/rate.d.ts.map +0 -1
- package/dist/api/rate.js +0 -36
- package/dist/api/rate.js.map +0 -1
- package/dist/api/security.d.ts +0 -12
- package/dist/api/security.d.ts.map +0 -1
- package/dist/api/security.js +0 -56
- package/dist/api/security.js.map +0 -1
- package/dist/api/service.d.ts +0 -5
- package/dist/api/service.d.ts.map +0 -1
- package/dist/api/service.js +0 -70
- package/dist/api/service.js.map +0 -1
- package/dist/apps/registry.d.ts +0 -33
- package/dist/apps/registry.d.ts.map +0 -1
- package/dist/apps/registry.js +0 -24
- package/dist/apps/registry.js.map +0 -1
- package/dist/binary/archive.d.ts +0 -27
- package/dist/binary/archive.d.ts.map +0 -1
- package/dist/binary/archive.js +0 -46
- package/dist/binary/archive.js.map +0 -1
- package/dist/binary/build.d.ts +0 -29
- package/dist/binary/build.d.ts.map +0 -1
- package/dist/binary/build.js +0 -17
- package/dist/binary/build.js.map +0 -1
- package/dist/binary/transform.d.ts +0 -70
- package/dist/binary/transform.d.ts.map +0 -1
- package/dist/binary/transform.js +0 -105
- package/dist/binary/transform.js.map +0 -1
- package/dist/bot/adapter.d.ts +0 -5
- package/dist/bot/adapter.d.ts.map +0 -1
- package/dist/bot/adapter.js +0 -11
- package/dist/bot/adapter.js.map +0 -1
- package/dist/bot/bot.d.ts +0 -28
- package/dist/bot/bot.d.ts.map +0 -1
- package/dist/bot/bot.js +0 -52
- package/dist/bot/bot.js.map +0 -1
- package/dist/bot/commands.d.ts +0 -8
- package/dist/bot/commands.d.ts.map +0 -1
- package/dist/bot/commands.js +0 -19
- package/dist/bot/commands.js.map +0 -1
- package/dist/bot/permissions.d.ts +0 -13
- package/dist/bot/permissions.d.ts.map +0 -1
- package/dist/bot/permissions.js +0 -16
- package/dist/bot/permissions.js.map +0 -1
- package/dist/browser/actions.d.ts +0 -33
- package/dist/browser/actions.d.ts.map +0 -1
- package/dist/browser/actions.js +0 -44
- package/dist/browser/actions.js.map +0 -1
- package/dist/browser/agent.d.ts +0 -21
- package/dist/browser/agent.d.ts.map +0 -1
- package/dist/browser/agent.js +0 -13
- package/dist/browser/agent.js.map +0 -1
- package/dist/browser/context.d.ts +0 -43
- package/dist/browser/context.d.ts.map +0 -1
- package/dist/browser/context.js +0 -54
- package/dist/browser/context.js.map +0 -1
- package/dist/browser/fingerprint.d.ts +0 -4
- package/dist/browser/fingerprint.d.ts.map +0 -1
- package/dist/browser/fingerprint.js +0 -12
- package/dist/browser/fingerprint.js.map +0 -1
- package/dist/browser/index.d.ts +0 -11
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/index.js +0 -11
- package/dist/browser/index.js.map +0 -1
- package/dist/browser/playwright.d.ts +0 -11
- package/dist/browser/playwright.d.ts.map +0 -1
- package/dist/browser/playwright.js +0 -24
- package/dist/browser/playwright.js.map +0 -1
- package/dist/browser/recorder.d.ts +0 -21
- package/dist/browser/recorder.d.ts.map +0 -1
- package/dist/browser/recorder.js +0 -58
- package/dist/browser/recorder.js.map +0 -1
- package/dist/browser/session.d.ts +0 -14
- package/dist/browser/session.d.ts.map +0 -1
- package/dist/browser/session.js +0 -21
- package/dist/browser/session.js.map +0 -1
- package/dist/browser/snapshot.d.ts +0 -69
- package/dist/browser/snapshot.d.ts.map +0 -1
- package/dist/browser/snapshot.js +0 -133
- package/dist/browser/snapshot.js.map +0 -1
- package/dist/captcha/contract.d.ts +0 -35
- package/dist/captcha/contract.d.ts.map +0 -1
- package/dist/captcha/contract.js +0 -17
- package/dist/captcha/contract.js.map +0 -1
- package/dist/captcha/evidence.d.ts +0 -10
- package/dist/captcha/evidence.d.ts.map +0 -1
- package/dist/captcha/evidence.js +0 -9
- package/dist/captcha/evidence.js.map +0 -1
- package/dist/captcha/guard.d.ts +0 -23
- package/dist/captcha/guard.d.ts.map +0 -1
- package/dist/captcha/guard.js +0 -12
- package/dist/captcha/guard.js.map +0 -1
- package/dist/cli/main.d.ts +0 -4
- package/dist/cli/main.d.ts.map +0 -1
- package/dist/cli/main.js +0 -46
- package/dist/cli/main.js.map +0 -1
- package/dist/core/errors.d.ts +0 -84
- package/dist/core/errors.d.ts.map +0 -1
- package/dist/core/errors.js +0 -54
- package/dist/core/errors.js.map +0 -1
- package/dist/core/events.d.ts +0 -9
- package/dist/core/events.d.ts.map +0 -1
- package/dist/core/events.js +0 -21
- package/dist/core/events.js.map +0 -1
- package/dist/core/hash.d.ts +0 -10
- package/dist/core/hash.d.ts.map +0 -1
- package/dist/core/hash.js +0 -82
- package/dist/core/hash.js.map +0 -1
- package/dist/core/ids.d.ts +0 -10
- package/dist/core/ids.d.ts.map +0 -1
- package/dist/core/ids.js +0 -15
- package/dist/core/ids.js.map +0 -1
- package/dist/delivery/manifest.d.ts +0 -35
- package/dist/delivery/manifest.d.ts.map +0 -1
- package/dist/delivery/manifest.js +0 -68
- package/dist/delivery/manifest.js.map +0 -1
- package/dist/deploy/index.d.ts +0 -6
- package/dist/deploy/index.d.ts.map +0 -1
- package/dist/deploy/index.js +0 -6
- package/dist/deploy/index.js.map +0 -1
- package/dist/dispatch/resumable.d.ts +0 -102
- package/dist/dispatch/resumable.d.ts.map +0 -1
- package/dist/dispatch/resumable.js +0 -64
- package/dist/dispatch/resumable.js.map +0 -1
- package/dist/dispatch/workflow.d.ts +0 -6
- package/dist/dispatch/workflow.d.ts.map +0 -1
- package/dist/dispatch/workflow.js +0 -37
- package/dist/dispatch/workflow.js.map +0 -1
- package/dist/domain/artifacts.d.ts +0 -12
- package/dist/domain/artifacts.d.ts.map +0 -1
- package/dist/domain/artifacts.js +0 -14
- package/dist/domain/artifacts.js.map +0 -1
- package/dist/domain/jobs.d.ts +0 -12
- package/dist/domain/jobs.d.ts.map +0 -1
- package/dist/domain/jobs.js +0 -20
- package/dist/domain/jobs.js.map +0 -1
- package/dist/domain/providers.d.ts +0 -10
- package/dist/domain/providers.d.ts.map +0 -1
- package/dist/domain/providers.js +0 -8
- package/dist/domain/providers.js.map +0 -1
- package/dist/domain/runtime.d.ts +0 -14
- package/dist/domain/runtime.d.ts.map +0 -1
- package/dist/domain/runtime.js +0 -10
- package/dist/domain/runtime.js.map +0 -1
- package/dist/domain/sessions.d.ts +0 -12
- package/dist/domain/sessions.d.ts.map +0 -1
- package/dist/domain/sessions.js +0 -57
- package/dist/domain/sessions.js.map +0 -1
- package/dist/examples/localjob.d.ts +0 -2
- package/dist/examples/localjob.d.ts.map +0 -1
- package/dist/examples/localjob.js.map +0 -1
- package/dist/examples/publicapi.d.ts +0 -2
- package/dist/examples/publicapi.d.ts.map +0 -1
- package/dist/examples/publicapi.js.map +0 -1
- package/dist/extension/build.d.ts +0 -9
- package/dist/extension/build.d.ts.map +0 -1
- package/dist/extension/build.js +0 -85
- package/dist/extension/build.js.map +0 -1
- package/dist/extension/content.d.ts +0 -6
- package/dist/extension/content.d.ts.map +0 -1
- package/dist/extension/content.js +0 -135
- package/dist/extension/content.js.map +0 -1
- package/dist/extension/index.d.ts +0 -7
- package/dist/extension/index.d.ts.map +0 -1
- package/dist/extension/index.js +0 -7
- package/dist/extension/index.js.map +0 -1
- package/dist/extension/pagebridge.d.ts +0 -6
- package/dist/extension/pagebridge.d.ts.map +0 -1
- package/dist/extension/pagebridge.js +0 -42
- package/dist/extension/pagebridge.js.map +0 -1
- package/dist/extension/permissions.d.ts +0 -26
- package/dist/extension/permissions.d.ts.map +0 -1
- package/dist/extension/permissions.js +0 -28
- package/dist/extension/permissions.js.map +0 -1
- package/dist/extension/popup.d.ts +0 -5
- package/dist/extension/popup.d.ts.map +0 -1
- package/dist/extension/popup.js +0 -26
- package/dist/extension/popup.js.map +0 -1
- package/dist/extension/protocol.d.ts +0 -58
- package/dist/extension/protocol.d.ts.map +0 -1
- package/dist/extension/protocol.js +0 -101
- package/dist/extension/protocol.js.map +0 -1
- package/dist/extension/serviceworker.d.ts +0 -25
- package/dist/extension/serviceworker.d.ts.map +0 -1
- package/dist/extension/serviceworker.js +0 -102
- package/dist/extension/serviceworker.js.map +0 -1
- package/dist/extension/worker.d.ts +0 -28
- package/dist/extension/worker.d.ts.map +0 -1
- package/dist/extension/worker.js +0 -22
- package/dist/extension/worker.js.map +0 -1
- package/dist/format/check.d.ts +0 -8
- package/dist/format/check.d.ts.map +0 -1
- package/dist/format/check.js +0 -38
- package/dist/format/check.js.map +0 -1
- package/dist/library/public.d.ts.map +0 -1
- package/dist/library/public.js.map +0 -1
- package/dist/mcp/browser.d.ts +0 -9
- package/dist/mcp/browser.d.ts.map +0 -1
- package/dist/mcp/browser.js +0 -13
- package/dist/mcp/browser.js.map +0 -1
- package/dist/mcp/server.d.ts +0 -35
- package/dist/mcp/server.d.ts.map +0 -1
- package/dist/mcp/server.js +0 -40
- package/dist/mcp/server.js.map +0 -1
- package/dist/mcp/transport.d.ts +0 -7
- package/dist/mcp/transport.d.ts.map +0 -1
- package/dist/mcp/transport.js +0 -17
- package/dist/mcp/transport.js.map +0 -1
- package/dist/memory/bridge.d.ts +0 -14
- package/dist/memory/bridge.d.ts.map +0 -1
- package/dist/memory/bridge.js +0 -16
- package/dist/memory/bridge.js.map +0 -1
- package/dist/memory/engine.d.ts +0 -38
- package/dist/memory/engine.d.ts.map +0 -1
- package/dist/memory/engine.js +0 -109
- package/dist/memory/engine.js.map +0 -1
- package/dist/memory/modes.d.ts +0 -43
- package/dist/memory/modes.d.ts.map +0 -1
- package/dist/memory/modes.js +0 -66
- package/dist/memory/modes.js.map +0 -1
- package/dist/memory/objects.d.ts +0 -21
- package/dist/memory/objects.d.ts.map +0 -1
- package/dist/memory/objects.js +0 -20
- package/dist/memory/objects.js.map +0 -1
- package/dist/memory/planner.d.ts +0 -66
- package/dist/memory/planner.d.ts.map +0 -1
- package/dist/memory/planner.js +0 -108
- package/dist/memory/planner.js.map +0 -1
- package/dist/memory/targets.d.ts +0 -78
- package/dist/memory/targets.d.ts.map +0 -1
- package/dist/memory/targets.js +0 -29
- package/dist/memory/targets.js.map +0 -1
- package/dist/memory/transforms.d.ts +0 -19
- package/dist/memory/transforms.d.ts.map +0 -1
- package/dist/memory/transforms.js +0 -14
- package/dist/memory/transforms.js.map +0 -1
- package/dist/modes/matrix.d.ts +0 -23
- package/dist/modes/matrix.d.ts.map +0 -1
- package/dist/modes/matrix.js +0 -18
- package/dist/modes/matrix.js.map +0 -1
- package/dist/modes/modes.d.ts +0 -33
- package/dist/modes/modes.d.ts.map +0 -1
- package/dist/modes/modes.js +0 -15
- package/dist/modes/modes.js.map +0 -1
- package/dist/modes/resolve.d.ts +0 -96
- package/dist/modes/resolve.d.ts.map +0 -1
- package/dist/modes/resolve.js +0 -48
- package/dist/modes/resolve.js.map +0 -1
- package/dist/observability/metrics.d.ts +0 -14
- package/dist/observability/metrics.d.ts.map +0 -1
- package/dist/observability/metrics.js +0 -18
- package/dist/observability/metrics.js.map +0 -1
- package/dist/packager/manifest.d.ts +0 -66
- package/dist/packager/manifest.d.ts.map +0 -1
- package/dist/packager/manifest.js +0 -94
- package/dist/packager/manifest.js.map +0 -1
- package/dist/packager/publish.d.ts +0 -51
- package/dist/packager/publish.d.ts.map +0 -1
- package/dist/packager/publish.js +0 -18
- package/dist/packager/publish.js.map +0 -1
- package/dist/packager/targetcli.d.ts +0 -7
- package/dist/packager/targetcli.d.ts.map +0 -1
- package/dist/packager/targetcli.js +0 -22
- package/dist/packager/targetcli.js.map +0 -1
- package/dist/persistence/adapter.d.ts +0 -5
- package/dist/persistence/adapter.d.ts.map +0 -1
- package/dist/persistence/adapter.js +0 -11
- package/dist/persistence/adapter.js.map +0 -1
- package/dist/persistence/drizzle.d.ts +0 -2
- package/dist/persistence/drizzle.d.ts.map +0 -1
- package/dist/persistence/drizzle.js +0 -12
- package/dist/persistence/drizzle.js.map +0 -1
- package/dist/persistence/memory.d.ts +0 -2
- package/dist/persistence/memory.d.ts.map +0 -1
- package/dist/persistence/memory.js +0 -27
- package/dist/persistence/memory.js.map +0 -1
- package/dist/persistence/migrations.d.ts +0 -19
- package/dist/persistence/migrations.d.ts.map +0 -1
- package/dist/persistence/migrations.js +0 -13
- package/dist/persistence/migrations.js.map +0 -1
- package/dist/persistence/prisma.d.ts +0 -2
- package/dist/persistence/prisma.d.ts.map +0 -1
- package/dist/persistence/prisma.js +0 -25
- package/dist/persistence/prisma.js.map +0 -1
- package/dist/persistence/schema.d.ts +0 -63
- package/dist/persistence/schema.d.ts.map +0 -1
- package/dist/persistence/schema.js +0 -28
- package/dist/persistence/schema.js.map +0 -1
- package/dist/persistence/sql.d.ts +0 -3
- package/dist/persistence/sql.d.ts.map +0 -1
- package/dist/persistence/sql.js +0 -37
- package/dist/persistence/sql.js.map +0 -1
- package/dist/protocol/blocks.d.ts +0 -10
- package/dist/protocol/blocks.d.ts.map +0 -1
- package/dist/protocol/blocks.js +0 -26
- package/dist/protocol/blocks.js.map +0 -1
- package/dist/protocol/json.d.ts +0 -6
- package/dist/protocol/json.d.ts.map +0 -1
- package/dist/protocol/json.js +0 -6
- package/dist/protocol/json.js.map +0 -1
- package/dist/protocol/ndjson.d.ts +0 -3
- package/dist/protocol/ndjson.d.ts.map +0 -1
- package/dist/protocol/ndjson.js +0 -20
- package/dist/protocol/ndjson.js.map +0 -1
- package/dist/protocol/sse.d.ts +0 -7
- package/dist/protocol/sse.d.ts.map +0 -1
- package/dist/protocol/sse.js +0 -25
- package/dist/protocol/sse.js.map +0 -1
- package/dist/proxy/pool.d.ts +0 -9
- package/dist/proxy/pool.d.ts.map +0 -1
- package/dist/proxy/pool.js +0 -27
- package/dist/proxy/pool.js.map +0 -1
- package/dist/queue/idempotency.d.ts +0 -10
- package/dist/queue/idempotency.d.ts.map +0 -1
- package/dist/queue/idempotency.js +0 -13
- package/dist/queue/idempotency.js.map +0 -1
- package/dist/queue/persistent.d.ts +0 -14
- package/dist/queue/persistent.d.ts.map +0 -1
- package/dist/queue/persistent.js +0 -66
- package/dist/queue/persistent.js.map +0 -1
- package/dist/queue/queue.d.ts +0 -7
- package/dist/queue/queue.d.ts.map +0 -1
- package/dist/queue/queue.js +0 -55
- package/dist/queue/queue.js.map +0 -1
- package/dist/queue/saga.d.ts +0 -5
- package/dist/queue/saga.d.ts.map +0 -1
- package/dist/queue/saga.js +0 -20
- package/dist/queue/saga.js.map +0 -1
- package/dist/release/assets.d.ts +0 -144
- package/dist/release/assets.d.ts.map +0 -1
- package/dist/release/assets.js +0 -157
- package/dist/release/assets.js.map +0 -1
- package/dist/release/evidence.d.ts +0 -92
- package/dist/release/evidence.d.ts.map +0 -1
- package/dist/release/evidence.js +0 -148
- package/dist/release/evidence.js.map +0 -1
- package/dist/release/verify.d.ts +0 -12
- package/dist/release/verify.d.ts.map +0 -1
- package/dist/release/verify.js +0 -112
- package/dist/release/verify.js.map +0 -1
- package/dist/runners/chain.d.ts +0 -125
- package/dist/runners/chain.d.ts.map +0 -1
- package/dist/runners/chain.js +0 -95
- package/dist/runners/chain.js.map +0 -1
- package/dist/runners/health.d.ts +0 -36
- package/dist/runners/health.d.ts.map +0 -1
- package/dist/runners/health.js +0 -26
- package/dist/runners/health.js.map +0 -1
- package/dist/runners/heartbeat.d.ts +0 -23
- package/dist/runners/heartbeat.d.ts.map +0 -1
- package/dist/runners/heartbeat.js +0 -29
- package/dist/runners/heartbeat.js.map +0 -1
- package/dist/runners/inprocess.d.ts +0 -17
- package/dist/runners/inprocess.d.ts.map +0 -1
- package/dist/runners/inprocess.js +0 -20
- package/dist/runners/inprocess.js.map +0 -1
- package/dist/runners/scheduler.d.ts +0 -5
- package/dist/runners/scheduler.d.ts.map +0 -1
- package/dist/runners/scheduler.js +0 -19
- package/dist/runners/scheduler.js.map +0 -1
- package/dist/runtime/abort.d.ts +0 -8
- package/dist/runtime/abort.d.ts.map +0 -1
- package/dist/runtime/abort.js +0 -13
- package/dist/runtime/abort.js.map +0 -1
- package/dist/runtime/compatibility.d.ts +0 -37
- package/dist/runtime/compatibility.d.ts.map +0 -1
- package/dist/runtime/compatibility.js +0 -10
- package/dist/runtime/compatibility.js.map +0 -1
- package/dist/runtime/detect.d.ts +0 -13
- package/dist/runtime/detect.d.ts.map +0 -1
- package/dist/runtime/detect.js +0 -18
- package/dist/runtime/detect.js.map +0 -1
- package/dist/runtime/engine.d.ts +0 -20
- package/dist/runtime/engine.d.ts.map +0 -1
- package/dist/runtime/engine.js +0 -61
- package/dist/runtime/engine.js.map +0 -1
- package/dist/runtime/retry.d.ts +0 -19
- package/dist/runtime/retry.d.ts.map +0 -1
- package/dist/runtime/retry.js +0 -54
- package/dist/runtime/retry.js.map +0 -1
- package/dist/runtime/worker.d.ts +0 -10
- package/dist/runtime/worker.d.ts.map +0 -1
- package/dist/runtime/worker.js +0 -25
- package/dist/runtime/worker.js.map +0 -1
- package/dist/scrape/cache.d.ts +0 -45
- package/dist/scrape/cache.d.ts.map +0 -1
- package/dist/scrape/cache.js +0 -45
- package/dist/scrape/cache.js.map +0 -1
- package/dist/scrape/crawl.d.ts +0 -47
- package/dist/scrape/crawl.d.ts.map +0 -1
- package/dist/scrape/crawl.js +0 -114
- package/dist/scrape/crawl.js.map +0 -1
- package/dist/scrape/extract.d.ts +0 -63
- package/dist/scrape/extract.d.ts.map +0 -1
- package/dist/scrape/extract.js +0 -47
- package/dist/scrape/extract.js.map +0 -1
- package/dist/scrape/normalize.d.ts +0 -52
- package/dist/scrape/normalize.d.ts.map +0 -1
- package/dist/scrape/normalize.js +0 -102
- package/dist/scrape/normalize.js.map +0 -1
- package/dist/scrape/robots.d.ts +0 -37
- package/dist/scrape/robots.d.ts.map +0 -1
- package/dist/scrape/robots.js +0 -71
- package/dist/scrape/robots.js.map +0 -1
- package/dist/scrape/schema.d.ts +0 -23
- package/dist/scrape/schema.d.ts.map +0 -1
- package/dist/scrape/schema.js +0 -92
- package/dist/scrape/schema.js.map +0 -1
- package/dist/scrape/scraper.d.ts +0 -6
- package/dist/scrape/scraper.d.ts.map +0 -1
- package/dist/scrape/scraper.js +0 -46
- package/dist/scrape/scraper.js.map +0 -1
- package/dist/scrape/semantic.d.ts +0 -25
- package/dist/scrape/semantic.d.ts.map +0 -1
- package/dist/scrape/semantic.js +0 -27
- package/dist/scrape/semantic.js.map +0 -1
- package/dist/server/node.d.ts +0 -7
- package/dist/server/node.d.ts.map +0 -1
- package/dist/server/node.js.map +0 -1
- package/dist/sessions/file.d.ts +0 -25
- package/dist/sessions/file.d.ts.map +0 -1
- package/dist/sessions/file.js +0 -13
- package/dist/sessions/file.js.map +0 -1
- package/dist/sessions/replay.d.ts +0 -9
- package/dist/sessions/replay.d.ts.map +0 -1
- package/dist/sessions/replay.js +0 -70
- package/dist/sessions/replay.js.map +0 -1
- package/dist/sessions/store.d.ts +0 -25
- package/dist/sessions/store.d.ts.map +0 -1
- package/dist/sessions/store.js +0 -13
- package/dist/sessions/store.js.map +0 -1
- package/dist/storage/adapter.d.ts +0 -5
- package/dist/storage/adapter.d.ts.map +0 -1
- package/dist/storage/adapter.js +0 -11
- package/dist/storage/adapter.js.map +0 -1
- package/dist/storage/cache.d.ts +0 -23
- package/dist/storage/cache.d.ts.map +0 -1
- package/dist/storage/cache.js +0 -79
- package/dist/storage/cache.js.map +0 -1
- package/dist/storage/checksum.d.ts +0 -3
- package/dist/storage/checksum.d.ts.map +0 -1
- package/dist/storage/checksum.js +0 -19
- package/dist/storage/checksum.js.map +0 -1
- package/dist/storage/chunked.d.ts +0 -21
- package/dist/storage/chunked.d.ts.map +0 -1
- package/dist/storage/chunked.js +0 -67
- package/dist/storage/chunked.js.map +0 -1
- package/dist/storage/content.d.ts +0 -24
- package/dist/storage/content.d.ts.map +0 -1
- package/dist/storage/content.js +0 -44
- package/dist/storage/content.js.map +0 -1
- package/dist/storage/filehosting.d.ts +0 -2
- package/dist/storage/filehosting.d.ts.map +0 -1
- package/dist/storage/filehosting.js +0 -24
- package/dist/storage/filehosting.js.map +0 -1
- package/dist/storage/githubcontents.d.ts +0 -2
- package/dist/storage/githubcontents.d.ts.map +0 -1
- package/dist/storage/githubcontents.js +0 -29
- package/dist/storage/githubcontents.js.map +0 -1
- package/dist/storage/index.d.ts +0 -12
- package/dist/storage/index.d.ts.map +0 -1
- package/dist/storage/index.js +0 -12
- package/dist/storage/index.js.map +0 -1
- package/dist/storage/local.d.ts +0 -2
- package/dist/storage/local.d.ts.map +0 -1
- package/dist/storage/local.js +0 -72
- package/dist/storage/local.js.map +0 -1
- package/dist/storage/memory.d.ts +0 -6
- package/dist/storage/memory.d.ts.map +0 -1
- package/dist/storage/memory.js +0 -36
- package/dist/storage/memory.js.map +0 -1
- package/dist/storage/pool.d.ts +0 -95
- package/dist/storage/pool.d.ts.map +0 -1
- package/dist/storage/pool.js +0 -202
- package/dist/storage/pool.js.map +0 -1
- package/dist/storage/s3compatible.d.ts +0 -3
- package/dist/storage/s3compatible.d.ts.map +0 -1
- package/dist/storage/s3compatible.js +0 -70
- package/dist/storage/s3compatible.js.map +0 -1
- package/dist/storage/sync.d.ts +0 -47
- package/dist/storage/sync.d.ts.map +0 -1
- package/dist/storage/sync.js +0 -75
- package/dist/storage/sync.js.map +0 -1
- package/dist/surfaces/adapters.d.ts +0 -97
- package/dist/surfaces/adapters.d.ts.map +0 -1
- package/dist/surfaces/adapters.js +0 -50
- package/dist/surfaces/adapters.js.map +0 -1
- package/dist/surfaces/controls.d.ts +0 -18
- package/dist/surfaces/controls.d.ts.map +0 -1
- package/dist/surfaces/controls.js +0 -45
- package/dist/surfaces/controls.js.map +0 -1
- package/dist/surfaces/manifest.d.ts +0 -68
- package/dist/surfaces/manifest.d.ts.map +0 -1
- package/dist/surfaces/manifest.js +0 -42
- package/dist/surfaces/manifest.js.map +0 -1
- package/dist/surfaces/n8n.d.ts +0 -25
- package/dist/surfaces/n8n.d.ts.map +0 -1
- package/dist/surfaces/n8n.js +0 -31
- package/dist/surfaces/n8n.js.map +0 -1
- package/dist/surfaces/operations.d.ts +0 -32
- package/dist/surfaces/operations.d.ts.map +0 -1
- package/dist/surfaces/operations.js +0 -53
- package/dist/surfaces/operations.js.map +0 -1
- package/dist/surfaces/requirements.d.ts +0 -29
- package/dist/surfaces/requirements.d.ts.map +0 -1
- package/dist/surfaces/requirements.js +0 -50
- package/dist/surfaces/requirements.js.map +0 -1
- package/dist/surfaces/targets.d.ts +0 -196
- package/dist/surfaces/targets.d.ts.map +0 -1
- package/dist/surfaces/targets.js +0 -27
- package/dist/surfaces/targets.js.map +0 -1
- package/dist/webhook/delivery.d.ts +0 -18
- package/dist/webhook/delivery.d.ts.map +0 -1
- package/dist/webhook/delivery.js +0 -36
- package/dist/webhook/delivery.js.map +0 -1
- package/dist/webhook/receiver.d.ts +0 -26
- package/dist/webhook/receiver.d.ts.map +0 -1
- package/dist/webhook/receiver.js +0 -24
- package/dist/webhook/receiver.js.map +0 -1
- package/dist/webhook/signature.d.ts +0 -3
- package/dist/webhook/signature.d.ts.map +0 -1
- package/dist/webhook/signature.js +0 -7
- package/dist/webhook/signature.js.map +0 -1
- package/dist/workflow/manifest.d.ts +0 -22
- package/dist/workflow/manifest.d.ts.map +0 -1
- package/dist/workflow/manifest.js +0 -21
- package/dist/workflow/manifest.js.map +0 -1
- package/dist/workflow/registry.d.ts +0 -7
- package/dist/workflow/registry.d.ts.map +0 -1
- package/dist/workflow/registry.js +0 -18
- package/dist/workflow/registry.js.map +0 -1
- package/dist/workflow/templates.d.ts +0 -6
- package/dist/workflow/templates.d.ts.map +0 -1
- package/dist/workflow/templates.js +0 -18
- package/dist/workflow/templates.js.map +0 -1
- package/dist/workflow/triggers.d.ts +0 -64
- package/dist/workflow/triggers.d.ts.map +0 -1
- package/dist/workflow/triggers.js +0 -99
- package/dist/workflow/triggers.js.map +0 -1
- package/docs/logs/.gitkeep +0 -0
- package/docs/plans/00.index.md +0 -50
- package/docs/plans/01.architecture.md +0 -86
- package/docs/plans/02.research.computer.use.md +0 -58
- package/docs/plans/03.research.captcha.bypass.md +0 -68
- package/docs/plans/04.research.sandbox.ai.md +0 -52
- package/docs/plans/05.capture.platform.md +0 -57
- package/docs/plans/06.dependencies.md +0 -97
- package/docs/plans/07.captcha.test.page.md +0 -41
- package/docs/plans/08.production.infra.md +0 -70
- package/docs/plans/09.database.schema.md +0 -121
- package/docs/plans/10.cloudinary.storage.md +0 -57
- package/docs/plans/11.movement.logs.json.md +0 -72
- package/docs/plans/12.research.atlas.agent.browser.md +0 -79
- package/docs/plans/13.research.anti.detection.md +0 -898
- package/docs/plans/14.research.proxy.md +0 -1495
- package/docs/plans/15.research.retry.rate.limit.md +0 -1958
- package/docs/plans/16.research.crawling.md +0 -1417
- package/docs/plans/17.research.caching.md +0 -1610
- package/docs/plans/18.research.content.extraction.md +0 -1952
- package/docs/plans/19.research.errors.events.md +0 -1523
- package/docs/plans/20.research.zod.validation.md +0 -1350
- package/docs/plans/21.research.batch.concurrency.md +0 -1888
- package/docs/plans/22.research.universal.runtime.md +0 -944
- package/docs/plans/23.research.ai.integration.md +0 -1465
- package/docs/plans/24.research.memory.persistence.md +0 -1979
- package/docs/plans/25.research.server.api.md +0 -342
- package/docs/plans/26.research.compilation.md +0 -249
- package/docs/plans/27.research.html.parsing.md +0 -251
- package/docs/plans/28.action.plan.md +0 -50
- package/docs/plans/29.api.reference.md +0 -174
- package/docs/plans/30.architecture.plan.md +0 -94
- package/docs/plans/31.auditoria.dados.md +0 -163
- package/docs/plans/32.bots.automacao.computacional.md +0 -214
- package/docs/plans/33.bots.codigo.revisao.md +0 -220
- package/docs/plans/34.bots.seguranca.cicd.md +0 -366
- package/docs/plans/35.comparativo.concorrencia.md +0 -464
- package/docs/plans/36.computational.memory.md +0 -340
- package/docs/plans/37.deploystrategy.md +0 -394
- package/docs/plans/38.flow.md +0 -155
- package/docs/plans/39.multi.platform.bot.md +0 -252
- package/docs/plans/40.npm.publish.md +0 -250
- package/docs/plans/41.o.que.falta.md +0 -407
- package/docs/plans/42.pesquisa.concorrencia.md +0 -721
- package/docs/plans/43.plan.universal.architecture.md +0 -496
- package/docs/plans/44.reference.md +0 -100
- package/docs/plans/45.robotarchitecture.md +0 -237
- package/docs/plans/46.scdnintegration.md +0 -284
- package/docs/plans/47.multiforge.readme.md +0 -129
- package/docs/plans/48.theory.v4.repo.os.md +0 -152
- package/docs/plans/49.third.party.infra.md +0 -12
- package/docs/plans/50.file.as.compute.md +0 -39
- package/docs/plans/51.architecture.virtual.processor.md +0 -80
- package/docs/plans/52.manifesto.v8.md +0 -11
- package/docs/plans/58.cdn.list.md +0 -23
- package/docs/plans/59.sql.frameworks.md +0 -33
- package/docs/plans/60.sql.thirdparty.md +0 -26
- package/docs/plans/61.objective.multiforge.md +0 -63
- package/docs/plans/62.huggingface.upload.md +0 -26
- package/docs/plans/63.kaggle.upload.md +0 -24
- package/docs/plans/64.npm.storage.md +0 -30
- package/docs/plans/65.rclone.terabox.md +0 -32
- package/docs/plans/66.buckets.and.models.todo.md +0 -14
- package/docs/plans/67.database.todo.md +0 -13
- package/docs/plans/68.deploy.packages.todo.md +0 -12
- package/docs/plans/69.report.human.operator.md +0 -133
- package/docs/plans/70.report.brain2qwerty.ems.md +0 -135
- package/docs/plans/71.report.hd.infinito.vram.md +0 -155
- package/docs/plans/72.plan.hd.infinito.node.md +0 -146
- package/docs/plans/73.plan.scifi.repos.md +0 -125
- package/docs/plans/74.000.manifesto.v8.flat.2..md +0 -11
- package/docs/plans/README.md +0 -489
- package/docs/plans/aggregate_platforms.mjs +0 -146
- package/docs/plans/examplesession.json +0 -36
- package/docs/plans/missing-facts.md +0 -192
- package/docs/plans/models.md +0 -64
- package/docs/plans/organize.cjs +0 -270
- package/docs/plans/platforms.md +0 -2887
- package/docs/plans/sites.md +0 -31322
- package/docs/sources/farm.py +0 -117
- package/docs/sources/html/saddle1.html +0 -132
- package/docs/sources/html/saddle2.html +0 -157
- package/docs/sources/html/saddle3.html +0 -119
- package/docs/sources/html/saddle4.html +0 -144
- package/docs/sources/html/saddle5.html +0 -72
- package/docs/sources/html/saddle6.html +0 -171
- package/docs/sources/html/saddle7.html +0 -236
- package/docs/sources/saddle.ts +0 -74
- package/docs/sources/schema.prisma +0 -88
- package/docs/sources/script.sh +0 -64
- package/docs/sources/workflows.yml +0 -458
- package/docs/talks1/_body.txt +0 -14
- package/docs/talks1/_index.md +0 -15
- package/docs/talks1/_screenshot.png +0 -0
- package/docs/talks1/assistant-01.md +0 -5
- package/docs/talks1/assistant-02.md +0 -5
- package/docs/talks1/assistant-03.md +0 -531
- package/docs/talks1/assistant-04.md +0 -26
- package/docs/talks1/assistant-05.md +0 -774
- package/docs/talks1/assistant-06.md +0 -1718
- package/docs/talks1/scrape-share.cjs +0 -185
- package/docs/talks1/scrape-share.ts +0 -183
- package/docs/talks1/user-01.md +0 -3
- package/docs/talks1/user-02.md +0 -3
- package/docs/talks1/user-03.md +0 -88
- package/docs/talks1/user-04.md +0 -3
- package/docs/talks1/user-05.md +0 -3
- package/docs/talks1/user-06.md +0 -88
- package/docs/talks1/user-07.md +0 -88
- package/docs/talks2/_body.txt +0 -14
- package/docs/talks2/_index.md +0 -16
- package/docs/talks2/_screenshot.png +0 -0
- package/docs/talks2/assistant-01.md +0 -5
- package/docs/talks2/assistant-02.md +0 -5
- package/docs/talks2/assistant-03.md +0 -424
- package/docs/talks2/assistant-04.md +0 -598
- package/docs/talks2/assistant-05.md +0 -1280
- package/docs/talks2/assistant-06.md +0 -1227
- package/docs/talks2/assistant-07.md +0 -1252
- package/docs/talks2/user-01.md +0 -3
- package/docs/talks2/user-02.md +0 -3
- package/docs/talks2/user-03.md +0 -88
- package/docs/talks2/user-04.md +0 -88
- package/docs/talks2/user-05.md +0 -88
- package/docs/talks2/user-06.md +0 -88
- package/docs/talks2/user-07.md +0 -3
- package/docs/talks3/_body.txt +0 -467
- package/docs/talks3/_index.md +0 -10
- package/docs/talks3/_screenshot.png +0 -0
- package/docs/talks3/assistant-01.md +0 -417
- package/docs/talks3/assistant-02.md +0 -417
- package/docs/talks3/assistant-03.md +0 -29
- package/docs/talks3/assistant-04.md +0 -727
- package/docs/talks3/user-01.md +0 -88
- package/docs/talks3/user-02.md +0 -88
- package/docs/talks3/user-03.md +0 -3
- package/docs/talks3/user-04.md +0 -3
- package/docs/talks4/_body.txt +0 -14
- package/docs/talks4/_index.md +0 -12
- package/docs/talks4/_screenshot.png +0 -0
- package/docs/talks4/assistant-01.md +0 -5
- package/docs/talks4/assistant-02.md +0 -5
- package/docs/talks4/assistant-03.md +0 -35
- package/docs/talks4/assistant-04.md +0 -512
- package/docs/talks4/assistant-05.md +0 -599
- package/docs/talks4/user-01.md +0 -3
- package/docs/talks4/user-02.md +0 -3
- package/docs/talks4/user-03.md +0 -88
- package/docs/talks4/user-04.md +0 -88
- package/docs/talks4/user-05.md +0 -7
- package/docs/talks5/_body.txt +0 -14
- package/docs/talks5/_index.md +0 -13
- package/docs/talks5/_screenshot.png +0 -0
- package/docs/talks5/assistant-01.md +0 -5
- package/docs/talks5/assistant-02.md +0 -5
- package/docs/talks5/assistant-03.md +0 -690
- package/docs/talks5/assistant-04.md +0 -758
- package/docs/talks5/assistant-05.md +0 -974
- package/docs/talks5/user-01.md +0 -3
- package/docs/talks5/user-02.md +0 -3
- package/docs/talks5/user-03.md +0 -105
- package/docs/talks5/user-04.md +0 -105
- package/docs/talks5/user-05.md +0 -63
- package/docs/talks5/user-06.md +0 -105
- package/docs/talks6/_body.txt +0 -14
- package/docs/talks6/_index.md +0 -9
- package/docs/talks6/_screenshot.png +0 -0
- package/docs/talks6/assistant-01.md +0 -5
- package/docs/talks6/assistant-02.md +0 -5
- package/docs/talks6/assistant-03.md +0 -1499
- package/docs/talks6/user-01.md +0 -3
- package/docs/talks6/user-02.md +0 -3
- package/docs/talks6/user-03.md +0 -88
- package/docs/talks6/user-04.md +0 -88
- package/docs/talks7/_body.txt +0 -14
- package/docs/talks7/_index.md +0 -10
- package/docs/talks7/_screenshot.png +0 -0
- package/docs/talks7/assistant-01.md +0 -5
- package/docs/talks7/assistant-02.md +0 -5
- package/docs/talks7/assistant-03.md +0 -523
- package/docs/talks7/assistant-04.md +0 -617
- package/docs/talks7/user-01.md +0 -3
- package/docs/talks7/user-02.md +0 -3
- package/docs/talks7/user-03.md +0 -105
- package/docs/talks7/user-04.md +0 -67
- package/docs/talks8/conversa1.txt +0 -1322
- package/docs/talks8/conversa2.txt +0 -237
- package/docs/talks9/Beyond the Obvious_ 50 Plataformas Auto-Hospedadas de Forja de C/303/263digo para Al/303/251m de Gitea e GitLab.md" +0 -174
- package/docs/talks9/De NPM a Multi-Linguagem_ Uma Arquitetura T/303/251cnica para a Execu/303/247/303/243o Integrada de C/303/263digo no Ecossistema Node.js.md" +0 -59
- package/docs/talks9/De NPM a VMs Virtuais_ Uma An/303/241lise Arquitet/303/264nica para a Realiza/303/247/303/243o do Ciclo de Vida do Projeto SADDLE.md" +0 -91
- package/docs/talks9/Mapeamento da Engrenagem Computacional_ Uma Arquitetura para Execu/303/247/303/243o Isolada e Persist/303/252ncia em Ambientes Distribu/303/255dos.md" +0 -116
- package/docs/talks9/O Cen/303/241rio Pr/303/241tico do SADDLE_ Uma An/303/241lise de Viabilidade e Modelo de Ciclo de Vida Integrado.md" +0 -128
- package/docs/talks9/README (2).md +0 -489
- package/docs/talks9/README.md +0 -198
- package/docs/talks9/Viabilidade do Saddle_ Uma An/303/241lise T/303/251cnica da Transforma/303/247/303/243o de Armazenamento Remoto em Mem/303/263ria Computacional.md" +0 -80
- package/docs/talks9/conversa.txt +0 -544
- package/docs/talks9/other (2).md +0 -39
- package/docs/talks9/other.md +0 -57
- package/docs/talks9/outro.txt +0 -24
- /package/{extension/README.md → docs/extension.md} +0 -0
package/docs/plans/platforms.md
DELETED
|
@@ -1,2887 +0,0 @@
|
|
|
1
|
-
# Plataformas / Sites extraídos de sites.md (agrupado por categoria)
|
|
2
|
-
Total de plataformas (agrupadas): 911
|
|
3
|
-
Total de categorias: 74
|
|
4
|
-
|
|
5
|
-
## Abordagens ainda mais mínimas ou peer-oriented
|
|
6
|
-
|
|
7
|
-
### basic-git-web-interface _(sem link)_
|
|
8
|
-
|
|
9
|
-
### Grove _(sem link)_
|
|
10
|
-
|
|
11
|
-
### mygit _(sem link)_
|
|
12
|
-
|
|
13
|
-
## Acadêmicas, Históricas, GNU e Nichos
|
|
14
|
-
|
|
15
|
-
### ChiliProject
|
|
16
|
-
URL: https://www.chiliproject.org/
|
|
17
|
-
|
|
18
|
-
### Disroot Git
|
|
19
|
-
URL: https://git.disroot.org/
|
|
20
|
-
|
|
21
|
-
### GitHub Enterprise Server
|
|
22
|
-
URL: https://github.com/enterprise
|
|
23
|
-
|
|
24
|
-
### GitLab Dedicated
|
|
25
|
-
URL: https://about.gitlab.com/
|
|
26
|
-
|
|
27
|
-
### GitLab.com public instances
|
|
28
|
-
URL: https://gitlab.com/
|
|
29
|
-
|
|
30
|
-
### GNU Savannah
|
|
31
|
-
URL: https://savannah.gnu.org/
|
|
32
|
-
|
|
33
|
-
### Kuba
|
|
34
|
-
URL: https://kuba.software/
|
|
35
|
-
|
|
36
|
-
### Redmine
|
|
37
|
-
URL: https://www.redmine.org/
|
|
38
|
-
|
|
39
|
-
### Savannah Non-GNU
|
|
40
|
-
URL: https://savannah.nongnu.org/
|
|
41
|
-
|
|
42
|
-
### Trac
|
|
43
|
-
URL: https://trac.edgewall.org/
|
|
44
|
-
|
|
45
|
-
## Alternativas Asiáticas (China, Rússia, Japão e região)
|
|
46
|
-
|
|
47
|
-
### Alibaba Cloud DevOps
|
|
48
|
-
URL: https://www.aliyun.com/
|
|
49
|
-
|
|
50
|
-
### Backlog
|
|
51
|
-
URL: https://backlog.com/
|
|
52
|
-
|
|
53
|
-
### Baidu Gitstar / ecossistema
|
|
54
|
-
URL: https://git.baidu.com/
|
|
55
|
-
|
|
56
|
-
### CNB / Tencent Cloud Native Build
|
|
57
|
-
URL: https://cloud.tencent.com/
|
|
58
|
-
|
|
59
|
-
### Codeup (Alibaba)
|
|
60
|
-
URL: https://codeup.aliyun.com/
|
|
61
|
-
|
|
62
|
-
### CODING.net
|
|
63
|
-
URL: https://coding.net/
|
|
64
|
-
|
|
65
|
-
### CSDN Git
|
|
66
|
-
URL: https://gitcode.com/
|
|
67
|
-
|
|
68
|
-
### gitcode.net
|
|
69
|
-
URL: https://gitcode.net/
|
|
70
|
-
|
|
71
|
-
### Gitee
|
|
72
|
-
URL: https://gitee.com/
|
|
73
|
-
|
|
74
|
-
### Huawei CodeArts / DevCloud
|
|
75
|
-
URL: https://www.huaweicloud.com/product/codearts.html
|
|
76
|
-
|
|
77
|
-
### Huawei CodeHub
|
|
78
|
-
URL: https://www.huaweicloud.com/
|
|
79
|
-
|
|
80
|
-
### WeChat Git
|
|
81
|
-
URL: https://git.weixin.qq.com/
|
|
82
|
-
|
|
83
|
-
## Arquivos e Conservação
|
|
84
|
-
|
|
85
|
-
### Software Heritage
|
|
86
|
-
URL: https://www.softwareheritage.org/
|
|
87
|
-
|
|
88
|
-
## CI, Registry e Complementares que Funcionam como Quase-Forge
|
|
89
|
-
|
|
90
|
-
### Artifactory
|
|
91
|
-
URL: https://jfrog.com/artifactory/
|
|
92
|
-
|
|
93
|
-
### Drone
|
|
94
|
-
URL: https://www.drone.io/
|
|
95
|
-
|
|
96
|
-
### Gitea-Mirror
|
|
97
|
-
URL: https://github.com/RayLabsHQ/gitea-mirror
|
|
98
|
-
|
|
99
|
-
### Harbor
|
|
100
|
-
URL: https://goharbor.io/
|
|
101
|
-
|
|
102
|
-
### Nexus
|
|
103
|
-
URL: https://www.sonatype.com/products/nexus-repository
|
|
104
|
-
|
|
105
|
-
### Quay
|
|
106
|
-
URL: https://quay.io/
|
|
107
|
-
|
|
108
|
-
### Woodpecker CI
|
|
109
|
-
URL: https://woodpecker-ci.org/
|
|
110
|
-
|
|
111
|
-
## CI/CD e Complementares que funcionam como “quase-forge”
|
|
112
|
-
|
|
113
|
-
### Argo CD
|
|
114
|
-
URL: https://argo-cd.readthedocs.io/
|
|
115
|
-
|
|
116
|
-
### Buildbot
|
|
117
|
-
URL: https://buildbot.net/
|
|
118
|
-
|
|
119
|
-
### Concourse CI
|
|
120
|
-
URL: https://concourse-ci.org/
|
|
121
|
-
|
|
122
|
-
### Drone CI
|
|
123
|
-
URL: https://www.drone.io/
|
|
124
|
-
|
|
125
|
-
### Flux CD
|
|
126
|
-
URL: https://fluxcd.io/
|
|
127
|
-
|
|
128
|
-
### Tekton
|
|
129
|
-
URL: https://tekton.dev/
|
|
130
|
-
|
|
131
|
-
## CI/CD, Pages, Containers e relacionados
|
|
132
|
-
|
|
133
|
-
### Gitea Actions / Forgejo Actions
|
|
134
|
-
URL: https://docs.gitea.com/usage/actions/overview
|
|
135
|
-
|
|
136
|
-
### GitHub Actions
|
|
137
|
-
URL: https://github.com/features/actions
|
|
138
|
-
|
|
139
|
-
### Heroku
|
|
140
|
-
URL: https://www.heroku.com/
|
|
141
|
-
|
|
142
|
-
### Jenkins
|
|
143
|
-
URL: https://www.jenkins.io/
|
|
144
|
-
|
|
145
|
-
### JFrog Artifactory
|
|
146
|
-
URL: https://jfrog.com/artifactory/
|
|
147
|
-
|
|
148
|
-
### Sonatype Nexus
|
|
149
|
-
URL: https://www.sonatype.com/products/nexus-repository
|
|
150
|
-
|
|
151
|
-
## Clássicos e legados
|
|
152
|
-
|
|
153
|
-
### CloudForge
|
|
154
|
-
URL: https://www.cloudforge.com/
|
|
155
|
-
|
|
156
|
-
## Clientes e Ambientes que Hospedam ou Espelham
|
|
157
|
-
|
|
158
|
-
### Coder
|
|
159
|
-
URL: https://coder.com/
|
|
160
|
-
|
|
161
|
-
### CodeSandbox
|
|
162
|
-
URL: https://codesandbox.io/
|
|
163
|
-
|
|
164
|
-
### GitKraken
|
|
165
|
-
URL: https://www.gitkraken.com/
|
|
166
|
-
|
|
167
|
-
### Gitpod
|
|
168
|
-
URL: https://www.gitpod.io/
|
|
169
|
-
|
|
170
|
-
### Glitch
|
|
171
|
-
URL: https://glitch.com/
|
|
172
|
-
|
|
173
|
-
### Replit
|
|
174
|
-
URL: https://replit.com/
|
|
175
|
-
|
|
176
|
-
### Só federadas / P2P / AI-agent oriented _(sem link)_
|
|
177
|
-
|
|
178
|
-
### Só instâncias públicas abertas agora _(sem link)_
|
|
179
|
-
|
|
180
|
-
### Só soberania (EU, Índia, Brasil, África, etc.) _(sem link)_
|
|
181
|
-
|
|
182
|
-
### SourceTree
|
|
183
|
-
URL: https://www.sourcetreeapp.com/
|
|
184
|
-
|
|
185
|
-
### StackBlitz
|
|
186
|
-
URL: https://stackblitz.com/
|
|
187
|
-
|
|
188
|
-
### Tower
|
|
189
|
-
URL: https://www.git-tower.com/
|
|
190
|
-
|
|
191
|
-
## Clientes e ferramentas de desktop/review
|
|
192
|
-
|
|
193
|
-
### GitLens
|
|
194
|
-
URL: https://www.gitkraken.com/gitlens
|
|
195
|
-
|
|
196
|
-
### JetBrains Space
|
|
197
|
-
URL: https://www.jetbrains.com/space/
|
|
198
|
-
|
|
199
|
-
### Upsource
|
|
200
|
-
URL: https://www.jetbrains.com/upsource/
|
|
201
|
-
|
|
202
|
-
## Clientes, IDEs e Ambientes que Hospedam Código
|
|
203
|
-
|
|
204
|
-
### Codespaces (GitHub)
|
|
205
|
-
URL: https://github.com/features/codespaces
|
|
206
|
-
|
|
207
|
-
## Clientes, Interfaces, Mirrors e Ferramentas Complementares
|
|
208
|
-
|
|
209
|
-
### CodePen
|
|
210
|
-
URL: https://codepen.io/
|
|
211
|
-
|
|
212
|
-
### Git Mirror tools / git-mirror
|
|
213
|
-
URL: https://github.com/
|
|
214
|
-
|
|
215
|
-
### Gitee Gist
|
|
216
|
-
URL: https://gitee.com/
|
|
217
|
-
|
|
218
|
-
### GitHub Gist
|
|
219
|
-
URL: https://gist.github.com/
|
|
220
|
-
|
|
221
|
-
### GitLab Snippets
|
|
222
|
-
URL: https://docs.gitlab.com/ee/user/snippets.html
|
|
223
|
-
|
|
224
|
-
### GNU Bazaar
|
|
225
|
-
URL: https://bazaar.canonical.com/
|
|
226
|
-
|
|
227
|
-
### JSFiddle
|
|
228
|
-
URL: https://jsfiddle.net/
|
|
229
|
-
|
|
230
|
-
### Mercurial (Hg)
|
|
231
|
-
URL: https://www.mercurial-scm.org/
|
|
232
|
-
|
|
233
|
-
### Pastebin
|
|
234
|
-
URL: https://pastebin.com/
|
|
235
|
-
|
|
236
|
-
### Subversion (SVN)
|
|
237
|
-
URL: https://subversion.apache.org/
|
|
238
|
-
|
|
239
|
-
## Como escolher e evoluir
|
|
240
|
-
|
|
241
|
-
### ·CafeIO _(sem link)_
|
|
242
|
-
|
|
243
|
-
### ·devmedia.com.br _(sem link)_
|
|
244
|
-
|
|
245
|
-
### ·Sowhardh Honnappa _(sem link)_
|
|
246
|
-
|
|
247
|
-
### ais de todos os sites, forges, serviços e ferramentas que você listou (corrigindo duplicatas e typos óbvios como “forejo _(sem link)_
|
|
248
|
-
|
|
249
|
-
### algo que você possa embutir ou customizar profundamente _(sem link)_
|
|
250
|
-
|
|
251
|
-
### Awesome Forgejo Alternatives in 2026 _(sem link)_
|
|
252
|
-
|
|
253
|
-
### Baseten _(sem link)_
|
|
254
|
-
|
|
255
|
-
### CI integrado sem dor de cabeça _(sem link)_
|
|
256
|
-
|
|
257
|
-
### ClearML e Weights & Biases (Artefatos e Gestão de Dados) _(sem link)_
|
|
258
|
-
|
|
259
|
-
### Comet _(sem link)_
|
|
260
|
-
|
|
261
|
-
### DagsHub _(sem link)_
|
|
262
|
-
|
|
263
|
-
### DagsHub (O "GitHub para Machine Learning") _(sem link)_
|
|
264
|
-
|
|
265
|
-
### Deepnote _(sem link)_
|
|
266
|
-
|
|
267
|
-
### Figshare - Datasets e Artefatos de Pesquisa _(sem link)_
|
|
268
|
-
|
|
269
|
-
### Free Platforms to Collaborate on Machine Learning Projects _(sem link)_
|
|
270
|
-
|
|
271
|
-
### GitCode AI (CSDN) _(sem link)_
|
|
272
|
-
|
|
273
|
-
### GitCode AI / Gitee AI _(sem link)_
|
|
274
|
-
|
|
275
|
-
### Global Repositories You Can Upload Your Resources and _(sem link)_
|
|
276
|
-
|
|
277
|
-
### Global Repositories You Can Upload Your Resources and Datasets _(sem link)_
|
|
278
|
-
|
|
279
|
-
### Kaggle (Comunidade e Repositórios de Dados) _(sem link)_
|
|
280
|
-
|
|
281
|
-
### Kaggle (Models & Datasets Hub) _(sem link)_
|
|
282
|
-
|
|
283
|
-
### Manager _(sem link)_
|
|
284
|
-
|
|
285
|
-
### máxima leveza e controle total _(sem link)_
|
|
286
|
-
|
|
287
|
-
### OpenI (启智社区) _(sem link)_
|
|
288
|
-
|
|
289
|
-
### OpenML _(sem link)_
|
|
290
|
-
|
|
291
|
-
### OpenXLab (Shanghai AI Laboratory) _(sem link)_
|
|
292
|
-
|
|
293
|
-
### Replicate - Repositório com Foco em Execução (API-First) _(sem link)_
|
|
294
|
-
|
|
295
|
-
### SiliconFlow - Aposta em Velocidade e Escala _(sem link)_
|
|
296
|
-
|
|
297
|
-
### UC Irvine Machine Learning Repository _(sem link)_
|
|
298
|
-
|
|
299
|
-
### Vários forks de Gitea listados (blender/gitea, neuropoly/gitea, etc.) _(sem link)_
|
|
300
|
-
|
|
301
|
-
### Zenodo (Armazenamento Acadêmico e Permanente) _(sem link)_
|
|
302
|
-
|
|
303
|
-
### Zenodo (CERN) - Armazenamento de Gigantes _(sem link)_
|
|
304
|
-
|
|
305
|
-
### 极狐 GitLab _(sem link)_
|
|
306
|
-
|
|
307
|
-
## Distribuições e projetos comunitários
|
|
308
|
-
|
|
309
|
-
### nixos.org
|
|
310
|
-
URL: https://nixos.org/
|
|
311
|
-
|
|
312
|
-
### OpenDev
|
|
313
|
-
URL: https://opendev.org/
|
|
314
|
-
|
|
315
|
-
### Sourceware
|
|
316
|
-
URL: https://sourceware.org/
|
|
317
|
-
|
|
318
|
-
## Emergentes e Federadas (2025-2026)
|
|
319
|
-
|
|
320
|
-
### Anvil
|
|
321
|
-
URL: https://anvil.demo.jaenis.ch/
|
|
322
|
-
|
|
323
|
-
### gitdot
|
|
324
|
-
URL: https://gitdot.dev/
|
|
325
|
-
|
|
326
|
-
### Vervis
|
|
327
|
-
URL: https://vervis.peers.community/
|
|
328
|
-
|
|
329
|
-
## Extras e Expansão para chegar a 200+
|
|
330
|
-
|
|
331
|
-
### [ ] GitHub —
|
|
332
|
-
URL: https://github.com/
|
|
333
|
-
|
|
334
|
-
### @trebired/git-host — Camada de forge embutível (Bun) _(sem link)_
|
|
335
|
-
|
|
336
|
-
### 389ds.fedoraproject.org
|
|
337
|
-
URL: https://389ds.fedoraproject.org/
|
|
338
|
-
|
|
339
|
-
### 521github.com
|
|
340
|
-
URL: https://521github.com/
|
|
341
|
-
|
|
342
|
-
### about.gitea.com
|
|
343
|
-
URL: https://about.gitea.com/cloud
|
|
344
|
-
|
|
345
|
-
### about.gitlab.com
|
|
346
|
-
URL: https://about.gitlab.com/install/
|
|
347
|
-
|
|
348
|
-
### access.redhat.com
|
|
349
|
-
URL: https://access.redhat.com/
|
|
350
|
-
|
|
351
|
-
### accounts.fedoraproject.org
|
|
352
|
-
URL: https://accounts.fedoraproject.org/
|
|
353
|
-
|
|
354
|
-
### admin.fedoraproject.org
|
|
355
|
-
URL: https://admin.fedoraproject.org/
|
|
356
|
-
|
|
357
|
-
### anonscm.debian.org
|
|
358
|
-
URL: https://anonscm.debian.org/
|
|
359
|
-
|
|
360
|
-
### apache.org
|
|
361
|
-
URL: https://apache.org/
|
|
362
|
-
|
|
363
|
-
### apps.fedoraproject.org
|
|
364
|
-
URL: https://apps.fedoraproject.org/
|
|
365
|
-
|
|
366
|
-
### AppVeyor
|
|
367
|
-
URL: https://www.appveyor.com/
|
|
368
|
-
|
|
369
|
-
### archive.softwareheritage.org
|
|
370
|
-
URL: https://archive.softwareheritage.org/
|
|
371
|
-
|
|
372
|
-
### argo-cd.readthedocs.io
|
|
373
|
-
URL: https://argo-cd.readthedocs.io/
|
|
374
|
-
|
|
375
|
-
### ask.fedoraproject.org
|
|
376
|
-
URL: https://ask.fedoraproject.org/
|
|
377
|
-
|
|
378
|
-
### askubuntu.com
|
|
379
|
-
URL: https://askubuntu.com/
|
|
380
|
-
|
|
381
|
-
### Assembla Git
|
|
382
|
-
URL: https://www.assembla.com/
|
|
383
|
-
|
|
384
|
-
### Azure DevOps Server
|
|
385
|
-
URL: https://azure.microsoft.com/
|
|
386
|
-
|
|
387
|
-
### badges.fedoraproject.org
|
|
388
|
-
URL: https://badges.fedoraproject.org/
|
|
389
|
-
|
|
390
|
-
### bazaar.canonical.com
|
|
391
|
-
URL: https://bazaar.canonical.com/
|
|
392
|
-
|
|
393
|
-
### Beanstalkapp
|
|
394
|
-
URL: https://beanstalkapp.com/
|
|
395
|
-
|
|
396
|
-
### beanstalkapp.com
|
|
397
|
-
URL: https://beanstalkapp.com/
|
|
398
|
-
|
|
399
|
-
### bgithub.xyz
|
|
400
|
-
URL: https://bgithub.xyz/
|
|
401
|
-
|
|
402
|
-
### Bitbucket Server / Data Center
|
|
403
|
-
URL: https://www.atlassian.com/software/bitbucket/data-center
|
|
404
|
-
|
|
405
|
-
### bitbucket.org
|
|
406
|
-
URL: https://bitbucket.org/IBM
|
|
407
|
-
|
|
408
|
-
### blog.fedora-project.org
|
|
409
|
-
URL: https://blog.fedora-project.org/
|
|
410
|
-
|
|
411
|
-
### blog.openshift.com
|
|
412
|
-
URL: https://blog.openshift.com/
|
|
413
|
-
|
|
414
|
-
### bloodhound.apache.org
|
|
415
|
-
URL: https://bloodhound.apache.org/
|
|
416
|
-
|
|
417
|
-
### bodhi.fedoraproject.org
|
|
418
|
-
URL: https://bodhi.fedoraproject.org/
|
|
419
|
-
|
|
420
|
-
### bugit.sourceforge.net
|
|
421
|
-
URL: https://bugit.sourceforge.net/
|
|
422
|
-
|
|
423
|
-
### bugs.launchpad.net
|
|
424
|
-
URL: https://bugs.launchpad.net/ubuntu
|
|
425
|
-
|
|
426
|
-
### bugs.opensuse.org
|
|
427
|
-
URL: https://bugs.opensuse.org/
|
|
428
|
-
|
|
429
|
-
### bugzilla.redhat.com
|
|
430
|
-
URL: https://bugzilla.redhat.com/
|
|
431
|
-
|
|
432
|
-
### build.opensuse.org
|
|
433
|
-
URL: https://build.opensuse.org/
|
|
434
|
-
|
|
435
|
-
### buildbot.net
|
|
436
|
-
URL: https://buildbot.net/
|
|
437
|
-
|
|
438
|
-
### canonical.com
|
|
439
|
-
URL: https://canonical.com/
|
|
440
|
-
|
|
441
|
-
### careers.ibm.com
|
|
442
|
-
URL: https://careers.ibm.com/
|
|
443
|
-
|
|
444
|
-
### catalog.redhat.com
|
|
445
|
-
URL: https://catalog.redhat.com/
|
|
446
|
-
|
|
447
|
-
### cdimage.debian.org
|
|
448
|
-
URL: https://cdimage.debian.org/
|
|
449
|
-
|
|
450
|
-
### cdimage.ubuntu.com
|
|
451
|
-
URL: https://cdimage.ubuntu.com/
|
|
452
|
-
|
|
453
|
-
### cdn.crashmc.com
|
|
454
|
-
URL: https://cdn.crashmc.com/
|
|
455
|
-
|
|
456
|
-
### cf.ghproxy.cc
|
|
457
|
-
URL: https://cf.ghproxy.cc/
|
|
458
|
-
|
|
459
|
-
### ci.debian.net
|
|
460
|
-
URL: https://ci.debian.net/
|
|
461
|
-
|
|
462
|
-
### circleci.com
|
|
463
|
-
URL: https://circleci.com/
|
|
464
|
-
|
|
465
|
-
### cloud-images.ubuntu.com
|
|
466
|
-
URL: https://cloud-images.ubuntu.com/
|
|
467
|
-
|
|
468
|
-
### cloud.google.com
|
|
469
|
-
URL: https://cloud.google.com/secure-source-manager
|
|
470
|
-
|
|
471
|
-
### cloud.ibm.com
|
|
472
|
-
URL: https://cloud.ibm.com/
|
|
473
|
-
|
|
474
|
-
### cloud.redhat.com
|
|
475
|
-
URL: https://cloud.redhat.com/
|
|
476
|
-
|
|
477
|
-
### cloud.tencent.com
|
|
478
|
-
URL: https://cloud.tencent.com/
|
|
479
|
-
|
|
480
|
-
### code.forgejo.org
|
|
481
|
-
URL: https://code.forgejo.org/
|
|
482
|
-
|
|
483
|
-
### code.organicdesign.nz
|
|
484
|
-
URL: https://code.organicdesign.nz/
|
|
485
|
-
|
|
486
|
-
### Codeberg Pages
|
|
487
|
-
URL: https://docs.codeberg.org/
|
|
488
|
-
|
|
489
|
-
### codefloe.com
|
|
490
|
-
URL: https://codefloe.com/
|
|
491
|
-
|
|
492
|
-
### codesearch.debian.net
|
|
493
|
-
URL: https://codesearch.debian.net/
|
|
494
|
-
|
|
495
|
-
### Codeship
|
|
496
|
-
URL: https://codeship.com/
|
|
497
|
-
|
|
498
|
-
### codeship.com
|
|
499
|
-
URL: https://codeship.com/
|
|
500
|
-
|
|
501
|
-
### codeup.aliyun.com
|
|
502
|
-
URL: https://codeup.aliyun.com/
|
|
503
|
-
|
|
504
|
-
### communityblog.fedoraproject.org
|
|
505
|
-
URL: https://communityblog.fedoraproject.org/
|
|
506
|
-
|
|
507
|
-
### concourse-ci.org
|
|
508
|
-
URL: https://concourse-ci.org/
|
|
509
|
-
|
|
510
|
-
### connect.redhat.com
|
|
511
|
-
URL: https://connect.redhat.com/
|
|
512
|
-
|
|
513
|
-
### console.redhat.com
|
|
514
|
-
URL: https://console.redhat.com/
|
|
515
|
-
|
|
516
|
-
### copr.fedorainfracloud.org
|
|
517
|
-
URL: https://copr.fedorainfracloud.org/
|
|
518
|
-
|
|
519
|
-
### cvs.nongnu.org
|
|
520
|
-
URL: https://cvs.nongnu.org/
|
|
521
|
-
|
|
522
|
-
### darcs.net
|
|
523
|
-
URL: https://darcs.net/
|
|
524
|
-
|
|
525
|
-
### db.debian.org
|
|
526
|
-
URL: https://db.debian.org/
|
|
527
|
-
|
|
528
|
-
### demo.gitea.com
|
|
529
|
-
URL: https://demo.gitea.com/
|
|
530
|
-
|
|
531
|
-
### Detalhar migração a partir do GitHub _(sem link)_
|
|
532
|
-
|
|
533
|
-
### developer.ibm.com
|
|
534
|
-
URL: https://developer.ibm.com/
|
|
535
|
-
|
|
536
|
-
### developers.redhat.com
|
|
537
|
-
URL: https://developers.redhat.com/
|
|
538
|
-
|
|
539
|
-
### directory.fedoraproject.org
|
|
540
|
-
URL: https://directory.fedoraproject.org/
|
|
541
|
-
|
|
542
|
-
### discourse.ubuntu.com
|
|
543
|
-
URL: https://discourse.ubuntu.com/
|
|
544
|
-
|
|
545
|
-
### discussion.fedoraproject.org
|
|
546
|
-
URL: https://discussion.fedoraproject.org/
|
|
547
|
-
|
|
548
|
-
### Disroot
|
|
549
|
-
URL: https://disroot.org/
|
|
550
|
-
|
|
551
|
-
### disroot.org
|
|
552
|
-
URL: https://disroot.org/
|
|
553
|
-
|
|
554
|
-
### doc.opensuse.org
|
|
555
|
-
URL: https://doc.opensuse.org/
|
|
556
|
-
|
|
557
|
-
### docs.ansible.com
|
|
558
|
-
URL: https://docs.ansible.com/
|
|
559
|
-
|
|
560
|
-
### docs.fedoraproject.org
|
|
561
|
-
URL: https://docs.fedoraproject.org/
|
|
562
|
-
|
|
563
|
-
### docs.gitea.com
|
|
564
|
-
URL: https://docs.gitea.com/usage/actions/overview
|
|
565
|
-
|
|
566
|
-
### docs.gitlab.com
|
|
567
|
-
URL: https://docs.gitlab.com/ee/user/snippets.html
|
|
568
|
-
|
|
569
|
-
### docs.openshift.com
|
|
570
|
-
URL: https://docs.openshift.com/
|
|
571
|
-
|
|
572
|
-
### docs.pulpproject.org
|
|
573
|
-
URL: https://docs.pulpproject.org/
|
|
574
|
-
|
|
575
|
-
### docs.tangled.org
|
|
576
|
-
URL: https://docs.tangled.org/
|
|
577
|
-
|
|
578
|
-
### download.fedoraproject.org
|
|
579
|
-
URL: https://download.fedoraproject.org/
|
|
580
|
-
|
|
581
|
-
### en.opensuse.org
|
|
582
|
-
URL: https://en.opensuse.org/
|
|
583
|
-
|
|
584
|
-
### events.opensuse.org
|
|
585
|
-
URL: https://events.opensuse.org/
|
|
586
|
-
|
|
587
|
-
### Expandir ainda mais com instâncias públicas específicas _(sem link)_
|
|
588
|
-
|
|
589
|
-
### fas.fedoraproject.org
|
|
590
|
-
URL: https://fas.fedoraproject.org/
|
|
591
|
-
|
|
592
|
-
### features.opensuse.org
|
|
593
|
-
URL: https://features.opensuse.org/
|
|
594
|
-
|
|
595
|
-
### fedora-status.readthedocs.io
|
|
596
|
-
URL: https://fedora-status.readthedocs.io/
|
|
597
|
-
|
|
598
|
-
### fedoramagazine.org
|
|
599
|
-
URL: https://fedoramagazine.org/
|
|
600
|
-
|
|
601
|
-
### fedoraproject.org
|
|
602
|
-
URL: https://fedoraproject.org/fedorapeople
|
|
603
|
-
|
|
604
|
-
### fem.mint.lgbt
|
|
605
|
-
URL: https://fem.mint.lgbt/
|
|
606
|
-
|
|
607
|
-
### Filtrar só as que têm plano gratuito generoso + CI/CD _(sem link)_
|
|
608
|
-
|
|
609
|
-
### fluxcd.io
|
|
610
|
-
URL: https://fluxcd.io/
|
|
611
|
-
|
|
612
|
-
### Focar só em soberania de dados / GDPR / China / Rússia _(sem link)_
|
|
613
|
-
|
|
614
|
-
### forge.fedoraproject.org
|
|
615
|
-
URL: https://forge.fedoraproject.org/
|
|
616
|
-
|
|
617
|
-
### forgefed.org
|
|
618
|
-
URL: https://forgefed.org/
|
|
619
|
-
|
|
620
|
-
### forgejo.org
|
|
621
|
-
URL: https://forgejo.org/2024-12-24-fedora/
|
|
622
|
-
|
|
623
|
-
### forums.opensuse.org
|
|
624
|
-
URL: https://forums.opensuse.org/
|
|
625
|
-
|
|
626
|
-
### freeipa.org
|
|
627
|
-
URL: https://freeipa.org/
|
|
628
|
-
|
|
629
|
-
### ftp.debian.org
|
|
630
|
-
URL: https://ftp.debian.org/
|
|
631
|
-
|
|
632
|
-
### fusionforge.org
|
|
633
|
-
URL: https://fusionforge.org/
|
|
634
|
-
|
|
635
|
-
### galaxy.ansible.com
|
|
636
|
-
URL: https://galaxy.ansible.com/
|
|
637
|
-
|
|
638
|
-
### gerrit.googlesource.com
|
|
639
|
-
URL: https://gerrit.googlesource.com/gitiles/
|
|
640
|
-
|
|
641
|
-
### gh-proxy.com
|
|
642
|
-
URL: https://gh-proxy.com/
|
|
643
|
-
|
|
644
|
-
### gh.con.sh
|
|
645
|
-
URL: https://gh.con.sh/
|
|
646
|
-
|
|
647
|
-
### gh.ddlc.top
|
|
648
|
-
URL: https://gh.ddlc.top/
|
|
649
|
-
|
|
650
|
-
### gh.h233.eu.org
|
|
651
|
-
URL: https://gh.h233.eu.org/
|
|
652
|
-
|
|
653
|
-
### gh.monlor.com
|
|
654
|
-
URL: https://gh.monlor.com/
|
|
655
|
-
|
|
656
|
-
### gh.noki.icu
|
|
657
|
-
URL: https://gh.noki.icu/
|
|
658
|
-
|
|
659
|
-
### gh.xxooo.cf
|
|
660
|
-
URL: https://gh.xxooo.cf/
|
|
661
|
-
|
|
662
|
-
### gh.zwy.one
|
|
663
|
-
URL: https://gh.zwy.one/
|
|
664
|
-
|
|
665
|
-
### ghfast.top
|
|
666
|
-
URL: https://ghfast.top/
|
|
667
|
-
|
|
668
|
-
### ghfile.geekertao.top
|
|
669
|
-
URL: https://ghfile.geekertao.top/
|
|
670
|
-
|
|
671
|
-
### ghp.ci
|
|
672
|
-
URL: https://ghp.ci/
|
|
673
|
-
|
|
674
|
-
### ghproxy.cxkpro.top
|
|
675
|
-
URL: https://ghproxy.cxkpro.top/
|
|
676
|
-
|
|
677
|
-
### ghproxy.homeboyc.cn
|
|
678
|
-
URL: https://ghproxy.homeboyc.cn/
|
|
679
|
-
|
|
680
|
-
### ghps.cc
|
|
681
|
-
URL: https://ghps.cc/
|
|
682
|
-
|
|
683
|
-
### gist.github.com
|
|
684
|
-
URL: https://gist.github.com/
|
|
685
|
-
|
|
686
|
-
### git-mirror.com
|
|
687
|
-
URL: https://git-mirror.com/
|
|
688
|
-
|
|
689
|
-
### git-scm.com
|
|
690
|
-
URL: https://git-scm.com/docs/gitweb
|
|
691
|
-
|
|
692
|
-
### git.debian.org
|
|
693
|
-
URL: https://git.debian.org/
|
|
694
|
-
|
|
695
|
-
### git.gordinator.org
|
|
696
|
-
URL: https://git.gordinator.org/
|
|
697
|
-
|
|
698
|
-
### git.hackers.town
|
|
699
|
-
URL: https://git.hackers.town/
|
|
700
|
-
|
|
701
|
-
### git.joinplu.me
|
|
702
|
-
URL: https://git.joinplu.me/
|
|
703
|
-
|
|
704
|
-
### git.pub0.org
|
|
705
|
-
URL: https://git.pub0.org/
|
|
706
|
-
|
|
707
|
-
### git.tilde.green
|
|
708
|
-
URL: https://git.tilde.green/
|
|
709
|
-
|
|
710
|
-
### git.yylx.win
|
|
711
|
-
URL: https://git.yylx.win/
|
|
712
|
-
|
|
713
|
-
### git.zx2c4.com
|
|
714
|
-
URL: https://git.zx2c4.com/cgit/
|
|
715
|
-
|
|
716
|
-
### gitclone.com
|
|
717
|
-
URL: https://gitclone.com/
|
|
718
|
-
|
|
719
|
-
### gitcode.com
|
|
720
|
-
URL: https://gitcode.com/
|
|
721
|
-
|
|
722
|
-
### Gitea (fork de Gogs em 2016, comunidade mais aberta) _(sem link)_
|
|
723
|
-
|
|
724
|
-
### Gitea Actions runners
|
|
725
|
-
URL: https://docs.gitea.com/
|
|
726
|
-
|
|
727
|
-
### Gitea-Mirror — Sincronização automática GitHub _(sem link)_
|
|
728
|
-
|
|
729
|
-
### gitea.com
|
|
730
|
-
URL: https://gitea.com/explore/repos
|
|
731
|
-
|
|
732
|
-
### gitea.polonkai.eu
|
|
733
|
-
URL: https://gitea.polonkai.eu/
|
|
734
|
-
|
|
735
|
-
### gitee.com
|
|
736
|
-
URL: https://gitee.com/explore/gist
|
|
737
|
-
|
|
738
|
-
### gitflic.ru
|
|
739
|
-
URL: https://gitflic.ru/
|
|
740
|
-
|
|
741
|
-
### GitHub Actions self-hosted
|
|
742
|
-
URL: https://docs.github.com/actions
|
|
743
|
-
|
|
744
|
-
### github.moeyy.xyz
|
|
745
|
-
URL: https://github.moeyy.xyz/
|
|
746
|
-
|
|
747
|
-
### github.ur1.fun
|
|
748
|
-
URL: https://github.ur1.fun/
|
|
749
|
-
|
|
750
|
-
### githubfast.com
|
|
751
|
-
URL: https://githubfast.com/
|
|
752
|
-
|
|
753
|
-
### GitLab CI
|
|
754
|
-
URL: https://docs.gitlab.com/ee/ci/
|
|
755
|
-
|
|
756
|
-
### GitLab Pages
|
|
757
|
-
URL: https://docs.gitlab.com/ee/user/project/pages/
|
|
758
|
-
|
|
759
|
-
### gitlab.alpinelinux.org
|
|
760
|
-
URL: https://gitlab.alpinelinux.org/
|
|
761
|
-
|
|
762
|
-
### gitlab.archlinux.org
|
|
763
|
-
URL: https://gitlab.archlinux.org/
|
|
764
|
-
|
|
765
|
-
### GitLab.com
|
|
766
|
-
URL: https://gitlab.com/
|
|
767
|
-
|
|
768
|
-
### gitlab.freedesktop.org
|
|
769
|
-
URL: https://gitlab.freedesktop.org/
|
|
770
|
-
|
|
771
|
-
### gitlab.gnome.org
|
|
772
|
-
URL: https://gitlab.gnome.org/
|
|
773
|
-
|
|
774
|
-
### gitlist.org
|
|
775
|
-
URL: https://gitlist.org/
|
|
776
|
-
|
|
777
|
-
### gitolite.com
|
|
778
|
-
URL: https://gitolite.com/
|
|
779
|
-
|
|
780
|
-
### gitopia.com
|
|
781
|
-
URL: https://gitopia.com/
|
|
782
|
-
|
|
783
|
-
### gitorious.org
|
|
784
|
-
URL: https://gitorious.org/
|
|
785
|
-
|
|
786
|
-
### gitprep.yukikuremiya.com
|
|
787
|
-
URL: https://gitprep.yukikuremiya.com/
|
|
788
|
-
|
|
789
|
-
### gittorrent.org
|
|
790
|
-
URL: https://gittorrent.org/
|
|
791
|
-
|
|
792
|
-
### gitverse.ru
|
|
793
|
-
URL: https://gitverse.ru/
|
|
794
|
-
|
|
795
|
-
### gitworkshop.dev
|
|
796
|
-
URL: https://gitworkshop.dev/
|
|
797
|
-
|
|
798
|
-
### Gogs (original, 2014) _(sem link)_
|
|
799
|
-
|
|
800
|
-
### goharbor.io
|
|
801
|
-
URL: https://goharbor.io/
|
|
802
|
-
|
|
803
|
-
### help.salesforce.com
|
|
804
|
-
URL: https://help.salesforce.com/
|
|
805
|
-
|
|
806
|
-
### help.sap.com
|
|
807
|
-
URL: https://help.sap.com/
|
|
808
|
-
|
|
809
|
-
### help.ubuntu.com
|
|
810
|
-
URL: https://help.ubuntu.com/
|
|
811
|
-
|
|
812
|
-
### hgkeeper.org
|
|
813
|
-
URL: https://hgkeeper.org/
|
|
814
|
-
|
|
815
|
-
### hub.gitmirror.com
|
|
816
|
-
URL: https://hub.gitmirror.com/
|
|
817
|
-
|
|
818
|
-
### iceshrimp.dev
|
|
819
|
-
URL: https://iceshrimp.dev/
|
|
820
|
-
|
|
821
|
-
### id.fedoraproject.org
|
|
822
|
-
URL: https://id.fedoraproject.org/
|
|
823
|
-
|
|
824
|
-
### invent.kde.org
|
|
825
|
-
URL: https://invent.kde.org/
|
|
826
|
-
|
|
827
|
-
### investors.redhat.com
|
|
828
|
-
URL: https://investors.redhat.com/
|
|
829
|
-
|
|
830
|
-
### ipa.fedoraproject.org
|
|
831
|
-
URL: https://ipa.fedoraproject.org/
|
|
832
|
-
|
|
833
|
-
### ipsilon.fedoraproject.org
|
|
834
|
-
URL: https://ipsilon.fedoraproject.org/
|
|
835
|
-
|
|
836
|
-
### jfrog.com
|
|
837
|
-
URL: https://jfrog.com/artifactory/
|
|
838
|
-
|
|
839
|
-
### k3s.io
|
|
840
|
-
URL: https://k3s.io/
|
|
841
|
-
|
|
842
|
-
### kind.sigs.k8s.io
|
|
843
|
-
URL: https://kind.sigs.k8s.io/
|
|
844
|
-
|
|
845
|
-
### kkgithub.com
|
|
846
|
-
URL: https://kkgithub.com/
|
|
847
|
-
|
|
848
|
-
### klaus-git.readthedocs.io
|
|
849
|
-
URL: https://klaus-git.readthedocs.io/
|
|
850
|
-
|
|
851
|
-
### koji.fedoraproject.org
|
|
852
|
-
URL: https://koji.fedoraproject.org/
|
|
853
|
-
|
|
854
|
-
### launchpad.net
|
|
855
|
-
URL: https://launchpad.net/ubuntu
|
|
856
|
-
|
|
857
|
-
### learn.openshift.com
|
|
858
|
-
URL: https://learn.openshift.com/
|
|
859
|
-
|
|
860
|
-
### learn.redhat.com
|
|
861
|
-
URL: https://learn.redhat.com/
|
|
862
|
-
|
|
863
|
-
### libregit.org
|
|
864
|
-
URL: https://libregit.org/
|
|
865
|
-
|
|
866
|
-
### lists.debian.org
|
|
867
|
-
URL: https://lists.debian.org/
|
|
868
|
-
|
|
869
|
-
### lists.fedoraproject.org
|
|
870
|
-
URL: https://lists.fedoraproject.org/
|
|
871
|
-
|
|
872
|
-
### lists.opensuse.org
|
|
873
|
-
URL: https://lists.opensuse.org/
|
|
874
|
-
|
|
875
|
-
### lists.ubuntu.com
|
|
876
|
-
URL: https://lists.ubuntu.com/
|
|
877
|
-
|
|
878
|
-
### man.sr.ht
|
|
879
|
-
URL: https://man.sr.ht/builds.sr.ht/
|
|
880
|
-
|
|
881
|
-
### marketplace.redhat.com
|
|
882
|
-
URL: https://marketplace.redhat.com/
|
|
883
|
-
|
|
884
|
-
### matrix.to
|
|
885
|
-
URL: https://matrix.to/#/#fedora:fedoraproject.org
|
|
886
|
-
|
|
887
|
-
### meetbot.fedoraproject.org
|
|
888
|
-
URL: https://meetbot.fedoraproject.org/
|
|
889
|
-
|
|
890
|
-
### mirror.debian.org
|
|
891
|
-
URL: https://mirror.debian.org/
|
|
892
|
-
|
|
893
|
-
### mirror.fedoraproject.org
|
|
894
|
-
URL: https://mirror.fedoraproject.org/
|
|
895
|
-
|
|
896
|
-
### moeyy.cn
|
|
897
|
-
URL: https://moeyy.cn/gh-proxy/
|
|
898
|
-
|
|
899
|
-
### news.opensuse.org
|
|
900
|
-
URL: https://news.opensuse.org/
|
|
901
|
-
|
|
902
|
-
### newsroom.ibm.com
|
|
903
|
-
URL: https://newsroom.ibm.com/
|
|
904
|
-
|
|
905
|
-
### next.forgejo.org
|
|
906
|
-
URL: https://next.forgejo.org/
|
|
907
|
-
|
|
908
|
-
### nm.debian.org
|
|
909
|
-
URL: https://nm.debian.org/
|
|
910
|
-
|
|
911
|
-
### noggin.fedoraproject.org
|
|
912
|
-
URL: https://noggin.fedoraproject.org/
|
|
913
|
-
|
|
914
|
-
### obs.opensuse.org
|
|
915
|
-
URL: https://obs.opensuse.org/
|
|
916
|
-
|
|
917
|
-
### Observações importantes _(sem link)_
|
|
918
|
-
|
|
919
|
-
### onedev.io
|
|
920
|
-
URL: https://onedev.io/
|
|
921
|
-
|
|
922
|
-
### openforge.gov.in
|
|
923
|
-
URL: https://openforge.gov.in/
|
|
924
|
-
|
|
925
|
-
### operatorhub.io
|
|
926
|
-
URL: https://operatorhub.io/
|
|
927
|
-
|
|
928
|
-
### oracle.github.io
|
|
929
|
-
URL: https://oracle.github.io/opengrok/
|
|
930
|
-
|
|
931
|
-
### osdn.net
|
|
932
|
-
URL: https://osdn.net/
|
|
933
|
-
|
|
934
|
-
### packages.debian.org
|
|
935
|
-
URL: https://packages.debian.org/
|
|
936
|
-
|
|
937
|
-
### packages.ubuntu.com
|
|
938
|
-
URL: https://packages.ubuntu.com/
|
|
939
|
-
|
|
940
|
-
### pages.cloudflare.com
|
|
941
|
-
URL: https://pages.cloudflare.com/
|
|
942
|
-
|
|
943
|
-
### Pagure (Fedora)
|
|
944
|
-
URL: https://pagure.io/
|
|
945
|
-
|
|
946
|
-
### pagure.io
|
|
947
|
-
URL: https://pagure.io/fedora
|
|
948
|
-
|
|
949
|
-
### partner.redhat.com
|
|
950
|
-
URL: https://partner.redhat.com/
|
|
951
|
-
|
|
952
|
-
### partnerworld.ibm.com
|
|
953
|
-
URL: https://partnerworld.ibm.com/
|
|
954
|
-
|
|
955
|
-
### paste.fedoraproject.org
|
|
956
|
-
URL: https://paste.fedoraproject.org/
|
|
957
|
-
|
|
958
|
-
### Perforce Helix TeamHub
|
|
959
|
-
URL: https://www.perforce.com/
|
|
960
|
-
|
|
961
|
-
### plan.io
|
|
962
|
-
URL: https://plan.io/
|
|
963
|
-
|
|
964
|
-
### plane.so
|
|
965
|
-
URL: https://plane.so/
|
|
966
|
-
|
|
967
|
-
### planet.opensuse.org
|
|
968
|
-
URL: https://planet.opensuse.org/
|
|
969
|
-
|
|
970
|
-
### planetscale.com
|
|
971
|
-
URL: https://planetscale.com/
|
|
972
|
-
|
|
973
|
-
### Planio Redmine
|
|
974
|
-
URL: https://plan.io/
|
|
975
|
-
|
|
976
|
-
### Plastic SCM
|
|
977
|
-
URL: https://www.plasticscm.com/
|
|
978
|
-
|
|
979
|
-
### progress.opensuse.org
|
|
980
|
-
URL: https://progress.opensuse.org/
|
|
981
|
-
|
|
982
|
-
### Projetos históricos (Phabricator _(sem link)_
|
|
983
|
-
|
|
984
|
-
### qa.debian.org
|
|
985
|
-
URL: https://qa.debian.org/
|
|
986
|
-
|
|
987
|
-
### quay.io
|
|
988
|
-
URL: https://quay.io/repository/
|
|
989
|
-
|
|
990
|
-
### Radicle explorer
|
|
991
|
-
URL: https://app.radicle.xyz/
|
|
992
|
-
|
|
993
|
-
### radicle.dev
|
|
994
|
-
URL: https://radicle.dev/
|
|
995
|
-
|
|
996
|
-
### railway.app
|
|
997
|
-
URL: https://railway.app/
|
|
998
|
-
|
|
999
|
-
### rancher.com
|
|
1000
|
-
URL: https://rancher.com/
|
|
1001
|
-
|
|
1002
|
-
### raw.ihtw.moe
|
|
1003
|
-
URL: https://raw.ihtw.moe/
|
|
1004
|
-
|
|
1005
|
-
### releases.ubuntu.com
|
|
1006
|
-
URL: https://releases.ubuntu.com/
|
|
1007
|
-
|
|
1008
|
-
### render.com
|
|
1009
|
-
URL: https://render.com/
|
|
1010
|
-
|
|
1011
|
-
### reproducible.debian.net
|
|
1012
|
-
URL: https://reproducible.debian.net/
|
|
1013
|
-
|
|
1014
|
-
### research.ibm.com
|
|
1015
|
-
URL: https://research.ibm.com/
|
|
1016
|
-
|
|
1017
|
-
### salsa.debian.org
|
|
1018
|
-
URL: https://salsa.debian.org/
|
|
1019
|
-
|
|
1020
|
-
### savannah.gnu.org
|
|
1021
|
-
URL: https://savannah.gnu.org/
|
|
1022
|
-
|
|
1023
|
-
### savannah.nongnu.org
|
|
1024
|
-
URL: https://savannah.nongnu.org/
|
|
1025
|
-
|
|
1026
|
-
### scm-manager.org
|
|
1027
|
-
URL: https://scm-manager.org/
|
|
1028
|
-
|
|
1029
|
-
### security.ubuntu.com
|
|
1030
|
-
URL: https://security.ubuntu.com/
|
|
1031
|
-
|
|
1032
|
-
### Separar por dificuldade de instalação _(sem link)_
|
|
1033
|
-
|
|
1034
|
-
### shop.opensuse.org
|
|
1035
|
-
URL: https://shop.opensuse.org/
|
|
1036
|
-
|
|
1037
|
-
### slink.ltd
|
|
1038
|
-
URL: https://slink.ltd/
|
|
1039
|
-
|
|
1040
|
-
### snapcraft.io
|
|
1041
|
-
URL: https://snapcraft.io/
|
|
1042
|
-
|
|
1043
|
-
### snapshot.debian.org
|
|
1044
|
-
URL: https://snapshot.debian.org/
|
|
1045
|
-
|
|
1046
|
-
### snapshots.ubuntu.com
|
|
1047
|
-
URL: https://snapshots.ubuntu.com/
|
|
1048
|
-
|
|
1049
|
-
### software.opensuse.org
|
|
1050
|
-
URL: https://software.opensuse.org/
|
|
1051
|
-
|
|
1052
|
-
### sourceforge.net
|
|
1053
|
-
URL: https://sourceforge.net/projects/ibm
|
|
1054
|
-
|
|
1055
|
-
### SourceHut (sr.ht)
|
|
1056
|
-
URL: https://sourcehut.org/
|
|
1057
|
-
|
|
1058
|
-
### SourceHut builds.sr.ht
|
|
1059
|
-
URL: https://builds.sr.ht/
|
|
1060
|
-
|
|
1061
|
-
### sourcehut.org
|
|
1062
|
-
URL: https://sourcehut.org/
|
|
1063
|
-
|
|
1064
|
-
### sources _(sem link)_
|
|
1065
|
-
|
|
1066
|
-
### sources.debian.org
|
|
1067
|
-
URL: https://sources.debian.org/
|
|
1068
|
-
|
|
1069
|
-
### src.fedoraproject.org
|
|
1070
|
-
URL: https://src.fedoraproject.org/
|
|
1071
|
-
|
|
1072
|
-
### ssb.nz
|
|
1073
|
-
URL: https://ssb.nz/
|
|
1074
|
-
|
|
1075
|
-
### sssd.io
|
|
1076
|
-
URL: https://sssd.io/
|
|
1077
|
-
|
|
1078
|
-
### status.fedoraproject.org
|
|
1079
|
-
URL: https://status.fedoraproject.org/
|
|
1080
|
-
|
|
1081
|
-
### subversion.apache.org
|
|
1082
|
-
URL: https://subversion.apache.org/
|
|
1083
|
-
|
|
1084
|
-
### supabase.com
|
|
1085
|
-
URL: https://supabase.com/
|
|
1086
|
-
|
|
1087
|
-
### tangled.org
|
|
1088
|
-
URL: https://tangled.org/
|
|
1089
|
-
|
|
1090
|
-
### tekton.dev
|
|
1091
|
-
URL: https://tekton.dev/
|
|
1092
|
-
|
|
1093
|
-
### telegram.me
|
|
1094
|
-
URL: https://telegram.me/fedoraproject
|
|
1095
|
-
|
|
1096
|
-
### tests.reproducible-builds.org
|
|
1097
|
-
URL: https://tests.reproducible-builds.org/
|
|
1098
|
-
|
|
1099
|
-
### tower.ansible.com
|
|
1100
|
-
URL: https://tower.ansible.com/
|
|
1101
|
-
|
|
1102
|
-
### tracker.debian.org
|
|
1103
|
-
URL: https://tracker.debian.org/
|
|
1104
|
-
|
|
1105
|
-
### translations.launchpad.net
|
|
1106
|
-
URL: https://translations.launchpad.net/
|
|
1107
|
-
|
|
1108
|
-
### Travis CI
|
|
1109
|
-
URL: https://www.travis-ci.com/
|
|
1110
|
-
|
|
1111
|
-
### try.gitea.io
|
|
1112
|
-
URL: https://try.gitea.io/
|
|
1113
|
-
|
|
1114
|
-
### twitter.com
|
|
1115
|
-
URL: https://twitter.com/fedora
|
|
1116
|
-
|
|
1117
|
-
### ubuntu.com
|
|
1118
|
-
URL: https://ubuntu.com/
|
|
1119
|
-
|
|
1120
|
-
### Unity VCS
|
|
1121
|
-
URL: https://unity.com/
|
|
1122
|
-
|
|
1123
|
-
### unity.com
|
|
1124
|
-
URL: https://unity.com/products/unity-version-control
|
|
1125
|
-
|
|
1126
|
-
### usn.ubuntu.com
|
|
1127
|
-
URL: https://usn.ubuntu.com/
|
|
1128
|
-
|
|
1129
|
-
### veracity-scm.com
|
|
1130
|
-
URL: https://veracity-scm.com/
|
|
1131
|
-
|
|
1132
|
-
### vercel.com
|
|
1133
|
-
URL: https://vercel.com/
|
|
1134
|
-
|
|
1135
|
-
### wiki.debian.org
|
|
1136
|
-
URL: https://wiki.debian.org/
|
|
1137
|
-
|
|
1138
|
-
### wiki.fedoraproject.org
|
|
1139
|
-
URL: https://wiki.fedoraproject.org/
|
|
1140
|
-
|
|
1141
|
-
### wiki.ubuntu.com
|
|
1142
|
-
URL: https://wiki.ubuntu.com/
|
|
1143
|
-
|
|
1144
|
-
### woodpecker-ci.org
|
|
1145
|
-
URL: https://woodpecker-ci.org/
|
|
1146
|
-
|
|
1147
|
-
### www.ansible.com
|
|
1148
|
-
URL: https://www.ansible.com/
|
|
1149
|
-
|
|
1150
|
-
### www.apache.org
|
|
1151
|
-
URL: https://www.apache.org/
|
|
1152
|
-
|
|
1153
|
-
### www.appveyor.com
|
|
1154
|
-
URL: https://www.appveyor.com/
|
|
1155
|
-
|
|
1156
|
-
### www.assembla.com
|
|
1157
|
-
URL: https://www.assembla.com/
|
|
1158
|
-
|
|
1159
|
-
### www.atlassian.com
|
|
1160
|
-
URL: https://www.atlassian.com/software/crucible
|
|
1161
|
-
|
|
1162
|
-
### www.awx.wiki
|
|
1163
|
-
URL: https://www.awx.wiki/
|
|
1164
|
-
|
|
1165
|
-
### www.berlios.de
|
|
1166
|
-
URL: https://www.berlios.de/
|
|
1167
|
-
|
|
1168
|
-
### www.bitkeeper.org
|
|
1169
|
-
URL: https://www.bitkeeper.org/
|
|
1170
|
-
|
|
1171
|
-
### www.buildah.io
|
|
1172
|
-
URL: https://www.buildah.io/
|
|
1173
|
-
|
|
1174
|
-
### www.candlepinproject.org
|
|
1175
|
-
URL: https://www.candlepinproject.org/
|
|
1176
|
-
|
|
1177
|
-
### www.canonical.com
|
|
1178
|
-
URL: https://www.canonical.com/
|
|
1179
|
-
|
|
1180
|
-
### www.chiark.greenend.org.uk
|
|
1181
|
-
URL: https://www.chiark.greenend.org.uk/~sgtatham/
|
|
1182
|
-
|
|
1183
|
-
### www.chiliproject.org
|
|
1184
|
-
URL: https://www.chiliproject.org/
|
|
1185
|
-
|
|
1186
|
-
### www.cloudforge.com
|
|
1187
|
-
URL: https://www.cloudforge.com/
|
|
1188
|
-
|
|
1189
|
-
### www.cncf.io
|
|
1190
|
-
URL: https://www.cncf.io/
|
|
1191
|
-
|
|
1192
|
-
### www.codestream.com
|
|
1193
|
-
URL: https://www.codestream.com/
|
|
1194
|
-
|
|
1195
|
-
### www.codey.ch
|
|
1196
|
-
URL: https://www.codey.ch/
|
|
1197
|
-
|
|
1198
|
-
### www.containerd.io
|
|
1199
|
-
URL: https://www.containerd.io/
|
|
1200
|
-
|
|
1201
|
-
### www.containers.org
|
|
1202
|
-
URL: https://www.containers.org/
|
|
1203
|
-
|
|
1204
|
-
### www.crc.dev
|
|
1205
|
-
URL: https://www.crc.dev/
|
|
1206
|
-
|
|
1207
|
-
### www.cri-o.io
|
|
1208
|
-
URL: https://www.cri-o.io/
|
|
1209
|
-
|
|
1210
|
-
### www.debian.org
|
|
1211
|
-
URL: https://www.debian.org/
|
|
1212
|
-
|
|
1213
|
-
### www.devexpress.com
|
|
1214
|
-
URL: https://www.devexpress.com/
|
|
1215
|
-
|
|
1216
|
-
### www.digitalocean.com
|
|
1217
|
-
URL: https://www.digitalocean.com/products/app-platform
|
|
1218
|
-
|
|
1219
|
-
### www.docker.com
|
|
1220
|
-
URL: https://www.docker.com/
|
|
1221
|
-
|
|
1222
|
-
### www.drone.io
|
|
1223
|
-
URL: https://www.drone.io/
|
|
1224
|
-
|
|
1225
|
-
### www.eclipse.org
|
|
1226
|
-
URL: https://www.eclipse.org/
|
|
1227
|
-
|
|
1228
|
-
### www.freeipa.org
|
|
1229
|
-
URL: https://www.freeipa.org/
|
|
1230
|
-
|
|
1231
|
-
### www.git-tower.com
|
|
1232
|
-
URL: https://www.git-tower.com/
|
|
1233
|
-
|
|
1234
|
-
### www.gitkraken.com
|
|
1235
|
-
URL: https://www.gitkraken.com/
|
|
1236
|
-
|
|
1237
|
-
### www.harness.io
|
|
1238
|
-
URL: https://www.harness.io/
|
|
1239
|
-
|
|
1240
|
-
### www.heroku.com
|
|
1241
|
-
URL: https://www.heroku.com/
|
|
1242
|
-
|
|
1243
|
-
### www.huaweicloud.com
|
|
1244
|
-
URL: https://www.huaweicloud.com/product/codearts.html
|
|
1245
|
-
|
|
1246
|
-
### www.ibm.com
|
|
1247
|
-
URL: https://www.ibm.com/redhat
|
|
1248
|
-
|
|
1249
|
-
### www.indefero.net
|
|
1250
|
-
URL: https://www.indefero.net/
|
|
1251
|
-
|
|
1252
|
-
### www.jenkins.io
|
|
1253
|
-
URL: https://www.jenkins.io/
|
|
1254
|
-
|
|
1255
|
-
### www.jetbrains.com
|
|
1256
|
-
URL: https://www.jetbrains.com/space/
|
|
1257
|
-
|
|
1258
|
-
### www.kubernetes.io
|
|
1259
|
-
URL: https://www.kubernetes.io/
|
|
1260
|
-
|
|
1261
|
-
### www.libresource.org
|
|
1262
|
-
URL: https://www.libresource.org/
|
|
1263
|
-
|
|
1264
|
-
### www.linkedin.com
|
|
1265
|
-
URL: https://www.linkedin.com/company/fedora-project
|
|
1266
|
-
|
|
1267
|
-
### www.linuxfoundation.org
|
|
1268
|
-
URL: https://www.linuxfoundation.org/
|
|
1269
|
-
|
|
1270
|
-
### www.mercurial-scm.org
|
|
1271
|
-
URL: https://www.mercurial-scm.org/
|
|
1272
|
-
|
|
1273
|
-
### www.minikube.sigs.k8s.io
|
|
1274
|
-
URL: https://www.minikube.sigs.k8s.io/
|
|
1275
|
-
|
|
1276
|
-
### www.monotone.ca
|
|
1277
|
-
URL: https://www.monotone.ca/
|
|
1278
|
-
|
|
1279
|
-
### www.netlify.com
|
|
1280
|
-
URL: https://www.netlify.com/
|
|
1281
|
-
|
|
1282
|
-
### www.okd.io
|
|
1283
|
-
URL: https://www.okd.io/
|
|
1284
|
-
|
|
1285
|
-
### www.openproject.org
|
|
1286
|
-
URL: https://www.openproject.org/
|
|
1287
|
-
|
|
1288
|
-
### www.openshift.com
|
|
1289
|
-
URL: https://www.openshift.com/
|
|
1290
|
-
|
|
1291
|
-
### www.openstack.org
|
|
1292
|
-
URL: https://www.openstack.org/
|
|
1293
|
-
|
|
1294
|
-
### www.opensuse.org
|
|
1295
|
-
URL: https://www.openSUSE.org/
|
|
1296
|
-
|
|
1297
|
-
### www.oracle.com
|
|
1298
|
-
URL: https://www.oracle.com/cloud/devops/
|
|
1299
|
-
|
|
1300
|
-
### www.phacility.com
|
|
1301
|
-
URL: https://www.phacility.com/
|
|
1302
|
-
|
|
1303
|
-
### www.podman.io
|
|
1304
|
-
URL: https://www.podman.io/
|
|
1305
|
-
|
|
1306
|
-
### www.port389.org
|
|
1307
|
-
URL: https://www.port389.org/
|
|
1308
|
-
|
|
1309
|
-
### www.pulpproject.org
|
|
1310
|
-
URL: https://www.pulpproject.org/
|
|
1311
|
-
|
|
1312
|
-
### www.rancher.com
|
|
1313
|
-
URL: https://www.rancher.com/
|
|
1314
|
-
|
|
1315
|
-
### www.redhat.com
|
|
1316
|
-
URL: https://www.redhat.com/
|
|
1317
|
-
|
|
1318
|
-
### www.redmine.org
|
|
1319
|
-
URL: https://www.redmine.org/plugins
|
|
1320
|
-
|
|
1321
|
-
### www.reproducible-builds.org
|
|
1322
|
-
URL: https://www.reproducible-builds.org/
|
|
1323
|
-
|
|
1324
|
-
### www.reviewboard.org
|
|
1325
|
-
URL: https://www.reviewboard.org/
|
|
1326
|
-
|
|
1327
|
-
### www.rhsm.org
|
|
1328
|
-
URL: https://www.rhsm.org/
|
|
1329
|
-
|
|
1330
|
-
### www.skopeo.io
|
|
1331
|
-
URL: https://www.skopeo.io/
|
|
1332
|
-
|
|
1333
|
-
### www.sonatype.com
|
|
1334
|
-
URL: https://www.sonatype.com/products/nexus-repository
|
|
1335
|
-
|
|
1336
|
-
### www.sourcetreeapp.com
|
|
1337
|
-
URL: https://www.sourcetreeapp.com/
|
|
1338
|
-
|
|
1339
|
-
### www.subscription-manager.org
|
|
1340
|
-
URL: https://www.subscription-manager.org/
|
|
1341
|
-
|
|
1342
|
-
### www.suse.com
|
|
1343
|
-
URL: https://www.suse.com/
|
|
1344
|
-
|
|
1345
|
-
### www.tigris.org
|
|
1346
|
-
URL: https://www.tigris.org/
|
|
1347
|
-
|
|
1348
|
-
### www.travis-ci.com
|
|
1349
|
-
URL: https://www.travis-ci.com/
|
|
1350
|
-
|
|
1351
|
-
### www.ubuntu.com
|
|
1352
|
-
URL: https://www.ubuntu.com/
|
|
1353
|
-
|
|
1354
|
-
### www.youtube.com
|
|
1355
|
-
URL: https://www.youtube.com/user/FedoraLinux
|
|
1356
|
-
|
|
1357
|
-
## Federadas e Experimentais (além de Radicle / Tangled / Entire)
|
|
1358
|
-
|
|
1359
|
-
### AgentForge
|
|
1360
|
-
URL: https://x.com/grok
|
|
1361
|
-
|
|
1362
|
-
### Entire
|
|
1363
|
-
URL: https://entire.dev/
|
|
1364
|
-
|
|
1365
|
-
### ForgeFed
|
|
1366
|
-
URL: https://forgefed.org/
|
|
1367
|
-
|
|
1368
|
-
### ForkMesh
|
|
1369
|
-
URL: https://forkmesh.com/
|
|
1370
|
-
|
|
1371
|
-
### git-ssb
|
|
1372
|
-
URL: https://scuttlebot.io/
|
|
1373
|
-
|
|
1374
|
-
### GitSocial
|
|
1375
|
-
URL: https://gitsocial.org/
|
|
1376
|
-
|
|
1377
|
-
### GitWorkshop
|
|
1378
|
-
URL: https://gitworkshop.dev/
|
|
1379
|
-
|
|
1380
|
-
## Ferramentas de Controle de Acesso e Infraestrutura Subjacente
|
|
1381
|
-
|
|
1382
|
-
### [140
|
|
1383
|
-
URL: https://kallithea-scm.org/
|
|
1384
|
-
|
|
1385
|
-
### [248
|
|
1386
|
-
URL: http://gitblit.com/
|
|
1387
|
-
|
|
1388
|
-
### [80
|
|
1389
|
-
URL: https://stackoverflow.com/questions/2557706/gitosis-alternative
|
|
1390
|
-
|
|
1391
|
-
### [81
|
|
1392
|
-
URL: https://gitolite.com/
|
|
1393
|
-
|
|
1394
|
-
### [83
|
|
1395
|
-
URL: https://github.com/sitaramc/gitolite
|
|
1396
|
-
|
|
1397
|
-
### [84
|
|
1398
|
-
URL: https://news.ycombinator.com/item?id=5973116
|
|
1399
|
-
|
|
1400
|
-
## Forges e Hosting Menos Conhecidos
|
|
1401
|
-
|
|
1402
|
-
### ActivityPub.software
|
|
1403
|
-
URL: https://activitypub.software/
|
|
1404
|
-
|
|
1405
|
-
### GForge
|
|
1406
|
-
URL: https://gforge.com/
|
|
1407
|
-
|
|
1408
|
-
### git.legoktm.com
|
|
1409
|
-
URL: https://git.legoktm.com/
|
|
1410
|
-
|
|
1411
|
-
### git.project-rk.com
|
|
1412
|
-
URL: https://git.project-rk.com/
|
|
1413
|
-
|
|
1414
|
-
### GitGud.io
|
|
1415
|
-
URL: https://gitgud.io/
|
|
1416
|
-
|
|
1417
|
-
### NotABug.org
|
|
1418
|
-
URL: https://notabug.org/
|
|
1419
|
-
|
|
1420
|
-
### OurProject.org
|
|
1421
|
-
URL: https://ourproject.org/
|
|
1422
|
-
|
|
1423
|
-
### repo.or.cz
|
|
1424
|
-
URL: https://repo.or.cz/
|
|
1425
|
-
|
|
1426
|
-
### RocketGit
|
|
1427
|
-
URL: https://rocketgit.com/
|
|
1428
|
-
|
|
1429
|
-
### rocketgit.net
|
|
1430
|
-
URL: https://rocketgit.net/
|
|
1431
|
-
|
|
1432
|
-
## Forjas Leves e Focadas em Visualização de Repositórios
|
|
1433
|
-
|
|
1434
|
-
### [269
|
|
1435
|
-
URL: https://news.ycombinator.com/item?id=43272275
|
|
1436
|
-
|
|
1437
|
-
### [27
|
|
1438
|
-
URL: https://pub.towardsai.net/finding-a-way-out-a-deep-dive-into-github-alternatives-in-2026-3c13de3226e8
|
|
1439
|
-
|
|
1440
|
-
### [271
|
|
1441
|
-
URL: https://docs.softwareheritage.org/user/software-origins/cgit.html
|
|
1442
|
-
|
|
1443
|
-
### [272
|
|
1444
|
-
URL: https://www.reddit.com/r/selfhosted/comments/13hxnf4/selfhosted_git_services_you_dont_need_a_huge/
|
|
1445
|
-
|
|
1446
|
-
### [274
|
|
1447
|
-
URL: https://github.com/nlopes/cgit
|
|
1448
|
-
|
|
1449
|
-
### GitList
|
|
1450
|
-
URL: https://pub.towardsai.net/finding-a-way-out-a-deep-dive-into-github-alternatives-in-2026-3c13de3226e8
|
|
1451
|
-
|
|
1452
|
-
### Klaus
|
|
1453
|
-
URL: https://pub.towardsai.net/finding-a-way-out-a-deep-dive-into-github-alternatives-in-2026-3c13de3226e8
|
|
1454
|
-
|
|
1455
|
-
## Forks de Gitea (os mais ativos / notáveis)
|
|
1456
|
-
|
|
1457
|
-
### AdamMajer/gitea
|
|
1458
|
-
URL: https://github.com/AdamMajer/gitea
|
|
1459
|
-
|
|
1460
|
-
### appleboy/gitea
|
|
1461
|
-
URL: https://github.com/appleboy/gitea
|
|
1462
|
-
|
|
1463
|
-
### blender/gitea
|
|
1464
|
-
URL: https://github.com/blender/gitea
|
|
1465
|
-
|
|
1466
|
-
### BoYanZh/gitea
|
|
1467
|
-
URL: https://github.com/BoYanZh/gitea
|
|
1468
|
-
|
|
1469
|
-
### codexfield/codexfield-gitea
|
|
1470
|
-
URL: https://github.com/codexfield/codexfield-gitea
|
|
1471
|
-
|
|
1472
|
-
### KN4CK3R/gitea
|
|
1473
|
-
URL: https://github.com/KN4CK3R/gitea
|
|
1474
|
-
|
|
1475
|
-
### lunny/gitea
|
|
1476
|
-
URL: https://github.com/lunny/gitea
|
|
1477
|
-
|
|
1478
|
-
### neuropoly/gitea
|
|
1479
|
-
URL: https://github.com/neuropoly/gitea
|
|
1480
|
-
|
|
1481
|
-
### uberrex-dev/gitea
|
|
1482
|
-
URL: https://github.com/uberrex-dev/gitea
|
|
1483
|
-
|
|
1484
|
-
### znsoooo/gitea-support-chinese-repo-name
|
|
1485
|
-
URL: https://github.com/znsoooo/gitea-support-chinese-repo-name
|
|
1486
|
-
|
|
1487
|
-
## Forks de Phabricator
|
|
1488
|
-
|
|
1489
|
-
### phorgeit/phorge
|
|
1490
|
-
URL: https://github.com/phorgeit/phorge
|
|
1491
|
-
|
|
1492
|
-
### we.phorge.it
|
|
1493
|
-
URL: https://we.phorge.it/
|
|
1494
|
-
|
|
1495
|
-
## Forks e customizações regionais de Gitea / Forgejo
|
|
1496
|
-
|
|
1497
|
-
### Alemães / Europeus _(sem link)_
|
|
1498
|
-
|
|
1499
|
-
### Americanos / US-linked _(sem link)_
|
|
1500
|
-
|
|
1501
|
-
### Chineses _(sem link)_
|
|
1502
|
-
|
|
1503
|
-
### Customizações de acessibilidade e testes e2e que Forgejo adicionou e Gitea não tem _(sem link)_
|
|
1504
|
-
|
|
1505
|
-
### Espanhóis / Latino-americanos _(sem link)_
|
|
1506
|
-
|
|
1507
|
-
### Forks empresariais americanos de Gitea para uso interno (ex.: Blender tem o seu próprio) _(sem link)_
|
|
1508
|
-
|
|
1509
|
-
### GitBucket (Scala, estilo GitHub, não é fork de Gitea mas clone de funcionalidade) _(sem link)_
|
|
1510
|
-
|
|
1511
|
-
### Gitea original (agora sob Gitea Ltd / CommitGo) _(sem link)_
|
|
1512
|
-
|
|
1513
|
-
### Instâncias e forks leves mantidos por coletivos alemães (Codeberg, pub.solar, etc.) _(sem link)_
|
|
1514
|
-
|
|
1515
|
-
## Geral
|
|
1516
|
-
|
|
1517
|
-
### github.com
|
|
1518
|
-
URL: https://github.com/jaywcjlove/gitke2smolgitGo,
|
|
1519
|
-
|
|
1520
|
-
### gitness.io
|
|
1521
|
-
URL: https://gitness.io/,
|
|
1522
|
-
|
|
1523
|
-
## Grandes Corporativas e Nuvem (SaaS / Enterprise)
|
|
1524
|
-
|
|
1525
|
-
### AWS CodeCommit
|
|
1526
|
-
URL: https://aws.amazon.com/codecommit/
|
|
1527
|
-
|
|
1528
|
-
### Azure DevOps / Azure Repos
|
|
1529
|
-
URL: https://azure.microsoft.com/products/devops/
|
|
1530
|
-
|
|
1531
|
-
### Buddy.works
|
|
1532
|
-
URL: https://buddy.works/
|
|
1533
|
-
|
|
1534
|
-
### CircleCI
|
|
1535
|
-
URL: https://circleci.com/
|
|
1536
|
-
|
|
1537
|
-
### Crucible
|
|
1538
|
-
URL: https://www.atlassian.com/software/crucible
|
|
1539
|
-
|
|
1540
|
-
### Google Cloud Source Repositories
|
|
1541
|
-
URL: https://cloud.google.com/source-repositories
|
|
1542
|
-
|
|
1543
|
-
### Harness
|
|
1544
|
-
URL: https://www.harness.io/
|
|
1545
|
-
|
|
1546
|
-
### Helix Core (Perforce)
|
|
1547
|
-
URL: https://www.perforce.com/products/helix-core
|
|
1548
|
-
|
|
1549
|
-
### Helix Swarm
|
|
1550
|
-
URL: https://www.perforce.com/products/helix-swarm
|
|
1551
|
-
|
|
1552
|
-
### IBM Engineering Workflow Management
|
|
1553
|
-
URL: https://www.ibm.com/products/engineering-workflow-management
|
|
1554
|
-
|
|
1555
|
-
### JetBrains Space / Upsource
|
|
1556
|
-
URL: https://www.jetbrains.com/
|
|
1557
|
-
|
|
1558
|
-
### Oracle Cloud DevOps
|
|
1559
|
-
URL: https://www.oracle.com/cloud/devops/
|
|
1560
|
-
|
|
1561
|
-
### Review Board
|
|
1562
|
-
URL: https://www.reviewboard.org/
|
|
1563
|
-
|
|
1564
|
-
### Unity Version Control (ex-Plastic SCM)
|
|
1565
|
-
URL: https://unity.com/products/unity-version-control
|
|
1566
|
-
|
|
1567
|
-
## Históricos Ainda Úteis
|
|
1568
|
-
|
|
1569
|
-
### BerliOS
|
|
1570
|
-
URL: https://www.berlios.de/
|
|
1571
|
-
|
|
1572
|
-
### Gna.org
|
|
1573
|
-
URL: https://gna.org/
|
|
1574
|
-
|
|
1575
|
-
### OSDN
|
|
1576
|
-
URL: https://osdn.net/
|
|
1577
|
-
|
|
1578
|
-
### Phabricator
|
|
1579
|
-
URL: https://secure.phabricator.com/
|
|
1580
|
-
|
|
1581
|
-
### Phorge
|
|
1582
|
-
URL: https://we.phorge.it/
|
|
1583
|
-
|
|
1584
|
-
### SourceForge
|
|
1585
|
-
URL: https://sourceforge.net/
|
|
1586
|
-
|
|
1587
|
-
### Tigris.org
|
|
1588
|
-
URL: https://www.tigris.org/
|
|
1589
|
-
|
|
1590
|
-
## Históricos e Ainda Vivos
|
|
1591
|
-
|
|
1592
|
-
### Tigris
|
|
1593
|
-
URL: https://www.tigris.org/
|
|
1594
|
-
|
|
1595
|
-
## Instâncias e Projetos de Distribuições
|
|
1596
|
-
|
|
1597
|
-
### + alternativas, mirrors, forks, plataformas semelhantes e correlatas _(sem link)_
|
|
1598
|
-
|
|
1599
|
-
### Alpine Linux
|
|
1600
|
-
URL: https://gitlab.alpinelinux.org/
|
|
1601
|
-
|
|
1602
|
-
### Arch Linux GitLab
|
|
1603
|
-
URL: https://gitlab.archlinux.org/
|
|
1604
|
-
|
|
1605
|
-
### Fedora Pagure
|
|
1606
|
-
URL: https://pagure.io/
|
|
1607
|
-
|
|
1608
|
-
### NixOS
|
|
1609
|
-
URL: https://github.com/NixOS
|
|
1610
|
-
|
|
1611
|
-
### openSUSE
|
|
1612
|
-
URL: https://build.opensuse.org/
|
|
1613
|
-
|
|
1614
|
-
### Só auto-hospedadas leves _(sem link)_
|
|
1615
|
-
|
|
1616
|
-
### Só federadas / P2P _(sem link)_
|
|
1617
|
-
|
|
1618
|
-
### Só instâncias públicas abertas _(sem link)_
|
|
1619
|
-
|
|
1620
|
-
### Só soberania de dados (EU, China, Rússia, Índia, Brasil) _(sem link)_
|
|
1621
|
-
|
|
1622
|
-
## Instâncias Públicas Adicionais (Forgejo / Gitea / GitLab)
|
|
1623
|
-
|
|
1624
|
-
### code.netlandish.com
|
|
1625
|
-
URL: https://code.netlandish.com/
|
|
1626
|
-
|
|
1627
|
-
### git.puckipedia.com
|
|
1628
|
-
URL: https://git.puckipedia.com/
|
|
1629
|
-
|
|
1630
|
-
### git.sp-codes.de
|
|
1631
|
-
URL: https://git.sp-codes.de/
|
|
1632
|
-
|
|
1633
|
-
### git.teknik.io
|
|
1634
|
-
URL: https://git.teknik.io/
|
|
1635
|
-
|
|
1636
|
-
### gitea.cloudstrike.nz
|
|
1637
|
-
URL: https://gitea.cloudstrike.nz/
|
|
1638
|
-
|
|
1639
|
-
### gitport.de
|
|
1640
|
-
URL: https://gitport.de/
|
|
1641
|
-
|
|
1642
|
-
### shapegoal.org
|
|
1643
|
-
URL: https://shapegoal.org/
|
|
1644
|
-
|
|
1645
|
-
### sloyd.work
|
|
1646
|
-
URL: https://sloyd.work/
|
|
1647
|
-
|
|
1648
|
-
## Instâncias públicas de Forgejo / Gitea (comunidade)
|
|
1649
|
-
|
|
1650
|
-
### Framagit
|
|
1651
|
-
URL: https://framagit.org/
|
|
1652
|
-
|
|
1653
|
-
### git.carcosa.net
|
|
1654
|
-
URL: https://git.carcosa.net/
|
|
1655
|
-
|
|
1656
|
-
### git.nixnet.services
|
|
1657
|
-
URL: https://git.nixnet.services/
|
|
1658
|
-
|
|
1659
|
-
### opencommit.eu
|
|
1660
|
-
URL: https://opencommit.eu/
|
|
1661
|
-
|
|
1662
|
-
### pub.solar
|
|
1663
|
-
URL: https://git.pub.solar/
|
|
1664
|
-
|
|
1665
|
-
## Instâncias públicas de Forgejo / Gitea (funcionam igual Codeberg)
|
|
1666
|
-
|
|
1667
|
-
### (brasileira) _(sem link)_
|
|
1668
|
-
|
|
1669
|
-
### (coletivo queer/neurodivergente, Forgejo) _(sem link)_
|
|
1670
|
-
|
|
1671
|
-
### (comunidade alemã) _(sem link)_
|
|
1672
|
-
|
|
1673
|
-
### (Disroot, Amsterdã, non-profit) _(sem link)_
|
|
1674
|
-
|
|
1675
|
-
### (EU, permite repositórios privados, Crow CI + Forgejo Actions) _(sem link)_
|
|
1676
|
-
|
|
1677
|
-
### (foco em IA) _(sem link)_
|
|
1678
|
-
|
|
1679
|
-
### (foco em projetos FOSS + híbridos, Holanda) _(sem link)_
|
|
1680
|
-
|
|
1681
|
-
### (francês, livre) _(sem link)_
|
|
1682
|
-
|
|
1683
|
-
## Instâncias públicas e comunitárias (Forgejo/Gitea e similares)
|
|
1684
|
-
|
|
1685
|
-
### git.fsfe.org
|
|
1686
|
-
URL: https://git.fsfe.org/
|
|
1687
|
-
|
|
1688
|
-
## Lista completa com links
|
|
1689
|
-
|
|
1690
|
-
### (foi descontinuado em 2020 pela CollabNet/Digital.ai — link antigo não funciona mais) _(sem link)_
|
|
1691
|
-
|
|
1692
|
-
### Arquivo
|
|
1693
|
-
URL: https://archive.softwareheritage.org/
|
|
1694
|
-
|
|
1695
|
-
### aws.amazon.com
|
|
1696
|
-
URL: https://aws.amazon.com/codecommit/
|
|
1697
|
-
|
|
1698
|
-
### Azure DevOps / AWS CodeCommit _(sem link)_
|
|
1699
|
-
|
|
1700
|
-
### azure.microsoft.com
|
|
1701
|
-
URL: https://azure.microsoft.com/en-us/products/devops
|
|
1702
|
-
|
|
1703
|
-
### codeberg.org
|
|
1704
|
-
URL: https://codeberg.org/ForgeFed/Vervis
|
|
1705
|
-
|
|
1706
|
-
### Demo
|
|
1707
|
-
URL: https://anvil.demo.jaenis.ch/
|
|
1708
|
-
|
|
1709
|
-
### get.assembla.com
|
|
1710
|
-
URL: https://get.assembla.com/
|
|
1711
|
-
|
|
1712
|
-
### gforge.com
|
|
1713
|
-
URL: https://gforge.com/
|
|
1714
|
-
|
|
1715
|
-
### Helix Core / Perforce P4 _(sem link)_
|
|
1716
|
-
|
|
1717
|
-
### Libervia
|
|
1718
|
-
URL: https://libervia.org/
|
|
1719
|
-
|
|
1720
|
-
### libervia.org
|
|
1721
|
-
URL: https://libervia.org/
|
|
1722
|
-
|
|
1723
|
-
### mais e cade os hiper links Vervis
|
|
1724
|
-
URL: https://codeberg.org/ForgeFed/Vervis
|
|
1725
|
-
|
|
1726
|
-
### nomes bem diferentes _(sem link)_
|
|
1727
|
-
|
|
1728
|
-
### ou
|
|
1729
|
-
URL: https://assembla.com/
|
|
1730
|
-
|
|
1731
|
-
### rhodecode.com
|
|
1732
|
-
URL: https://rhodecode.com/
|
|
1733
|
-
|
|
1734
|
-
### www.perforce.com
|
|
1735
|
-
URL: https://www.perforce.com/products/helix-core
|
|
1736
|
-
|
|
1737
|
-
### www.softwareheritage.org
|
|
1738
|
-
URL: https://www.softwareheritage.org/
|
|
1739
|
-
|
|
1740
|
-
## Lista Consolidada e Análise Comparativa Final
|
|
1741
|
-
|
|
1742
|
-
### [120
|
|
1743
|
-
URL: https://github.com/Lifeforge-app/lifeforge
|
|
1744
|
-
|
|
1745
|
-
### [136
|
|
1746
|
-
URL: https://fossil-scm.org/
|
|
1747
|
-
|
|
1748
|
-
### [138
|
|
1749
|
-
URL: https://stackoverflow.com/questions/70371749/using-go-modules-with-plastic-scm
|
|
1750
|
-
|
|
1751
|
-
### [153
|
|
1752
|
-
URL: https://fedscoop.com/data-gov-releases-open-government-platform-source-code-to-github/
|
|
1753
|
-
|
|
1754
|
-
### [157
|
|
1755
|
-
URL: https://european-alternatives.eu/alternative-to/github
|
|
1756
|
-
|
|
1757
|
-
### [165
|
|
1758
|
-
URL: https://www.ouvrirlascience.fr/higher-education-and-research-forges-in-france-definition-uses-limitations-encountered-and-needs-analysis/
|
|
1759
|
-
|
|
1760
|
-
### [172
|
|
1761
|
-
URL: https://www.nldigitalgovernment.nl/news/soft-launch-for-government-open-source-code-platform/
|
|
1762
|
-
|
|
1763
|
-
### [195
|
|
1764
|
-
URL: https://codeberg.org/
|
|
1765
|
-
|
|
1766
|
-
### [253
|
|
1767
|
-
URL: https://github.com/OpenMW/1password-teams-open-source
|
|
1768
|
-
|
|
1769
|
-
### [3
|
|
1770
|
-
URL: https://forum.level1techs.com/t/github-gitlab-alternatives/244042
|
|
1771
|
-
|
|
1772
|
-
### [46
|
|
1773
|
-
URL: https://digital.ai/products/teamforge/feature-matrix/
|
|
1774
|
-
|
|
1775
|
-
### [51
|
|
1776
|
-
URL: https://sourceforge.net/
|
|
1777
|
-
|
|
1778
|
-
### [53
|
|
1779
|
-
URL: https://rhodecode.com/cloud-hosting-faq
|
|
1780
|
-
|
|
1781
|
-
### code.gouv.fr
|
|
1782
|
-
URL: https://european-alternatives.eu/alternative-to/github
|
|
1783
|
-
|
|
1784
|
-
### code.socrata.com
|
|
1785
|
-
URL: https://www.nldigitalgovernment.nl/news/soft-launch-for-government-open-source-code-platform/
|
|
1786
|
-
|
|
1787
|
-
### code.tymly.io
|
|
1788
|
-
URL: https://www.nldigitalgovernment.nl/news/soft-launch-for-government-open-source-code-platform/
|
|
1789
|
-
|
|
1790
|
-
### code.up.gov.br
|
|
1791
|
-
URL: https://european-alternatives.eu/alternative-to/github
|
|
1792
|
-
|
|
1793
|
-
### CyPhER Forge
|
|
1794
|
-
URL: https://www.darpa.mil/research/programs/cypher-forge
|
|
1795
|
-
|
|
1796
|
-
### Data.gov Open Government Platform
|
|
1797
|
-
URL: https://fedscoop.com/data-gov-releases-open-government-platform-source-code-to-github/
|
|
1798
|
-
|
|
1799
|
-
### debian-med
|
|
1800
|
-
URL: https://www.ouvrirlascience.fr/higher-education-and-research-forges-in-france-definition-uses-limitations-encountered-and-needs-analysis/
|
|
1801
|
-
|
|
1802
|
-
### fedorapeople.org _(sem link)_
|
|
1803
|
-
|
|
1804
|
-
### freedesktop.org GitLab
|
|
1805
|
-
URL: https://www.ouvrirlascience.fr/higher-education-and-research-forges-in-france-definition-uses-limitations-encountered-and-needs-analysis/
|
|
1806
|
-
|
|
1807
|
-
### gitlab.com/fedora-infra
|
|
1808
|
-
URL: https://www.ouvrirlascience.fr/higher-education-and-research-forges-in-france-definition-uses-limitations-encountered-and-needs-analysis/
|
|
1809
|
-
|
|
1810
|
-
### gitlab.kde.org
|
|
1811
|
-
URL: https://www.ouvrirlascience.fr/higher-education-and-research-forges-in-france-definition-uses-limitations-encountered-and-needs-analysis/
|
|
1812
|
-
|
|
1813
|
-
### gitlab.suse.com
|
|
1814
|
-
URL: https://www.ouvrirlascience.fr/higher-education-and-research-forges-in-france-definition-uses-limitations-encountered-and-needs-analysis/
|
|
1815
|
-
|
|
1816
|
-
### kde.org
|
|
1817
|
-
URL: https://www.ouvrirlascience.fr/higher-education-and-research-forges-in-france-definition-uses-limitations-encountered-and-needs-analysis/
|
|
1818
|
-
|
|
1819
|
-
### Lifeforge
|
|
1820
|
-
URL: https://github.com/Lifeforge-app/lifeforge
|
|
1821
|
-
|
|
1822
|
-
### NASA Open Source Development
|
|
1823
|
-
URL: https://code.nasa.gov/
|
|
1824
|
-
|
|
1825
|
-
### OpenMW/1password-teams-open-source
|
|
1826
|
-
URL: https://github.com/OpenMW/1password-teams-open-source
|
|
1827
|
-
|
|
1828
|
-
### pagure.io/fedora-infrastructure
|
|
1829
|
-
URL: https://www.ouvrirlascience.fr/higher-education-and-research-forges-in-france-definition-uses-limitations-encountered-and-needs-analysis/
|
|
1830
|
-
|
|
1831
|
-
### Visual Studio Team Services (VSTS)
|
|
1832
|
-
URL: https://digital.ai/products/teamforge/feature-matrix/
|
|
1833
|
-
|
|
1834
|
-
## Mais Auto-Hospedadas, Europeias e Comunitárias
|
|
1835
|
-
|
|
1836
|
-
### Apache Bloodhound
|
|
1837
|
-
URL: https://bloodhound.apache.org/
|
|
1838
|
-
|
|
1839
|
-
### Cgit instances
|
|
1840
|
-
URL: https://git.zx2c4.com/cgit/
|
|
1841
|
-
|
|
1842
|
-
### Diffusion (Phabricator)
|
|
1843
|
-
URL: https://secure.phabricator.com/
|
|
1844
|
-
|
|
1845
|
-
### Forgejo Actions
|
|
1846
|
-
URL: https://forgejo.org/
|
|
1847
|
-
|
|
1848
|
-
### Forgejo instances públicas
|
|
1849
|
-
URL: https://forgejo.org/
|
|
1850
|
-
|
|
1851
|
-
### FusionForge
|
|
1852
|
-
URL: https://fusionforge.org/
|
|
1853
|
-
|
|
1854
|
-
### Gitea Actions
|
|
1855
|
-
URL: https://docs.gitea.com/
|
|
1856
|
-
|
|
1857
|
-
### Gitea Cloud managed
|
|
1858
|
-
URL: https://gitea.com/
|
|
1859
|
-
|
|
1860
|
-
### GitLab FOSS
|
|
1861
|
-
URL: https://gitlab.com/gitlab-org/gitlab-foss
|
|
1862
|
-
|
|
1863
|
-
### GitLab Pages / static
|
|
1864
|
-
URL: https://docs.gitlab.com/
|
|
1865
|
-
|
|
1866
|
-
### GitLab Runner
|
|
1867
|
-
URL: https://docs.gitlab.com/runner/
|
|
1868
|
-
|
|
1869
|
-
### GitWeb instances
|
|
1870
|
-
URL: https://git-scm.com/
|
|
1871
|
-
|
|
1872
|
-
### Jenkins (CI)
|
|
1873
|
-
URL: https://www.jenkins.io/
|
|
1874
|
-
|
|
1875
|
-
### LibreGit / community instances
|
|
1876
|
-
URL: https://codeberg.org/
|
|
1877
|
-
|
|
1878
|
-
### Phabricator (legado)
|
|
1879
|
-
URL: https://secure.phabricator.com/
|
|
1880
|
-
|
|
1881
|
-
### SourceHut builds
|
|
1882
|
-
URL: https://builds.sr.ht/
|
|
1883
|
-
|
|
1884
|
-
### Woodpecker
|
|
1885
|
-
URL: https://woodpecker-ci.org/
|
|
1886
|
-
|
|
1887
|
-
## Mais Corporativas e Cloud Nichadas
|
|
1888
|
-
|
|
1889
|
-
### Assembla
|
|
1890
|
-
URL: https://www.assembla.com/
|
|
1891
|
-
|
|
1892
|
-
### Beanstalk
|
|
1893
|
-
URL: https://beanstalkapp.com/
|
|
1894
|
-
|
|
1895
|
-
### Codebase
|
|
1896
|
-
URL: https://www.codebasehq.com/
|
|
1897
|
-
|
|
1898
|
-
### Helix TeamHub
|
|
1899
|
-
URL: https://www.perforce.com/products/helix-teamhub
|
|
1900
|
-
|
|
1901
|
-
### Kallithea
|
|
1902
|
-
URL: https://kallithea-scm.org/
|
|
1903
|
-
|
|
1904
|
-
### Planio
|
|
1905
|
-
URL: https://plan.io/
|
|
1906
|
-
|
|
1907
|
-
### Plastic SCM / Unity VCS
|
|
1908
|
-
URL: https://unity.com/products/unity-version-control
|
|
1909
|
-
|
|
1910
|
-
### ProjectLocker
|
|
1911
|
-
URL: https://projectlocker.com/
|
|
1912
|
-
|
|
1913
|
-
### RhodeCode
|
|
1914
|
-
URL: https://rhodecode.com/
|
|
1915
|
-
|
|
1916
|
-
### Unfuddle
|
|
1917
|
-
URL: https://unfuddle.com/
|
|
1918
|
-
|
|
1919
|
-
## Mais Corporativas, Cloud e Especializadas
|
|
1920
|
-
|
|
1921
|
-
### Cloudflare Pages
|
|
1922
|
-
URL: https://pages.cloudflare.com/
|
|
1923
|
-
|
|
1924
|
-
### CodeStream
|
|
1925
|
-
URL: https://www.codestream.com/
|
|
1926
|
-
|
|
1927
|
-
### DevExpress
|
|
1928
|
-
URL: https://www.devexpress.com/
|
|
1929
|
-
|
|
1930
|
-
### DigitalOcean App Platform
|
|
1931
|
-
URL: https://www.digitalocean.com/products/app-platform
|
|
1932
|
-
|
|
1933
|
-
### Fly.io
|
|
1934
|
-
URL: https://fly.io/
|
|
1935
|
-
|
|
1936
|
-
### GitLens / GitKraken
|
|
1937
|
-
URL: https://www.gitkraken.com/
|
|
1938
|
-
|
|
1939
|
-
### Heroku (legado + Git)
|
|
1940
|
-
URL: https://www.heroku.com/
|
|
1941
|
-
|
|
1942
|
-
### Netlify
|
|
1943
|
-
URL: https://www.netlify.com/
|
|
1944
|
-
|
|
1945
|
-
### Nexus Repository
|
|
1946
|
-
URL: https://www.sonatype.com/products/nexus-repository
|
|
1947
|
-
|
|
1948
|
-
### PlanetScale
|
|
1949
|
-
URL: https://planetscale.com/
|
|
1950
|
-
|
|
1951
|
-
### Railway
|
|
1952
|
-
URL: https://railway.app/
|
|
1953
|
-
|
|
1954
|
-
### Red Hat Quay
|
|
1955
|
-
URL: https://quay.io/
|
|
1956
|
-
|
|
1957
|
-
### Render
|
|
1958
|
-
URL: https://render.com/
|
|
1959
|
-
|
|
1960
|
-
### Salesforce DevOps Center
|
|
1961
|
-
URL: https://www.salesforce.com/
|
|
1962
|
-
|
|
1963
|
-
### SAP Cloud Platform Git
|
|
1964
|
-
URL: https://www.sap.com/
|
|
1965
|
-
|
|
1966
|
-
### Supabase
|
|
1967
|
-
URL: https://supabase.com/
|
|
1968
|
-
|
|
1969
|
-
### Vercel
|
|
1970
|
-
URL: https://vercel.com/
|
|
1971
|
-
|
|
1972
|
-
## Mais Descentralizadas, Experimentais e Nichos
|
|
1973
|
-
|
|
1974
|
-
### Arweave permanente
|
|
1975
|
-
URL: https://www.arweave.org/
|
|
1976
|
-
|
|
1977
|
-
### Filecoin storage related
|
|
1978
|
-
URL: https://filecoin.io/
|
|
1979
|
-
|
|
1980
|
-
### Gitopia LORE token
|
|
1981
|
-
URL: https://gitopia.com/
|
|
1982
|
-
|
|
1983
|
-
### Gun.js
|
|
1984
|
-
URL: https://gun.eco/
|
|
1985
|
-
|
|
1986
|
-
### IPFS Git
|
|
1987
|
-
URL: https://docs.ipfs.tech/
|
|
1988
|
-
|
|
1989
|
-
### OrbitDB / decentralized
|
|
1990
|
-
URL: https://orbitdb.org/
|
|
1991
|
-
|
|
1992
|
-
### Radicle seeds públicos
|
|
1993
|
-
URL: https://radicle.dev/
|
|
1994
|
-
|
|
1995
|
-
### SSB + Git bridges
|
|
1996
|
-
URL: https://ssbc.github.io/
|
|
1997
|
-
|
|
1998
|
-
### Tea protocol
|
|
1999
|
-
URL: https://tea.xyz/
|
|
2000
|
-
|
|
2001
|
-
## Mais Específicos e Experimentais
|
|
2002
|
-
|
|
2003
|
-
### Bazaar
|
|
2004
|
-
URL: https://bazaar.canonical.com/
|
|
2005
|
-
|
|
2006
|
-
### BitKeeper
|
|
2007
|
-
URL: https://www.bitkeeper.org/
|
|
2008
|
-
|
|
2009
|
-
### CVS
|
|
2010
|
-
URL: https://cvs.nongnu.org/
|
|
2011
|
-
|
|
2012
|
-
### Darcs
|
|
2013
|
-
URL: https://darcs.net/
|
|
2014
|
-
|
|
2015
|
-
### Fossil
|
|
2016
|
-
URL: https://www.fossil-scm.org/
|
|
2017
|
-
|
|
2018
|
-
### Mercurial
|
|
2019
|
-
URL: https://www.mercurial-scm.org/
|
|
2020
|
-
|
|
2021
|
-
### Monotone
|
|
2022
|
-
URL: https://www.monotone.ca/
|
|
2023
|
-
|
|
2024
|
-
### OpenGrok
|
|
2025
|
-
URL: https://oracle.github.io/opengrok/
|
|
2026
|
-
|
|
2027
|
-
### Subversion
|
|
2028
|
-
URL: https://subversion.apache.org/
|
|
2029
|
-
|
|
2030
|
-
### Veracity
|
|
2031
|
-
URL: https://www.veracity.com/
|
|
2032
|
-
|
|
2033
|
-
## Mais Europeias e Soberania de Dados
|
|
2034
|
-
|
|
2035
|
-
### Codeberg
|
|
2036
|
-
URL: https://codeberg.org/
|
|
2037
|
-
|
|
2038
|
-
### Debian Salsa
|
|
2039
|
-
URL: https://salsa.debian.org/
|
|
2040
|
-
|
|
2041
|
-
### Freedesktop GitLab
|
|
2042
|
-
URL: https://gitlab.freedesktop.org/
|
|
2043
|
-
|
|
2044
|
-
### git.kernel.org
|
|
2045
|
-
URL: https://git.kernel.org/
|
|
2046
|
-
|
|
2047
|
-
### GNOME GitLab
|
|
2048
|
-
URL: https://gitlab.gnome.org/
|
|
2049
|
-
|
|
2050
|
-
### KDE Invent
|
|
2051
|
-
URL: https://invent.kde.org/
|
|
2052
|
-
|
|
2053
|
-
### sourceware.org
|
|
2054
|
-
URL: https://sourceware.org/
|
|
2055
|
-
|
|
2056
|
-
### statichost.eu
|
|
2057
|
-
URL: https://statichost.eu/
|
|
2058
|
-
|
|
2059
|
-
## Mais Históricas, Regionais e Complementares
|
|
2060
|
-
|
|
2061
|
-
### Fedora Forgejo migration
|
|
2062
|
-
URL: https://fedoraproject.org/
|
|
2063
|
-
|
|
2064
|
-
### Gitorious
|
|
2065
|
-
URL: https://gitorious.org/
|
|
2066
|
-
|
|
2067
|
-
### Gna
|
|
2068
|
-
URL: https://gna.org/
|
|
2069
|
-
|
|
2070
|
-
### Indefero
|
|
2071
|
-
URL: https://www.indefero.net/
|
|
2072
|
-
|
|
2073
|
-
### Launchpad translations
|
|
2074
|
-
URL: https://launchpad.net/
|
|
2075
|
-
|
|
2076
|
-
### LibreSource
|
|
2077
|
-
URL: https://www.libresource.org/
|
|
2078
|
-
|
|
2079
|
-
### Pagure Fedora
|
|
2080
|
-
URL: https://pagure.io/
|
|
2081
|
-
|
|
2082
|
-
### Redmine plugins Git
|
|
2083
|
-
URL: https://www.redmine.org/
|
|
2084
|
-
|
|
2085
|
-
### Savane
|
|
2086
|
-
URL: https://savannah.gnu.org/
|
|
2087
|
-
|
|
2088
|
-
### SourceForge mirrors
|
|
2089
|
-
URL: https://sourceforge.net/
|
|
2090
|
-
|
|
2091
|
-
### Trac instances
|
|
2092
|
-
URL: https://trac.edgewall.org/
|
|
2093
|
-
|
|
2094
|
-
## Mais instâncias Forgejo/Gitea menores (não citadas antes)
|
|
2095
|
-
|
|
2096
|
-
### (FSFE)
|
|
2097
|
-
URL: https://git.fsfe.org/
|
|
2098
|
-
|
|
2099
|
-
### espelhos de velocidade _(sem link)_
|
|
2100
|
-
|
|
2101
|
-
### instâncias públicas _(sem link)_
|
|
2102
|
-
|
|
2103
|
-
## Mais instâncias públicas Forgejo / Gitea (abertas ou semi-abertas)
|
|
2104
|
-
|
|
2105
|
-
### bolha.dev
|
|
2106
|
-
URL: https://bolha.dev/
|
|
2107
|
-
|
|
2108
|
-
### code.as
|
|
2109
|
-
URL: https://code.as/
|
|
2110
|
-
|
|
2111
|
-
### CodeFloe
|
|
2112
|
-
URL: https://codefloe.com/
|
|
2113
|
-
|
|
2114
|
-
### dev.sum7.eu
|
|
2115
|
-
URL: https://dev.sum7.eu/
|
|
2116
|
-
|
|
2117
|
-
### git.asonix.dog
|
|
2118
|
-
URL: https://git.asonix.dog/
|
|
2119
|
-
|
|
2120
|
-
### git.disroot.org
|
|
2121
|
-
URL: https://git.disroot.org/
|
|
2122
|
-
|
|
2123
|
-
### git.gammaspectra.live
|
|
2124
|
-
URL: https://git.gammaspectra.live/
|
|
2125
|
-
|
|
2126
|
-
### git.gay
|
|
2127
|
-
URL: https://git.gay/
|
|
2128
|
-
|
|
2129
|
-
### git.inthemansion.com
|
|
2130
|
-
URL: https://git.inthemansion.com/
|
|
2131
|
-
|
|
2132
|
-
### git.kaki87.net
|
|
2133
|
-
URL: https://git.kaki87.net/
|
|
2134
|
-
|
|
2135
|
-
### git.pub.solar
|
|
2136
|
-
URL: https://git.pub.solar/
|
|
2137
|
-
|
|
2138
|
-
### OpenCommit
|
|
2139
|
-
URL: https://opencommit.eu/
|
|
2140
|
-
|
|
2141
|
-
### opendev.org
|
|
2142
|
-
URL: https://opendev.org/
|
|
2143
|
-
|
|
2144
|
-
### sij.ai
|
|
2145
|
-
URL: https://sij.ai/
|
|
2146
|
-
|
|
2147
|
-
## Mais Self-hosted e Ferramentas de Baixo Nível
|
|
2148
|
-
|
|
2149
|
-
### @trebired/git-host
|
|
2150
|
-
URL: https://www.npmjs.com/package/@trebired/git-host
|
|
2151
|
-
|
|
2152
|
-
### BuGIT
|
|
2153
|
-
URL: https://gitlab.com/monnier/bugit
|
|
2154
|
-
|
|
2155
|
-
### Cgit
|
|
2156
|
-
URL: https://git.zx2c4.com/cgit/
|
|
2157
|
-
|
|
2158
|
-
### git-bug
|
|
2159
|
-
URL: https://github.com/git-bug/git-bug
|
|
2160
|
-
|
|
2161
|
-
### Gitblit
|
|
2162
|
-
URL: https://gitblit.com/
|
|
2163
|
-
|
|
2164
|
-
### Gitiles
|
|
2165
|
-
URL: https://gerrit.googlesource.com/gitiles/
|
|
2166
|
-
|
|
2167
|
-
### GitWeb
|
|
2168
|
-
URL: https://git-scm.com/docs/gitweb
|
|
2169
|
-
|
|
2170
|
-
### SCM-Manager
|
|
2171
|
-
URL: https://scm-manager.org/
|
|
2172
|
-
|
|
2173
|
-
### Soft Serve
|
|
2174
|
-
URL: https://github.com/charmbracelet/soft-serve
|
|
2175
|
-
|
|
2176
|
-
## Mais Self-hosted e Ferramentas Nichadas
|
|
2177
|
-
|
|
2178
|
-
### Gitolite
|
|
2179
|
-
URL: https://gitolite.com/
|
|
2180
|
-
|
|
2181
|
-
### Gitosis
|
|
2182
|
-
URL: https://github.com/tv42/gitosis
|
|
2183
|
-
|
|
2184
|
-
## Melhores espelhos / proxies de GitHub (2026 – ainda pouco citados)
|
|
2185
|
-
|
|
2186
|
-
### (interface web)
|
|
2187
|
-
URL: https://github.akams.cn/
|
|
2188
|
-
|
|
2189
|
-
### (IPv6)
|
|
2190
|
-
URL: https://v6.gh-proxy.org/
|
|
2191
|
-
|
|
2192
|
-
### Arquivos / Release / Raw (prefixo na URL) _(sem link)_
|
|
2193
|
-
|
|
2194
|
-
### e (já conhecidos, mas ainda top)
|
|
2195
|
-
URL: https://gh-proxy.com/
|
|
2196
|
-
|
|
2197
|
-
### Espelhos de navegação (parecem GitHub) _(sem link)_
|
|
2198
|
-
|
|
2199
|
-
### gh.llkk.cc
|
|
2200
|
-
URL: https://gh.llkk.cc/https://github.com/user/repo/releases/download/v1.0/file.zip
|
|
2201
|
-
|
|
2202
|
-
### git clone
|
|
2203
|
-
URL: https://gh.zwy.one/https://github.com/user/repo.git
|
|
2204
|
-
|
|
2205
|
-
### Uso rápido (exemplo) _(sem link)_
|
|
2206
|
-
|
|
2207
|
-
## Nomes bem diferentes
|
|
2208
|
-
|
|
2209
|
-
### (Atlassian – nome completamente diferente) _(sem link)_
|
|
2210
|
-
|
|
2211
|
-
### (baseado em AT Protocol / Bluesky, social + código) _(sem link)_
|
|
2212
|
-
|
|
2213
|
-
### (Canonical/Ubuntu, clássico) _(sem link)_
|
|
2214
|
-
|
|
2215
|
-
### (GNU, bem antigo e ético) _(sem link)_
|
|
2216
|
-
|
|
2217
|
-
### (minimalista, baseado em e-mail, sem JavaScript obrigatório) _(sem link)_
|
|
2218
|
-
|
|
2219
|
-
### (P2P, descentralizado, peer-to-peer, sem servidor central) _(sem link)_
|
|
2220
|
-
|
|
2221
|
-
### (self-hosted, com CI/CD e code intelligence embutido) _(sem link)_
|
|
2222
|
-
|
|
2223
|
-
### (usado pelo Fedora Project) _(sem link)_
|
|
2224
|
-
|
|
2225
|
-
### Allura _(sem link)_
|
|
2226
|
-
|
|
2227
|
-
### Bitbucket
|
|
2228
|
-
URL: https://bitbucket.org/
|
|
2229
|
-
|
|
2230
|
-
### Launchpad
|
|
2231
|
-
URL: https://launchpad.net/
|
|
2232
|
-
|
|
2233
|
-
### OneDev
|
|
2234
|
-
URL: https://onedev.io/
|
|
2235
|
-
|
|
2236
|
-
### Pagure
|
|
2237
|
-
URL: https://pagure.io/
|
|
2238
|
-
|
|
2239
|
-
### Radicle
|
|
2240
|
-
URL: https://radicle.xyz/
|
|
2241
|
-
|
|
2242
|
-
### Savannah
|
|
2243
|
-
URL: https://savannah.gnu.org/
|
|
2244
|
-
|
|
2245
|
-
### SourceHut
|
|
2246
|
-
URL: https://sourcehut.org/
|
|
2247
|
-
|
|
2248
|
-
### Tangled
|
|
2249
|
-
URL: https://tangled.org/
|
|
2250
|
-
|
|
2251
|
-
## Novos nomes (sem “Git” na frente)
|
|
2252
|
-
|
|
2253
|
-
### Helix Core _(sem link)_
|
|
2254
|
-
|
|
2255
|
-
### nomes completamente diferentes _(sem link)_
|
|
2256
|
-
|
|
2257
|
-
### nomes realmente diferentes _(sem link)_
|
|
2258
|
-
|
|
2259
|
-
## O que ainda faz sentido olhar
|
|
2260
|
-
|
|
2261
|
-
### CodeFever _(sem link)_
|
|
2262
|
-
|
|
2263
|
-
### Girocco _(sem link)_
|
|
2264
|
-
|
|
2265
|
-
### Gitness (Harness) _(sem link)_
|
|
2266
|
-
|
|
2267
|
-
### Smederee _(sem link)_
|
|
2268
|
-
|
|
2269
|
-
## O que essas opções têm em comum e onde elas diferem
|
|
2270
|
-
|
|
2271
|
-
### Aqui vai o que existe de verdade quando se tira da mesa tudo o que você listou _(sem link)_
|
|
2272
|
-
|
|
2273
|
-
## Outras direções que merecem atenção
|
|
2274
|
-
|
|
2275
|
-
### Abordagens peer-to-peer e mesh _(sem link)_
|
|
2276
|
-
|
|
2277
|
-
### Camadas embutíveis _(sem link)_
|
|
2278
|
-
|
|
2279
|
-
### Instâncias públicas menores e coletivos _(sem link)_
|
|
2280
|
-
|
|
2281
|
-
## Outras que ainda aparecem pouco nas listas mainstream
|
|
2282
|
-
|
|
2283
|
-
### forks reais _(sem link)_
|
|
2284
|
-
|
|
2285
|
-
### instâncias Forgejo/Gitea públicas abertas para registro _(sem link)_
|
|
2286
|
-
|
|
2287
|
-
### OurProject
|
|
2288
|
-
URL: http://ourproject.org/
|
|
2289
|
-
|
|
2290
|
-
## Outros / específicos / repositórios de forks
|
|
2291
|
-
|
|
2292
|
-
### (entrada rgit)
|
|
2293
|
-
URL: https://selfhostyourself.com/categories/source-code-hosting-collaboration
|
|
2294
|
-
|
|
2295
|
-
### (ou busque “LGH LocalGitHub Go”)
|
|
2296
|
-
URL: https://github.com/JoeGlenn121/LGH
|
|
2297
|
-
|
|
2298
|
-
### (procure pelo nome na lista)
|
|
2299
|
-
URL: https://selfhostyourself.com/categories/source-code-hosting-collaboration
|
|
2300
|
-
|
|
2301
|
-
### (projeto federado em Rust com links no post)
|
|
2302
|
-
URL: https://www.reddit.com/r/rust/comments/1vivjbt/gitlawb_node_a_selfhostable_federated_git_server
|
|
2303
|
-
|
|
2304
|
-
### Aegis _(sem link)_
|
|
2305
|
-
|
|
2306
|
-
### Bitbucket Server
|
|
2307
|
-
URL: https://www.atlassian.com/software/bitbucket/server
|
|
2308
|
-
|
|
2309
|
-
### Custom smart HTTP servers em Node/Go/Rust _(sem link)_
|
|
2310
|
-
|
|
2311
|
-
### Diffusion
|
|
2312
|
-
URL: https://secure.phabricator.com/book/phabricator/article/diffusion/
|
|
2313
|
-
|
|
2314
|
-
### Experimental federated / key-based nodes _(sem link)_
|
|
2315
|
-
|
|
2316
|
-
### ForgeLite _(sem link)_
|
|
2317
|
-
|
|
2318
|
-
### git-server (ggueret) _(sem link)_
|
|
2319
|
-
|
|
2320
|
-
### git-server core libraries _(sem link)_
|
|
2321
|
-
|
|
2322
|
-
### GitBundle _(sem link)_
|
|
2323
|
-
|
|
2324
|
-
### gitcode (huoyijie) _(sem link)_
|
|
2325
|
-
|
|
2326
|
-
### Gitlawb Node _(sem link)_
|
|
2327
|
-
|
|
2328
|
-
### GitRiver _(sem link)_
|
|
2329
|
-
|
|
2330
|
-
### gitriver.com
|
|
2331
|
-
URL: https://gitriver.com/
|
|
2332
|
-
|
|
2333
|
-
### Gitrust _(sem link)_
|
|
2334
|
-
|
|
2335
|
-
### gitrust.eu
|
|
2336
|
-
URL: https://gitrust.eu/en/
|
|
2337
|
-
|
|
2338
|
-
### LGH (LocalGitHub) _(sem link)_
|
|
2339
|
-
|
|
2340
|
-
### LibreGit
|
|
2341
|
-
URL: https://libregit.org/
|
|
2342
|
-
|
|
2343
|
-
### minimal containerized SSH Git servers _(sem link)_
|
|
2344
|
-
|
|
2345
|
-
### minimal-git-server _(sem link)_
|
|
2346
|
-
|
|
2347
|
-
### Notas importantes _(sem link)_
|
|
2348
|
-
|
|
2349
|
-
### Peer-style e directory-based hosts _(sem link)_
|
|
2350
|
-
|
|
2351
|
-
### Proxies chineses mudam frequentemente e alguns podem estar offline ou bloqueados _(sem link)_
|
|
2352
|
-
|
|
2353
|
-
### Radicle Garden / Gitopia LORE / Tea protocol / IPFS Git / Filecoin / Arweave / OrbitDB / Gun.js / SSB
|
|
2354
|
-
URL: https://ssb.nz/
|
|
2355
|
-
|
|
2356
|
-
### rgit _(sem link)_
|
|
2357
|
-
|
|
2358
|
-
### self-forge _(sem link)_
|
|
2359
|
-
|
|
2360
|
-
### SidCorp Forge _(sem link)_
|
|
2361
|
-
|
|
2362
|
-
### Smithy _(sem link)_
|
|
2363
|
-
|
|
2364
|
-
### smolgit _(sem link)_
|
|
2365
|
-
|
|
2366
|
-
## Outros / regionais / self-hosted específicos
|
|
2367
|
-
|
|
2368
|
-
### Innova Host
|
|
2369
|
-
URL: https://innovahost.com/
|
|
2370
|
-
|
|
2371
|
-
### Mango
|
|
2372
|
-
URL: https://mango.dev/
|
|
2373
|
-
|
|
2374
|
-
### MilesWeb Git
|
|
2375
|
-
URL: https://git.milesweb.com/
|
|
2376
|
-
|
|
2377
|
-
### P2P-Git / HyperGit / IPLD / Secure Scuttlebutt / ForgeFed / Vervis / Anvil / GitWorkshop / ForkMesh / gitdot / Libervia
|
|
2378
|
-
URL: https://libervia.org/
|
|
2379
|
-
|
|
2380
|
-
## Outros mirrors / aceleradores chineses (mais para clone/download do GitHub)
|
|
2381
|
-
|
|
2382
|
-
### ghproxy.com / ghproxy.net _(sem link)_
|
|
2383
|
-
|
|
2384
|
-
### gitee.com/organizations/mirrors (espelhos oficiais de projetos populares) _(sem link)_
|
|
2385
|
-
|
|
2386
|
-
### mais instâncias Forgejo/Gitea _(sem link)_
|
|
2387
|
-
|
|
2388
|
-
### mirrors.tuna.tsinghua.edu.cn (releases) _(sem link)_
|
|
2389
|
-
|
|
2390
|
-
### plataformas e instâncias públicas _(sem link)_
|
|
2391
|
-
|
|
2392
|
-
### sites reais _(sem link)_
|
|
2393
|
-
|
|
2394
|
-
## Outros que fogem um pouco do padrão “Git-xxx”
|
|
2395
|
-
|
|
2396
|
-
### Buddy _(sem link)_
|
|
2397
|
-
|
|
2398
|
-
### mais espelhos e aceleradores _(sem link)_
|
|
2399
|
-
|
|
2400
|
-
### não têm “git” no nome _(sem link)_
|
|
2401
|
-
|
|
2402
|
-
## Plataformas chinesas / asiáticas (mirrors e clones completos)
|
|
2403
|
-
|
|
2404
|
-
### AtomGit
|
|
2405
|
-
URL: https://atomgit.com/
|
|
2406
|
-
|
|
2407
|
-
### Codeup (阿里云)
|
|
2408
|
-
URL: https://codeup.aliyun.com/
|
|
2409
|
-
|
|
2410
|
-
### CODING (腾讯)
|
|
2411
|
-
URL: https://coding.net/
|
|
2412
|
-
|
|
2413
|
-
### GitCode
|
|
2414
|
-
URL: https://gitcode.com/
|
|
2415
|
-
|
|
2416
|
-
### Gitee (码云)
|
|
2417
|
-
URL: https://gitee.com/
|
|
2418
|
-
|
|
2419
|
-
### GitFlic
|
|
2420
|
-
URL: https://gitflic.ru/
|
|
2421
|
-
|
|
2422
|
-
### GitVerse
|
|
2423
|
-
URL: https://gitverse.ru/
|
|
2424
|
-
|
|
2425
|
-
## Plataformas chinesas e asiáticas
|
|
2426
|
-
|
|
2427
|
-
### Alibaba Cloud Codeup
|
|
2428
|
-
URL: https://codeup.aliyun.com/
|
|
2429
|
-
|
|
2430
|
-
### Baidu Gitstar
|
|
2431
|
-
URL: https://gitstar.baidu.com/
|
|
2432
|
-
|
|
2433
|
-
### CNB
|
|
2434
|
-
URL: https://cnb.cool/
|
|
2435
|
-
|
|
2436
|
-
### Huawei CodeArts
|
|
2437
|
-
URL: https://www.huaweicloud.com/product/codearts.html
|
|
2438
|
-
|
|
2439
|
-
### JiHu GitLab
|
|
2440
|
-
URL: https://gitlab.cn/
|
|
2441
|
-
|
|
2442
|
-
### OpenForge Índia
|
|
2443
|
-
URL: https://openforge.gov.in/
|
|
2444
|
-
|
|
2445
|
-
## Plataformas de Desenvolvimento de Software Completo (Tudo numa Só)
|
|
2446
|
-
|
|
2447
|
-
###
|
|
2448
|
-
URL: https://gforge.com/project-collaborationbr-for-the-whole-team/
|
|
2449
|
-
|
|
2450
|
-
### [161
|
|
2451
|
-
URL: https://en.wikipedia.org/wiki/Forge_(software
|
|
2452
|
-
|
|
2453
|
-
### [205
|
|
2454
|
-
URL: https://gforge.com/github-alternative/
|
|
2455
|
-
|
|
2456
|
-
### [221
|
|
2457
|
-
URL: https://gforge.com/project-collaborationbr-for-the-whole-team/
|
|
2458
|
-
|
|
2459
|
-
### [245
|
|
2460
|
-
URL: https://heptapod.net/heptapod/
|
|
2461
|
-
|
|
2462
|
-
### [44
|
|
2463
|
-
URL: https://www.researchgate.net/profile/Andrea-Capiluppi/publication/47529003_Quality_Factors_and_Coding_Standards_-_a_Comparison_Between_Open_Source_Forges/links/0912f50981a41abe24000000/Quality-Factors-and-Coding-Standards-a-Comparison-Between-Open-Source-Forges.pdf
|
|
2464
|
-
|
|
2465
|
-
### [52
|
|
2466
|
-
URL: https://unfuddle.com/features/git-hosting/
|
|
2467
|
-
|
|
2468
|
-
### [54
|
|
2469
|
-
URL: https://unfuddle.com/
|
|
2470
|
-
|
|
2471
|
-
### Heptapod
|
|
2472
|
-
URL: https://heptapod.net/heptapod/
|
|
2473
|
-
|
|
2474
|
-
## Plataformas Históricas e Menores Conhecidas
|
|
2475
|
-
|
|
2476
|
-
### [142
|
|
2477
|
-
URL: https://news.ycombinator.com/item?id=20746077
|
|
2478
|
-
|
|
2479
|
-
### [179
|
|
2480
|
-
URL: https://stackshare.io/gitblit/alternatives
|
|
2481
|
-
|
|
2482
|
-
### [182
|
|
2483
|
-
URL: https://en.wikipedia.org/wiki/Comparison_of_issue-tracking_systems
|
|
2484
|
-
|
|
2485
|
-
### [59
|
|
2486
|
-
URL: https://stackshare.io/stackups/gitorious-vs-rhodecode
|
|
2487
|
-
|
|
2488
|
-
## Plataformas menores / emergentes / regionais
|
|
2489
|
-
|
|
2490
|
-
### (Forge do Fedora Project) _(sem link)_
|
|
2491
|
-
|
|
2492
|
-
### (Gogs, foco em software livre) _(sem link)_
|
|
2493
|
-
|
|
2494
|
-
### (russa, no registro de software nacional) _(sem link)_
|
|
2495
|
-
|
|
2496
|
-
### Notabug
|
|
2497
|
-
URL: https://notabug.org/
|
|
2498
|
-
|
|
2499
|
-
## Plataformas Open-Source e Auto-Hospedadas (Leves e Forks)
|
|
2500
|
-
|
|
2501
|
-
### Apache Allura
|
|
2502
|
-
URL: https://allura.apache.org/
|
|
2503
|
-
|
|
2504
|
-
### Forgejo
|
|
2505
|
-
URL: https://forgejo.org/
|
|
2506
|
-
|
|
2507
|
-
### Gerrit
|
|
2508
|
-
URL: https://www.gerritcodereview.com/
|
|
2509
|
-
|
|
2510
|
-
### GitBucket
|
|
2511
|
-
URL: https://gitbucket.github.io/
|
|
2512
|
-
|
|
2513
|
-
### Gitea
|
|
2514
|
-
URL: https://gitea.com/
|
|
2515
|
-
|
|
2516
|
-
### gitea.io
|
|
2517
|
-
URL: https://gitea.io/
|
|
2518
|
-
|
|
2519
|
-
### GitLab CE
|
|
2520
|
-
URL: https://about.gitlab.com/install/
|
|
2521
|
-
|
|
2522
|
-
### Gogs
|
|
2523
|
-
URL: https://gogs.io/
|
|
2524
|
-
|
|
2525
|
-
### sr.ht
|
|
2526
|
-
URL: https://sr.ht/
|
|
2527
|
-
|
|
2528
|
-
### Tuleap
|
|
2529
|
-
URL: https://www.tuleap.org/
|
|
2530
|
-
|
|
2531
|
-
## Principais forges e plataformas comerciais/self-hosted
|
|
2532
|
-
|
|
2533
|
-
### Azure DevOps
|
|
2534
|
-
URL: https://azure.microsoft.com/products/devops/
|
|
2535
|
-
|
|
2536
|
-
### Azure Repos
|
|
2537
|
-
URL: https://azure.microsoft.com/products/devops/repos/
|
|
2538
|
-
|
|
2539
|
-
### GitHub
|
|
2540
|
-
URL: https://github.com/
|
|
2541
|
-
|
|
2542
|
-
### GitLab
|
|
2543
|
-
URL: https://gitlab.com/
|
|
2544
|
-
|
|
2545
|
-
### Oracle Cloud Infrastructure DevOps
|
|
2546
|
-
URL: https://www.oracle.com/cloud/devops/
|
|
2547
|
-
|
|
2548
|
-
## Proxies e mirrors (principalmente chineses para GitHub)
|
|
2549
|
-
|
|
2550
|
-
### ghproxy.com
|
|
2551
|
-
URL: https://ghproxy.com/
|
|
2552
|
-
|
|
2553
|
-
### ghproxy.net
|
|
2554
|
-
URL: https://ghproxy.net/
|
|
2555
|
-
|
|
2556
|
-
### github.akams.cn
|
|
2557
|
-
URL: https://github.akams.cn/
|
|
2558
|
-
|
|
2559
|
-
### mirrors.tuna.tsinghua.edu.cn
|
|
2560
|
-
URL: https://mirrors.tuna.tsinghua.edu.cn/
|
|
2561
|
-
|
|
2562
|
-
### v6.gh-proxy.org
|
|
2563
|
-
URL: https://v6.gh-proxy.org/
|
|
2564
|
-
|
|
2565
|
-
## Regionais (Índia, América Latina, África, Oriente Médio)
|
|
2566
|
-
|
|
2567
|
-
### Innova Host (Brasil)
|
|
2568
|
-
URL: https://innovahost.com.br/
|
|
2569
|
-
|
|
2570
|
-
### MilesWeb Git (Índia)
|
|
2571
|
-
URL: https://www.milesweb.com/
|
|
2572
|
-
|
|
2573
|
-
## Regionais e Governamentais
|
|
2574
|
-
|
|
2575
|
-
### Larason.space
|
|
2576
|
-
URL: https://larason.space/
|
|
2577
|
-
|
|
2578
|
-
### OpenForge (Índia)
|
|
2579
|
-
URL: https://openforge.gov.in/
|
|
2580
|
-
|
|
2581
|
-
### Software Público Brasileiro
|
|
2582
|
-
URL: https://softwarepublico.gov.br/
|
|
2583
|
-
|
|
2584
|
-
### softwarelibre.mx
|
|
2585
|
-
URL: https://softwarelibre.mx/
|
|
2586
|
-
|
|
2587
|
-
## Resumo rápido da genealogia
|
|
2588
|
-
|
|
2589
|
-
### └── Forgejo (2022/2024 – alemão, non-profit) _(sem link)_
|
|
2590
|
-
|
|
2591
|
-
### └── Gitea (2016) _(sem link)_
|
|
2592
|
-
|
|
2593
|
-
### ├── Gitea Ltd (versão comercial americana) _(sem link)_
|
|
2594
|
-
|
|
2595
|
-
### forks chineses _(sem link)_
|
|
2596
|
-
|
|
2597
|
-
### mais uma leva pesada _(sem link)_
|
|
2598
|
-
|
|
2599
|
-
## Sistemas de controle de versão (não-forges)
|
|
2600
|
-
|
|
2601
|
-
### Perforce Helix Core
|
|
2602
|
-
URL: https://www.perforce.com/products/helix-core
|
|
2603
|
-
|
|
2604
|
-
### Plastic SCM / Unity Version Control
|
|
2605
|
-
URL: https://unity.com/products/unity-version-control
|
|
2606
|
-
|
|
2607
|
-
## Snippets, online IDEs e editores
|
|
2608
|
-
|
|
2609
|
-
### GitHub Codespaces
|
|
2610
|
-
URL: https://github.com/features/codespaces
|
|
2611
|
-
|
|
2612
|
-
## Soft-forks / forks oficiais de instâncias de Forgejo
|
|
2613
|
-
|
|
2614
|
-
### Fordj
|
|
2615
|
-
URL: https://codeberg.org/
|
|
2616
|
-
|
|
2617
|
-
### Forgejo-aneksajo
|
|
2618
|
-
URL: https://codeberg.org/
|
|
2619
|
-
|
|
2620
|
-
### forgejo-codeberg
|
|
2621
|
-
URL: https://codeberg.org/forgejo
|
|
2622
|
-
|
|
2623
|
-
### forgejo-codefloe
|
|
2624
|
-
URL: https://codefloe.com/
|
|
2625
|
-
|
|
2626
|
-
### forgejo-fedora
|
|
2627
|
-
URL: https://fedoraproject.org/
|
|
2628
|
-
|
|
2629
|
-
## Soluções Específicas de Governos e Grandes Corporações
|
|
2630
|
-
|
|
2631
|
-
### [102
|
|
2632
|
-
URL: https://github.com/IBM
|
|
2633
|
-
|
|
2634
|
-
### [105
|
|
2635
|
-
URL: https://www.youtube.com/watch?v=EkUfLSe3Kns
|
|
2636
|
-
|
|
2637
|
-
### [108
|
|
2638
|
-
URL: https://about.gitlab.com/customers/siemens/
|
|
2639
|
-
|
|
2640
|
-
### [109
|
|
2641
|
-
URL: https://bloomberry.com/data/github-enterprise/
|
|
2642
|
-
|
|
2643
|
-
### [111
|
|
2644
|
-
URL: https://www.darpa.mil/research/programs/cypher-forge
|
|
2645
|
-
|
|
2646
|
-
### [114
|
|
2647
|
-
URL: https://code.nasa.gov/
|
|
2648
|
-
|
|
2649
|
-
### [117
|
|
2650
|
-
URL: https://federalnewsnetwork.com/tag/open-source-software/
|
|
2651
|
-
|
|
2652
|
-
### [149
|
|
2653
|
-
URL: https://www.war.gov/News/Releases/Release/Article/1092364/dod-announces-the-launch-of-codemil-an-experiment-in-open-source/
|
|
2654
|
-
|
|
2655
|
-
### [150
|
|
2656
|
-
URL: https://github.com/NASA
|
|
2657
|
-
|
|
2658
|
-
### [152
|
|
2659
|
-
URL: https://code.mil/
|
|
2660
|
-
|
|
2661
|
-
### [170
|
|
2662
|
-
URL: https://archive.fosdem.org/2023/schedule/event/nasa/attachments/slides/5829/export/events/attachments/nasa/slides/5829/FOSEM_NASA_OSS.pdf
|
|
2663
|
-
|
|
2664
|
-
### [197
|
|
2665
|
-
URL: https://www.nasa.gov/nasa-open-source-development/
|
|
2666
|
-
|
|
2667
|
-
### [207
|
|
2668
|
-
URL: https://news.ycombinator.com/item?id=13723715
|
|
2669
|
-
|
|
2670
|
-
### [258
|
|
2671
|
-
URL: https://github.com/sap
|
|
2672
|
-
|
|
2673
|
-
### [261
|
|
2674
|
-
URL: https://www.ibm.com/products/gitlab-ultimate
|
|
2675
|
-
|
|
2676
|
-
### Forge.mil / Code.mil
|
|
2677
|
-
URL: https://www.war.gov/News/Releases/Release/Article/1092364/dod-announces-the-launch-of-codemil-an-experiment-in-open-source/
|
|
2678
|
-
|
|
2679
|
-
### IBM
|
|
2680
|
-
URL: https://github.com/IBM
|
|
2681
|
-
|
|
2682
|
-
### NASA
|
|
2683
|
-
URL: https://github.com/NASA
|
|
2684
|
-
|
|
2685
|
-
### Siemens
|
|
2686
|
-
URL: https://about.gitlab.com/customers/siemens/
|
|
2687
|
-
|
|
2688
|
-
## Viewers e interfaces web leves (leitura + algum nível de interação)
|
|
2689
|
-
|
|
2690
|
-
### gitohashi _(sem link)_
|
|
2691
|
-
|
|
2692
|
-
### GitPrep _(sem link)_
|
|
2693
|
-
|
|
2694
|
-
### legit _(sem link)_
|
|
2695
|
-
|
|
2696
|
-
## Web3 / Descentralizadas extras
|
|
2697
|
-
|
|
2698
|
-
### Gitopia
|
|
2699
|
-
URL: https://gitopia.com/
|
|
2700
|
-
|
|
2701
|
-
### Hypercore / Dat
|
|
2702
|
-
URL: https://hypercore-protocol.org/
|
|
2703
|
-
|
|
2704
|
-
### Radicle Garden
|
|
2705
|
-
URL: https://radicle.garden/
|
|
2706
|
-
|
|
2707
|
-
### Tea.xyz
|
|
2708
|
-
URL: https://tea.xyz/
|
|
2709
|
-
|
|
2710
|
-
## Web3, P2P e Descentralizadas
|
|
2711
|
-
|
|
2712
|
-
### app.radicle.xyz
|
|
2713
|
-
URL: https://app.radicle.xyz/
|
|
2714
|
-
|
|
2715
|
-
### Entire (distributed Git network)
|
|
2716
|
-
URL: https://entire.dev/
|
|
2717
|
-
|
|
2718
|
-
### HyperGit / Dat-based
|
|
2719
|
-
URL: https://github.com/
|
|
2720
|
-
|
|
2721
|
-
### IPLD / IPFS Git remotes
|
|
2722
|
-
URL: https://ipfs.tech/
|
|
2723
|
-
|
|
2724
|
-
### Mango (IPFS experimental)
|
|
2725
|
-
URL: https://github.com/
|
|
2726
|
-
|
|
2727
|
-
### Olvid
|
|
2728
|
-
URL: https://olvid.io/
|
|
2729
|
-
|
|
2730
|
-
### P2P-Git / GitTorrent conceitos
|
|
2731
|
-
URL: https://github.com/
|
|
2732
|
-
|
|
2733
|
-
### radicle.xyz
|
|
2734
|
-
URL: https://radicle.xyz/
|
|
2735
|
-
|
|
2736
|
-
### Secure Scuttlebutt (SSB) related
|
|
2737
|
-
URL: https://ssbc.github.io/
|
|
2738
|
-
|
|
2739
|
-
## Nomes citados sem link (faltando URL)
|
|
2740
|
-
|
|
2741
|
-
- (foi descontinuado em 2020 pela CollabNet/Digital.ai — link antigo não funciona mais) _(linha 530)_
|
|
2742
|
-
- Helix Core / Perforce P4 _(linha 538)_
|
|
2743
|
-
- Azure DevOps / AWS CodeCommit _(linha 581)_
|
|
2744
|
-
- nomes bem diferentes _(linha 605)_
|
|
2745
|
-
- Helix Core _(linha 624)_
|
|
2746
|
-
- nomes completamente diferentes _(linha 630)_
|
|
2747
|
-
- nomes realmente diferentes _(linha 647)_
|
|
2748
|
-
- (P2P, descentralizado, peer-to-peer, sem servidor central) _(linha 651)_
|
|
2749
|
-
- (baseado em AT Protocol / Bluesky, social + código) _(linha 654)_
|
|
2750
|
-
- (minimalista, baseado em e-mail, sem JavaScript obrigatório) _(linha 657)_
|
|
2751
|
-
- (self-hosted, com CI/CD e code intelligence embutido) _(linha 660)_
|
|
2752
|
-
- (usado pelo Fedora Project) _(linha 663)_
|
|
2753
|
-
- (Canonical/Ubuntu, clássico) _(linha 666)_
|
|
2754
|
-
- (GNU, bem antigo e ético) _(linha 669)_
|
|
2755
|
-
- Allura _(linha 671)_
|
|
2756
|
-
- (Atlassian – nome completamente diferente) _(linha 676)_
|
|
2757
|
-
- Buddy _(linha 682)_
|
|
2758
|
-
- não têm “git” no nome _(linha 684)_
|
|
2759
|
-
- mais espelhos e aceleradores _(linha 696)_
|
|
2760
|
-
- Arquivos / Release / Raw (prefixo na URL) _(linha 699)_
|
|
2761
|
-
- Espelhos de navegação (parecem GitHub) _(linha 726)_
|
|
2762
|
-
- Uso rápido (exemplo) _(linha 734)_
|
|
2763
|
-
- espelhos de velocidade _(linha 751)_
|
|
2764
|
-
- instâncias públicas _(linha 764)_
|
|
2765
|
-
- ghproxy.com / ghproxy.net _(linha 792)_
|
|
2766
|
-
- mirrors.tuna.tsinghua.edu.cn (releases) _(linha 796)_
|
|
2767
|
-
- gitee.com/organizations/mirrors (espelhos oficiais de projetos populares) _(linha 797)_
|
|
2768
|
-
- mais instâncias Forgejo/Gitea _(linha 799)_
|
|
2769
|
-
- sites reais _(linha 815)_
|
|
2770
|
-
- plataformas e instâncias públicas _(linha 817)_
|
|
2771
|
-
- (EU, permite repositórios privados, Crow CI + Forgejo Actions) _(linha 821)_
|
|
2772
|
-
- (coletivo queer/neurodivergente, Forgejo) _(linha 824)_
|
|
2773
|
-
- (foco em projetos FOSS + híbridos, Holanda) _(linha 827)_
|
|
2774
|
-
- (comunidade alemã) _(linha 830)_
|
|
2775
|
-
- (Disroot, Amsterdã, non-profit) _(linha 833)_
|
|
2776
|
-
- (francês, livre) _(linha 836)_
|
|
2777
|
-
- (brasileira) _(linha 839)_
|
|
2778
|
-
- (foco em IA) _(linha 842)_
|
|
2779
|
-
- (russa, no registro de software nacional) _(linha 852)_
|
|
2780
|
-
- (Gogs, foco em software livre) _(linha 855)_
|
|
2781
|
-
- (Forge do Fedora Project) _(linha 858)_
|
|
2782
|
-
- instâncias Forgejo/Gitea públicas abertas para registro _(linha 867)_
|
|
2783
|
-
- forks reais _(linha 882)_
|
|
2784
|
-
- Alemães / Europeus _(linha 943)_
|
|
2785
|
-
- Instâncias e forks leves mantidos por coletivos alemães (Codeberg, pub.solar, etc.) _(linha 945)_
|
|
2786
|
-
- Customizações de acessibilidade e testes e2e que Forgejo adicionou e Gitea não tem _(linha 946)_
|
|
2787
|
-
- Chineses _(linha 948)_
|
|
2788
|
-
- Americanos / US-linked _(linha 953)_
|
|
2789
|
-
- Gitea original (agora sob Gitea Ltd / CommitGo) _(linha 954)_
|
|
2790
|
-
- Forks empresariais americanos de Gitea para uso interno (ex.: Blender tem o seu próprio) _(linha 955)_
|
|
2791
|
-
- GitBucket (Scala, estilo GitHub, não é fork de Gitea mas clone de funcionalidade) _(linha 956)_
|
|
2792
|
-
- Espanhóis / Latino-americanos _(linha 958)_
|
|
2793
|
-
- └── Gitea (2016) _(linha 971)_
|
|
2794
|
-
- ├── Gitea Ltd (versão comercial americana) _(linha 972)_
|
|
2795
|
-
- └── Forgejo (2022/2024 – alemão, non-profit) _(linha 973)_
|
|
2796
|
-
- forks chineses _(linha 976)_
|
|
2797
|
-
- mais uma leva pesada _(linha 991)_
|
|
2798
|
-
- Só instâncias públicas abertas agora _(linha 1074)_
|
|
2799
|
-
- Só federadas / P2P / AI-agent oriented _(linha 1075)_
|
|
2800
|
-
- Só soberania (EU, Índia, Brasil, África, etc.) _(linha 1076)_
|
|
2801
|
-
- Só instâncias públicas abertas _(linha 1232)_
|
|
2802
|
-
- Só federadas / P2P _(linha 1233)_
|
|
2803
|
-
- Só soberania de dados (EU, China, Rússia, Índia, Brasil) _(linha 1234)_
|
|
2804
|
-
- Só auto-hospedadas leves _(linha 1235)_
|
|
2805
|
-
- + alternativas, mirrors, forks, plataformas semelhantes e correlatas _(linha 1250)_
|
|
2806
|
-
- Observações importantes _(linha 1484)_
|
|
2807
|
-
- Projetos históricos (Phabricator _(linha 1489)_
|
|
2808
|
-
- Filtrar só as que têm plano gratuito generoso + CI/CD _(linha 1492)_
|
|
2809
|
-
- Separar por dificuldade de instalação _(linha 1493)_
|
|
2810
|
-
- Focar só em soberania de dados / GDPR / China / Rússia _(linha 1494)_
|
|
2811
|
-
- Detalhar migração a partir do GitHub _(linha 1495)_
|
|
2812
|
-
- Expandir ainda mais com instâncias públicas específicas _(linha 1496)_
|
|
2813
|
-
- sources _(linha 3120)_
|
|
2814
|
-
- @trebired/git-host — Camada de forge embutível (Bun) _(linha 3313)_
|
|
2815
|
-
- Gitea-Mirror — Sincronização automática GitHub _(linha 3321)_
|
|
2816
|
-
- Gogs (original, 2014) _(linha 3360)_
|
|
2817
|
-
- Gitea (fork de Gogs em 2016, comunidade mais aberta) _(linha 3361)_
|
|
2818
|
-
- Notas importantes _(linha 5008)_
|
|
2819
|
-
- Proxies chineses mudam frequentemente e alguns podem estar offline ou bloqueados _(linha 5010)_
|
|
2820
|
-
- Smithy _(linha 5049)_
|
|
2821
|
-
- git-server (ggueret) _(linha 5053)_
|
|
2822
|
-
- LGH (LocalGitHub) _(linha 5057)_
|
|
2823
|
-
- Gitrust _(linha 5061)_
|
|
2824
|
-
- SidCorp Forge _(linha 5065)_
|
|
2825
|
-
- git-server core libraries _(linha 5069)_
|
|
2826
|
-
- minimal containerized SSH Git servers _(linha 5073)_
|
|
2827
|
-
- Custom smart HTTP servers em Node/Go/Rust _(linha 5076)_
|
|
2828
|
-
- Peer-style e directory-based hosts _(linha 5079)_
|
|
2829
|
-
- Experimental federated / key-based nodes _(linha 5082)_
|
|
2830
|
-
- GitRiver _(linha 5123)_
|
|
2831
|
-
- Aegis _(linha 5128)_
|
|
2832
|
-
- minimal-git-server _(linha 5132)_
|
|
2833
|
-
- rgit _(linha 5136)_
|
|
2834
|
-
- ForgeLite _(linha 5140)_
|
|
2835
|
-
- GitBundle _(linha 5144)_
|
|
2836
|
-
- gitcode (huoyijie) _(linha 5148)_
|
|
2837
|
-
- self-forge _(linha 5152)_
|
|
2838
|
-
- Gitlawb Node _(linha 5156)_
|
|
2839
|
-
- smolgit _(linha 5160)_
|
|
2840
|
-
- GitPrep _(linha 5263)_
|
|
2841
|
-
- legit _(linha 5267)_
|
|
2842
|
-
- gitohashi _(linha 5269)_
|
|
2843
|
-
- mygit _(linha 5272)_
|
|
2844
|
-
- Grove _(linha 5274)_
|
|
2845
|
-
- basic-git-web-interface _(linha 5276)_
|
|
2846
|
-
- Aqui vai o que existe de verdade quando se tira da mesa tudo o que você listou _(linha 5315)_
|
|
2847
|
-
- Gitness (Harness) _(linha 5321)_
|
|
2848
|
-
- CodeFever _(linha 5324)_
|
|
2849
|
-
- Smederee _(linha 5330)_
|
|
2850
|
-
- Girocco _(linha 5333)_
|
|
2851
|
-
- Camadas embutíveis _(linha 5338)_
|
|
2852
|
-
- Abordagens peer-to-peer e mesh _(linha 5339)_
|
|
2853
|
-
- Instâncias públicas menores e coletivos _(linha 5340)_
|
|
2854
|
-
- máxima leveza e controle total _(linha 5344)_
|
|
2855
|
-
- CI integrado sem dor de cabeça _(linha 5345)_
|
|
2856
|
-
- algo que você possa embutir ou customizar profundamente _(linha 5346)_
|
|
2857
|
-
- OpenXLab (Shanghai AI Laboratory) _(linha 5958)_
|
|
2858
|
-
- Kaggle (Models & Datasets Hub) _(linha 5963)_
|
|
2859
|
-
- OpenI (启智社区) _(linha 5967)_
|
|
2860
|
-
- DagsHub _(linha 5972)_
|
|
2861
|
-
- GitCode AI / Gitee AI _(linha 5977)_
|
|
2862
|
-
- ·Sowhardh Honnappa _(linha 6133)_
|
|
2863
|
-
- Global Repositories You Can Upload Your Resources and Datasets _(linha 6208)_
|
|
2864
|
-
- Deepnote _(linha 6232)_
|
|
2865
|
-
- Comet _(linha 6241)_
|
|
2866
|
-
- GitCode AI (CSDN) _(linha 6250)_
|
|
2867
|
-
- OpenML _(linha 6254)_
|
|
2868
|
-
- Baseten _(linha 6258)_
|
|
2869
|
-
- ·CafeIO _(linha 6276)_
|
|
2870
|
-
- Free Platforms to Collaborate on Machine Learning Projects _(linha 6290)_
|
|
2871
|
-
- ·devmedia.com.br _(linha 6348)_
|
|
2872
|
-
- Global Repositories You Can Upload Your Resources and _(linha 6356)_
|
|
2873
|
-
- Kaggle (Comunidade e Repositórios de Dados) _(linha 6442)_
|
|
2874
|
-
- DagsHub (O "GitHub para Machine Learning") _(linha 6451)_
|
|
2875
|
-
- ClearML e Weights & Biases (Artefatos e Gestão de Dados) _(linha 6463)_
|
|
2876
|
-
- Zenodo (Armazenamento Acadêmico e Permanente) _(linha 6473)_
|
|
2877
|
-
- Zenodo (CERN) - Armazenamento de Gigantes _(linha 6508)_
|
|
2878
|
-
- SiliconFlow - Aposta em Velocidade e Escala _(linha 6519)_
|
|
2879
|
-
- Figshare - Datasets e Artefatos de Pesquisa _(linha 6525)_
|
|
2880
|
-
- Replicate - Repositório com Foco em Execução (API-First) _(linha 6531)_
|
|
2881
|
-
- UC Irvine Machine Learning Repository _(linha 6538)_
|
|
2882
|
-
- Awesome Forgejo Alternatives in 2026 _(linha 7190)_
|
|
2883
|
-
- 极狐 GitLab _(linha 8460)_
|
|
2884
|
-
- Manager _(linha 8656)_
|
|
2885
|
-
- ais de todos os sites, forges, serviços e ferramentas que você listou (corrigindo duplicatas e typos óbvios como “forejo _(linha 8715)_
|
|
2886
|
-
- Vários forks de Gitea listados (blender/gitea, neuropoly/gitea, etc.) _(linha 8975)_
|
|
2887
|
-
- fedorapeople.org _(linha 10227)_
|