Files
tigrou/outils.json
louan fd493173c7 json
Inital commit for json file containing couples of tools open vs proprietary
2025-12-04 21:27:53 +00:00

44 lines
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"outils_list" : [
{
"open_source_name":"VSCodium",
"icon_op_link":"https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/vscodium-icon.png",
"description_op":"",
"against_name":"Visual Studio Code",
"icon_against_link":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Visual_Studio_Code_1.35_icon.svg/2048px-Visual_Studio_Code_1.35_icon.svg.png",
"description_against":""
},
{
"open_source_name":"Gogs",
"icon_op_link":"https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/gogs.png",
"description_op":"Gogs is a lightweight, self-hosted Git service written in Go. Its incredibly fast and easy to deploy (one binary, no dependencies), with a clean UI that mirrors GitHub. You get user management, issue tracking, SSH support, webhooks, and even a built-in wiki.",
"against_name":"GitHub",
"icon_against_link":"https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png",
"description_against":""
},
{
"open_source_name":"Ollama",
"icon_op_link":"https://ollama.com/public/ollama.png",
"description_op":"Ollama lets you run and manage large language models on your local machine using a single command. It supports models like LLaMA 3, Mistral, Gemma, and more. You can even fine-tune and serve them with APIs.",
"against_name":"ChatGPT",
"icon_against_link":"https://cdn-icons-png.flaticon.com/512/11865/11865338.png",
"description_against":""
},
{
"open_source_name":"OpenCut",
"icon_op_link":"https://github.com/OpenCut-app/OpenCut/blob/main/apps/web/public/logo.png?raw=true",
"description_op":"OpenCut is a promising open-source alternative to CapCut. Its designed for creators who need powerful editing tools without uploading files to the cloud.",
"against_name":"CapCut",
"icon_against_link":"https://static.vecteezy.com/system/resources/previews/055/030/388/non_2x/capcut-circle-icon-logo-symbol-free-png.png",
"description_against":""
},
{
"open_source_name":"",
"icon_op_link":"",
"description_op":"",
"against_name":"",
"icon_against_link":"",
"description_against":""
}
]
}