See what the GitHub community is most excited about today. A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel. Author and maintainer: https://github.com/katursis
#javascript #api_client #api_testing #automation #developer_tools #git #graphql_client #http_client #javascript #openapi #openapi3 #opensource #rest_api #testing #testing_tools
Bruno is a free, open-source API testing tool that stores your API collections as plain text files on your device, ensuring your data stays private without cloud syncing. It works across Mac, Windows, and Linux, and supports collaboration through Git or any version control system, making teamwork easier. Bruno automates API testing with JavaScript scripts, increasing efficiency, test coverage, and simplifying integration into CI/CD pipelines. This helps catch bugs early, maintain tests easily, and run regression tests smoothly, saving you time and improving API reliability compared to traditional tools like Postman. You can download it easily via multiple package managers.
https://github.com/usebruno/bruno
#go #mcp #mcp_servers
The Model Context Protocol (MCP) Registry is a community-driven service that helps manage and discover MCP servers. It provides a centralized place where developers can find and manage different MCP implementations. This registry uses a RESTful API, allowing users to list, get, create, update, and delete server entries. It also supports health checks and various environment configurations. The registry makes it easier for developers to connect AI tools with external data sources, improving interoperability and efficiency. This benefits users by simplifying the integration of AI systems with other tools and services.
https://github.com/modelcontextprotocol/registry
#cplusplus #high_performance #interior_point_method #linear_optimization #mixed_integer_programming #parallel #quadratic_programming #simplex
HiGHS is a free, high-performance software that solves large and complex optimization problems like linear, quadratic, and mixed-integer programming. It works fast on many computers, including Linux, MacOS, and Windows, without needing extra software. You can use it through various programming languages like Python, C, C#, and Fortran, making it easy to integrate into your projects. HiGHS supports both serial and parallel computing, and it is advancing GPU acceleration for even faster solutions. This helps you efficiently find the best solutions for planning, scheduling, and decision-making problems in science, engineering, and business. Installation is straightforward, and detailed documentation is available to guide you[1][2][3][4].
https://github.com/ERGO-Code/HiGHS
#csharp #c_sharp #linq #unity
ZLinq is a high-performance, zero-allocation LINQ library for .NET and game engines like Unity and Godot. It improves on regular LINQ by avoiding memory allocations during method chaining, boosting speed and efficiency, especially in demanding apps like games. You use it by calling `AsValueEnumerable()` on collections, enabling faster queries with almost full compatibility with .NET 10 LINQ features. It supports advanced operations on arrays, spans, trees (like file systems and JSON), and SIMD for parallel processing. ZLinq also offers drop-in replacements to accelerate existing LINQ code without rewriting. This means you get faster, more memory-efficient data processing with minimal code changes[1][3][4].
https://github.com/Cysharp/ZLinq
#javascript #cloud #cloud_os #cloud_storage #desktop #desktop_environment #dropbox #good_first_issue #gui #javascript #nas #open_source #operating_system #os #osjs #puter #remote_desktop #storage #web_desktop #web_os #webtop
Puter is a privacy-first personal cloud that lets you store files, apps, and games securely. You can access everything from anywhere at any time, making it very convenient. It's like a personal computer in the cloud, and you can use it on any device—Windows, Mac, Linux, or even your smartphone. Puter also helps you organize your work and entertainment by allowing multiple virtual desktops. This means you can keep different tasks separate but easily accessible, which helps you work more efficiently. Plus, it's open-source, so you can customize it to fit your needs.
https://github.com/HeyPuter/puter
#scss
Odoo tutorials are hosted in a repository with three branches for each version. These branches contain the base code and solutions for different tutorials, like the JavaScript framework and Odoo web framework tutorials. This setup helps users by providing organized and version-specific code, making it easier to follow and learn from the tutorials. Users can access specific solutions based on their needs, which simplifies the learning process and helps them master Odoo development more efficiently.
https://github.com/odoo/tutorials
#go #anticensorship #dns #network #proxy #reality #shadowsocks #socks5 #tls #trojan #tunnel #utls #vision #vless #vmess #vpn #wireguard #xhttp #xray #xtls #xudp
Project X offers powerful network tools like Xray-core and REALITY, built on the efficient XTLS protocol that improves speed and security by reducing unnecessary encryption. It features advanced routing and fallback systems to keep your internet traffic safe and uninterrupted, ideal for streaming or video calls. The project is open-source under Mozilla Public License 2.0, encouraging community contributions to keep it evolving. You can easily install it on various platforms using official scripts, Docker, or one-click setups, and use many supported GUI clients on Windows, Linux, Android, iOS, and routers. This flexibility and strong security help you optimize and protect your network experience.
https://github.com/XTLS/Xray-core
#python #cli #cti #cybersecurity #forensics #hacktoberfest #information_gathering #infosec #linux #osint #pentesting #python #python3 #reconnaissance #redteam #sherlock #tools
Sherlock is a powerful tool that helps you find social media accounts by username across over 400 networks. It's easy to use and works on many operating systems like macOS, Linux, and Windows. You can install it using methods like `pipx` or Docker, and then simply type the username you want to search for. Sherlock will show you where that username is used on different social media platforms. This tool is useful for gathering information quickly and can be run locally or even online through services like Apify. It saves time and effort in finding accounts across many platforms.
https://github.com/sherlock-project/sherlock
#c_lang
Using the Flipper Zero can be very helpful for people interested in cybersecurity and technology. It's a tool that helps with physical penetration testing and software-defined radio. You can find useful resources like infrared codes, tutorials, and guides on GitHub and other platforms. There are also communities like Discord and forums where you can get help and learn more about the device. This helps users learn and improve their skills in a fun and interactive way.
https://github.com/UberGuidoZ/Flipper
#jupyter_notebook
Learning about Large Language Models (LLMs) can be very beneficial. You can build exciting projects over eight weeks, starting with simple tasks and moving to more complex ones. This journey helps you develop deep expertise in AI and LLMs. You'll learn by doing hands-on projects, which is a fun and effective way to understand how these models work. By the end, you'll have skills that can be used in real-world applications, making it a valuable learning experience.
https://github.com/ed-donner/llm_engineering
#python #ai #ai_art #art #asset_generator #chatbot #deep_learning #desktop_app #image_generation #mistral #multimodal #privacy #pygame #pyside6 #python #self_hosted #speech_to_text #stable_diffusion #text_to_image #text_to_speech #text_to_speech_app
AI Runner is a tool that lets you use AI on your own computer without needing the internet. It can do many things like **voice chatbots**, **text-to-image** generation, and **image editing**. You can also make AI personalities for more interesting conversations. It runs fast and securely, keeping your data private. To use AI Runner, you need a good computer with a strong GPU, like an NVIDIA RTX 3060 or better. This helps keep your data safe and makes AI tasks faster.
https://github.com/Capsize-Games/airunner
#go #bugtracker #decentralized_application #distributed_systems #git #gitdb
git-bug is a powerful, decentralized issue tracker that stores issues, comments, and users directly inside a Git repository as versioned objects, not just files. This means you can manage your issues offline, sync them later, and keep everything clean and organized within your existing Git workflow. It’s very fast, supports syncing with platforms like GitHub and GitLab, and offers multiple ways to interact, including command line, text user interface, or web browser. This tool helps you track and manage project issues efficiently without needing a separate server or database, making collaboration and version control seamless.
https://github.com/git-bug/git-bug
#python #agent #ai_agent #apple #computer_use #cua #lume #macos #manus #operator #swift #virtualization #virtualization_framework
The information provided doesn't directly relate to Discord bots or their benefits. However, if we consider the broader context of automation and AI tools like those mentioned in the text, these technologies can enhance user experiences by automating tasks and providing interactive features. For example, AI agents can control virtual environments, which might be useful in various applications, including gaming or educational settings. This kind of automation can save time and increase efficiency, similar to how Discord bots automate tasks and engage communities[1][2].
https://github.com/trycua/cua
#python #bilibili #bilibili_api #manga #tickets
biliTickerBuy is a free, open-source tool that helps you easily buy items on Bilibili’s member shop. You can quickly download and install it from the official releases page, and there’s a clear user guide available. If you have questions or find bugs, you can ask for help or report issues directly on the project’s page. The tool is supported by a community of contributors, and you can see how popular it is by checking its star history. Using biliTickerBuy makes shopping on Bilibili simpler and more convenient, and you can support the project with donations if you like it.
https://github.com/mikumifa/biliTickerBuy
#roff
This project provides free access to Chinese textbooks, including math books from elementary to university levels. It helps people, especially overseas Chinese, access these resources easily. The project aims to promote equal education opportunities and reduce regional disparities. Users can download these textbooks for free, which is beneficial for those who cannot afford or access them otherwise. If files are split due to size limits, a tool is provided to merge them back together.
https://github.com/TapXWorld/ChinaTextbook
#c_lang
Windows Subsystem for Linux 2 (WSL2) lets you run Linux on Windows using a lightweight virtual machine. This means you can use Linux tools and apps directly from Windows, which is great for developers. WSL2 is faster and more efficient than its predecessor, WSL1, because it uses a complete Linux kernel. This setup allows for better performance and compatibility with Linux applications. Users can also customize their WSL2 kernel by building it from source, which can be useful for adding specific features or fixing issues.
https://github.com/microsoft/WSL2-Linux-Kernel
#csharp #ai #artificial_intelligence #llm #openai #sdk
Semantic Kernel is a tool that helps developers build and manage AI systems easily. It supports multiple programming languages like C#, Python, and Java, making it versatile for different projects. This tool allows you to connect your AI models to various services and databases, which helps in automating tasks and making decisions based on user inputs. It's especially useful for businesses because it's reliable, secure, and can handle complex workflows. By using Semantic Kernel, developers can create intelligent AI agents that can interact with users and perform tasks efficiently.
https://github.com/microsoft/semantic-kernel
#c_lang
Kilo is a small text editor that uses less than 1,000 lines of code. It is simple to use and doesn't need any extra libraries. You can save files with **CTRL-S**, quit with **CTRL-Q**, and search for words with **CTRL-F**. Kilo is a good starting point for making more advanced text editors or command-line interfaces. It's free to use and modify under the BSD 2 clause license. This makes it easy for users to learn from and build upon, helping them create their own tools.
https://github.com/antirez/kilo
#typescript #android #appwrite #backend #backend_as_a_service #docker #firebase #flutter #hacktoberfest #hosting #ios #javascript #nextjs #react #react_native #reactnative #self_hosted #selfhosted #serverless #swift #web
Appwrite is a backend platform that helps you build web, mobile, and Flutter apps quickly and easily. It handles complex tasks like user authentication, database management, file storage, and more, so you don’t have to build these from scratch. Appwrite is open source, secure, and works with many programming languages and frameworks. You can use it in the cloud or host it yourself using Docker. The main benefit is that it saves you time and effort, letting you focus on creating great features for your app instead of worrying about backend setup and maintenance[3][5][1].
https://github.com/appwrite/appwrite
#javascript
PSFree version 1.5.0 includes the Lapse kernel exploit for PS4 firmware 9.00, offering a fast and reliable way to gain deeper system access, though it may cause crashes and is still about 50% stable. It uses a payload loader that can be customized, and the project is open for contributions. This exploit is part of a chain combining webkit and kernel exploits to enable jailbreaking, which allows running custom software on PS4 and potentially PS5. Using PSFree can help you unlock more control over your console, but it requires caution and restarts if errors occur, as it is still in beta. This can benefit users wanting to explore homebrew or custom firmware on supported PS4 versions[1][2][5].
https://github.com/kmeps4/PSFree
#rust #code_quality #ide #language #language_server #lsp #python #rust #type_check #type_checker #typecheck #typechecker #types #typing
Pyrefly is a fast tool for checking Python code. It helps catch mistakes before you run your code, making it easier to write reliable programs. Pyrefly can work with both new and old Python projects, even if they don't have type information. It integrates well with editors like VSCode, providing features like auto-completion and code refactoring. This makes coding faster and more efficient, helping you avoid bugs and making your code easier to understand and maintain.
https://github.com/facebook/pyrefly
#python
Tinygrad is a simple deep learning framework that is easy to understand and use. It is designed to be lightweight and flexible, making it easy to add new hardware accelerators. Tinygrad supports various devices like GPUs and CPUs, and it can run models like LLaMA and Stable Diffusion. Its simplicity helps users learn how deep learning works by providing a clean and readable codebase. This makes it a great tool for learning and experimenting with deep learning concepts.
https://github.com/tinygrad/tinygrad
#cplusplus #firefox #firefox_based #firefox_browser #zen_browser
Zen Browser is designed to help you browse the internet with balance between speed, privacy, and productivity. It offers features like **workspaces** to organize your tabs, **compact mode** to reduce distractions, and **split views** to multitask. You can customize almost everything to fit your needs. Zen is built on Firefox, ensuring you get the latest security updates. It's available for Windows, macOS, and Linux, and is open-source, allowing community contributions. This means you can enjoy a fast, secure, and highly personalized browsing experience.
https://github.com/zen-browser/desktop
#javascript #font #iosevka #ligatures #monospace_font #opentype_features #programming_font #programming_ligatures #typeface
Iosevka is a versatile, open-source font family designed for coding and technical documents. It offers both sans-serif and slab-serif styles, with options for monospace and quasi-proportional layouts. The font includes various weights, widths, and slopes, making it highly customizable. It supports many languages and includes features like ligatures and character variants. This flexibility allows users to tailor the font to their preferences, enhancing readability and coding efficiency. Additionally, Iosevka is space-efficient, making it ideal for use in terminals and code editors[1][2][4].
https://github.com/be5invis/Iosevka
#shell
To install or update Podkop, you need to run a script. This is a beta version, so things might change often. When updating, make sure to clear your browser cache and check your settings because they might have changed. You need at least 15MB of free space on your router. If you have Getdomains installed, you should remove it. This setup helps manage your router's configuration and can improve how your network works. Always provide technical feedback if you encounter problems.
https://github.com/itdoginfo/podkop
#go #compression #decompression #deflate #go #golang #gzip #snappy #zip #zstandard #zstd
The "github.com/klauspost/compress" package offers many fast and efficient compression tools in pure Go, including zstandard, S2 (a faster Snappy replacement), optimized deflate for gzip/zip/zlib, and snappy with better compression and concurrency. It also provides entropy encoders (huff0, FSE), HTTP gzip handlers, and a parallel gzip implementation (pgzip). These tools are drop-in replacements for Go's standard libraries but run about twice as fast, saving time and resources. You can easily add it to your project with `go get`. It supports current and recent Go versions and offers options to disable unsafe code or assembly for compatibility. This package benefits you by improving compression speed and efficiency while maintaining compatibility with standard Go compression APIs, making your applications faster and more resource-friendly.
https://github.com/klauspost/compress
#php #calendar #contacts #crm #crm_platform #crm_system #customer_portal #customer_support #customizable #documents #email_marketing #kanban #leads #open_source #php #platform #sales_automation #single_page_application #support
EspoCRM is a free, open-source CRM tool that helps you manage customer relationships by organizing leads, contacts, sales, marketing, and support in one easy-to-use web app. It has a clean interface, customizable features, and a REST API for integration, making it flexible for startups, small businesses, and developers. It automates repetitive tasks, saving time and reducing errors, while providing detailed reports to improve decision-making. Being open-source, it’s cost-effective with no licensing fees, and supported by a helpful community. This means you get a powerful, adaptable CRM that boosts productivity and customer management without high costs[1][3][5].
https://github.com/espocrm/espocrm
#python
This tool helps you easily download PDF textbooks from the National Primary and Secondary School Smart Education Platform by extracting the book URLs and saving the files automatically with correct names. Since February 2025, the platform requires login, so you must set an Access Token (login credential) in the tool to download books. It supports batch downloads, shows progress, works on Windows, Linux, and macOS, and saves your token securely on your device. This makes getting and managing digital textbooks much faster and more convenient for study or teaching.
https://github.com/happycola233/tchMaterial-parser
#python
fairchem is a centralized open-source library by FAIR Chemistry that provides advanced machine learning models, datasets, demos, and tools for materials science and quantum chemistry. You can install it via pip and use pretrained models through the FAIRChemCalculator with ASE, enabling tasks like catalysis, inorganic materials, molecules, MOFs, and molecular crystals. It supports simulations such as structure relaxation and molecular dynamics. Version 2 is a major update and not compatible with version 1 models. Using fairchem helps you quickly apply state-of-the-art AI models to accelerate research and discovery in chemistry and materials science[1][2][4][5].
https://github.com/facebookresearch/fairchem
#python #agents #knowledge_graph #llm #llm_agent #rag #search #search_agent #vector_database
Airweave is a tool that helps make information from apps and databases easily accessible to AI agents. It connects over 100 data sources with minimal coding, allowing for fast data synchronization and semantic search. This means you can quickly turn app data into useful knowledge for AI agents, making them smarter and more efficient. It's especially helpful for tasks like customer support or generating reports, as it ensures AI agents have the most accurate and up-to-date information.
https://github.com/airweave-ai/airweave