githubtrending | Технологии

Telegram-канал githubtrending - GitHub Trends

10579

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

Подписаться на канал

GitHub Trends

#vim_script #hacktoberfest #personal_organizer #vim #vim_plugin #vimwiki #wiki

VimWiki is a personal wiki plugin for Vim that helps you organize notes, manage to-do lists, write diaries, and create linked text files with easy navigation using simple key commands like `<Leader>ww`. It supports multiple markup syntaxes (VimWiki, Markdown, MediaWiki) and can export your notes to HTML. You can quickly create and follow links between pages, keep separate wikis for different projects, and sync your wiki files across devices since they are plain text. This makes note-taking fast, flexible, and accessible directly within Vim, improving productivity and organization without leaving your editor.

https://github.com/vimwiki/vimwiki

Читать полностью…

GitHub Trends

#javascript #ai #anthropic #chatbots #chatgpt #claude #gemini #generative_ai #google_deepmind #large_language_models #llm #openai #prompt_engineering #prompt_injection #prompts

There is a collection of system prompts used by popular chatbots like ChatGPT and others. These prompts are instructions that guide how chatbots respond. They are now available publicly on GitHub, which can be very helpful for users. By seeing these prompts, users can understand how chatbots work and even learn how to create their own AI tools. This can help developers build better AI applications and improve their understanding of AI technology.

https://github.com/asgeirtj/system_prompts_leaks

Читать полностью…

GitHub Trends

#python

Related Website Sets (RWS) let companies declare which of their websites are related, so browsers like Chrome can allow limited sharing of cookies across these sites. This helps keep features like staying signed in or remembering your shopping cart working smoothly when you move between related sites, even as browsers block most third-party cookies to protect your privacy. By submitting their sites as a set, companies ensure a better, more seamless experience for you without losing privacy protections. This system balances user convenience with privacy by controlling when cross-site data is shared.

https://github.com/GoogleChrome/related-website-sets

Читать полностью…

GitHub Trends

#python #comfyui #diffusion #flux #genai #mlsys #quantization

Nunchaku is a fast and efficient engine that runs 4-bit neural networks using a special method called SVDQuant, which compresses models to use less memory and speed up processing by 2 to 5 times compared to older methods. It supports advanced AI models for tasks like high-quality text-to-image generation and image editing, working best on modern NVIDIA GPUs. You can easily install and use it with ComfyUI, and it has active community support on Slack, Discord, and WeChat. This means you can generate or edit images quickly with less computing power, saving time and resources. It also offers tutorials and example workflows to help you get started smoothly.

https://github.com/nunchaku-tech/ComfyUI-nunchaku

Читать полностью…

GitHub Trends

#python

Nemo RL is a powerful and scalable library that helps you efficiently train and fine-tune large AI models, from small ones on a single GPU to huge models with over 100 billion parameters using thousands of GPUs. It integrates easily with Hugging Face models and uses NVIDIA’s Megatron Core for fast, optimized training with advanced parallelism, making it ideal for very large models and long sequences. It supports various reinforcement learning algorithms and fine-tuning methods, offers flexible resource management with Ray, and provides detailed, user-friendly documentation and examples. This means you can train state-of-the-art AI models faster and more reliably, even at massive scale, with less hassle.

https://github.com/NVIDIA-NeMo/RL

Читать полностью…

GitHub Trends

#shell #cassowary #docker #freerdp #gnome #hacktoberfest #integration #kde #libvirt #linux #linux_app #nautilus #nix_flake #podman #qemu #qemu_kvm #seamless #winapps #windows #wine #xfce

You can run Windows applications like Microsoft Office and Adobe Creative Cloud directly on your Linux desktop (KDE, GNOME, or XFCE) as if they were native apps using WinApps. It works by running Windows inside a virtual machine (using Docker, Podman, or libvirt) and then showing Windows apps seamlessly on Linux with FreeRDP. Your Linux home folder is accessible in Windows, and you can right-click files in Linux to open them with Windows apps. This lets you use all Windows programs without leaving Linux, improving productivity and convenience without needing dual boot or separate hardware.

https://github.com/winapps-org/winapps

Читать полностью…

GitHub Trends

#python #chatbi #deepseek #llm #nl2sql #rag #sqlbot #text_to_sql #text2sql

SQLBot is an easy-to-use intelligent system that turns natural language questions into SQL queries using advanced AI models and retrieval-augmented generation (RAG). You just need to set up your AI model and data source to start asking questions about your data. It integrates smoothly with other business systems and AI platforms, making it simple to add smart data querying to your apps. It also ensures data security with workspace-based resource isolation and fine-grained access control. You can quickly deploy it on a Linux server using Docker, enabling fast, secure, and intelligent data interaction without needing deep SQL knowledge. This saves you time and improves data accessibility.

https://github.com/dataease/SQLBot

Читать полностью…

GitHub Trends

#typescript

Puck is an open-source visual editor for React that lets you build drag-and-drop interfaces using your own React components. It works smoothly with React environments like Next.js, and you keep full control of your data without vendor lock-in. Puck supports advanced layouts with CSS Grid and Flexbox, enabling flexible, design-in-browser experiences. It’s easy to start by installing the package and configuring your components. Puck is MIT licensed, so you can use it for both personal and commercial projects. This tool helps you create custom page builders or editors quickly and efficiently within your React apps.

https://github.com/puckeditor/puck

Читать полностью…

GitHub Trends

#python

Terminal-Bench is a tool that tests how well AI agents perform real tasks in a terminal, like compiling code or setting up servers, all on their own. It includes a set of tasks with instructions and tests, plus a system that connects AI models to a safe terminal environment. You can install it easily with pip and run tests to see how good your AI is at practical, real-world jobs. This helps you build, compare, and improve AI agents for coding and system tasks, making your AI development more reliable and measurable. You can also contribute new tasks or join a leaderboard to track progress.

https://github.com/laude-institute/terminal-bench

Читать полностью…

GitHub Trends

#typescript #svelte #sveltekit #tailwindcss #tauri

Epicenter is a free, open-source set of local-first apps that let you own and control your data by storing everything—notes, transcripts, chats—in one simple folder using plain text and SQLite. You can use any AI model you want, customize tools, and access your data anywhere without relying on cloud services. Key apps include Whispering, which transcribes your speech locally, and epicenter.sh, a personal assistant that helps you search and interact with your data. This setup gives you privacy, flexibility, and full control over your information, avoiding locked, siloed apps and data traps. It’s great for anyone who values data ownership and open software.

https://github.com/epicenter-so/epicenter

Читать полностью…

GitHub Trends

#c_lang #infiniband #iwarp #kernel_rdma_drivers #linux_kernel #rdma #roce #userspace_libraries

You can use RDMA Core, a set of Linux userspace libraries and daemons, to work with RDMA devices for high-speed network communication. It supports many kernel drivers and provides tools and libraries like libibverbs and librdmacm to manage RDMA devices and connections. You can build it easily with cmake and install required packages depending on your Linux distribution. Using RDMA Core lets you set up software RDMA interfaces and verify them with commands like `ibv_devices` or `rdma link`. This helps you achieve faster, low-latency data transfer, which is useful for high-performance computing and networking tasks.

https://github.com/linux-rdma/rdma-core

Читать полностью…

GitHub Trends

#python #cybersecurity #fyp #hacking #hacking_tool #indonesia #information #information_gathering #ip_geolocation #linux #osint #osint_python #osint_tool #pentesting #phone_number #python #python_hacking #termux #termux_hacks #termux_tool

GhostTrack is a simple tool you can install on Linux or Termux to track locations, phone numbers, or social media usernames using open-source intelligence (OSINT). It offers menus for IP tracking (which can be combined with another tool called Seeker), phone number tracking, and username tracking on social media. This helps you gather information about a target’s location or identity easily. The benefit is that you can quickly find useful data for security, investigation, or personal knowledge without needing advanced skills, all through a straightforward Python-based program created by HunxByts.

https://github.com/HunxByts/GhostTrack

Читать полностью…

GitHub Trends

#c_lang

The CDP System Software Release 8, updated in October 2023, is free and open-source software for creative sound design, offering about 80 new sound-processing programs including multichannel support, waveset distortion, and speech/voice tools. It supports the PVOCEX (.pvx) analysis file format used in Csound, enhancing compatibility and playback options. The system runs on Mac, Windows, and Linux, and includes updated graphical interfaces and scripting capabilities for advanced sound manipulation. This release benefits you by providing powerful, flexible tools to transform and create unique sounds, with ongoing development opportunities if you want to contribute or customize the software.

https://github.com/ComposersDesktop/CDP8

Читать полностью…

GitHub Trends

#typescript #agent #agentic_ai #agents #ai #ai_agents #ai_tools #anthropic #automation #bytebot #computer_use #computer_use_agent #cua #desktop #desktop_automation #docker #gemini #llm #mcp #openai

Bytebot is an open-source AI desktop agent that acts like a virtual employee with its own computer, able to use real applications, browse websites, handle passwords, and process documents automatically. You just describe tasks in plain English, and Bytebot completes them by clicking, typing, downloading files, organizing data, and running complex workflows across multiple programs. It runs locally on your own infrastructure, ensuring privacy and full control, and supports many AI models. This helps you save time by automating repetitive or complex tasks without scripting, improving efficiency and accuracy in business, research, or development work.

https://github.com/bytebot-ai/bytebot

Читать полностью…

GitHub Trends

#shell #apple #docker_container #icloud #photos

You can use the docker-icloudpd Alpine Linux container to back up all your iCloud photos from multiple Apple devices to one server securely. It stores your login safely, converts HEIC photos to JPG, and can notify you via apps like Telegram. You can re-authenticate easily by messaging a Telegram bot or running a simple command, so you don’t need to access the container directly. It also supports uploading photos to Nextcloud and syncing deletions. This helps you keep all your photos backed up in one place with easy management and notifications, saving time and effort. Advanced Data Protection must be off for it to work.

https://github.com/boredazfcuk/docker-icloudpd

Читать полностью…

GitHub Trends

#lua #layout #lua #neovim #neovim_plugin #neovim_ui #nvim #plugin #scratchpad #ui #ux #zen_mode #zenmode

The no-neck-pain.nvim plugin for Neovim centers your active editing window by adding empty buffers on each side, creating padding that keeps your focus in the middle of the screen. It works right away without setup, supports multiple tabs, split windows, and integrates with popular file tree and dashboard plugins. You can customize its width, colors, and behavior, and even use the side buffers as scratchpads for notes. This helps reduce neck strain and improves focus, especially on wide monitors, by keeping your code or text centered and easy to read without distractions.

https://github.com/shortcuts/no-neck-pain.nvim

Читать полностью…

GitHub Trends

#python

Verifiers is a tool that helps create environments for training large language models (LLMs) using reinforcement learning (RL). It includes features like async GRPO training and integration with other frameworks. This tool is useful for building and evaluating LLMs in various tasks, such as creating synthetic data or using tools within models. It supports both single-turn and multi-turn interactions, making it versatile for different applications. By using Verifiers, users can efficiently train and evaluate LLMs, which can improve their performance and accuracy in tasks like answering questions or generating text.

https://github.com/willccbb/verifiers

Читать полностью…

GitHub Trends

#python #download_music #hacktoberfest #mp3 #music #playlists #python #song #song_lyrics #spotdl #spotdl_cli #spotify #youtube_music

spotDL is a fast, easy tool that downloads songs from Spotify playlists by finding them on YouTube, including album art, lyrics, and metadata. You install it via Python’s pip and need FFmpeg for audio processing. It works mainly through the command line and supports batch downloads, syncing playlists, and updating metadata. Audio quality is up to 128 kbps for free users and 256 kbps for YouTube Music Premium users. This tool helps you get your Spotify music offline with metadata, but the quality depends on YouTube sources. It’s great if you want a free, quick way to save Spotify songs with details included.

https://github.com/spotDL/spotify-downloader

Читать полностью…

GitHub Trends

#python #agentic_coding #llm_agent

DeepCode is an AI-powered platform that automates turning research papers, text, and URLs into high-quality, production-ready code for algorithms, front-end, and back-end development. It uses a multi-agent system to analyze complex documents, plan code structure, find relevant code references, and generate tested, documented code efficiently. You can interact with it via a user-friendly web interface or a professional command-line interface. This saves you time and effort by automating complex coding tasks, speeding up development, and reducing errors, letting you focus on innovation rather than manual coding details. It supports integration with popular tools and offers real-time progress tracking.

https://github.com/HKUDS/DeepCode

Читать полностью…

GitHub Trends

#typescript

Mesh2Motion is a free, open-source web app that lets you easily animate 3D models, including humans, four-legged animals, and birds. You upload a GLB/GLTF model, choose a skeleton type, adjust it to fit your model, test animations, and then export your animated model. It supports multiple animations and works well for web or game projects. You can run it online or locally using Node.js or Docker. The open-source nature means it can grow with community help, and animators can contribute new animations. This tool offers a flexible, cost-free way to bring 3D models to life without needing expensive software.

https://github.com/scottpetrovic/mesh2motion-app

Читать полностью…

GitHub Trends

#php #framework #pest #php #testing

Pest is a modern, simple, and elegant PHP testing framework designed to make writing and running tests easy and enjoyable. It offers a clean, readable syntax inspired by popular tools like RSpec and Jest, helping you write clear and maintainable tests quickly. Pest includes powerful features such as built-in browser testing, fast parallel test runs, detailed error messages, and code coverage reports, all in one tool. This means you can confidently ensure your PHP applications work correctly while saving time and improving code quality, whether you’re working on small projects or large applications.

https://github.com/pestphp/pest

Читать полностью…

GitHub Trends

#go

BloodHound Community Edition (CE) is a free, open-source tool that helps you find hidden security risks in identity and access systems by using graph theory. It works with Active Directory, Azure, and other platforms to map complex privilege relationships, showing possible attack paths attackers might use. This helps both attackers (for testing) and defenders (to fix weaknesses) understand and improve security. BloodHound CE is easy to deploy with container support, has a fast, user-friendly interface, supports secure multi-user access with features like two-factor authentication, and offers safe query execution. This means you can quickly and safely analyze your security environment to prevent attacks.

https://github.com/SpecterOps/BloodHound

Читать полностью…

GitHub Trends

#typescript #collaboration #drawing #flowchart #localfirst #mindmap #productivity #whiteboard

Drawnix is a free, open-source online whiteboard tool that combines mind maps, flowcharts, and free drawing in one platform. It supports features like image insertion, undo/redo, infinite canvas zooming, and exporting to PNG or JSON. It works on mobile devices and supports markdown and mermaid syntax for easy diagram creation. Built on a plugin architecture, it allows flexible development and integration with different UI frameworks. Using Drawnix helps you organize ideas visually, collaborate smoothly, and save your work automatically, making creative work and teamwork easier and more efficient.

https://github.com/plait-board/drawnix

Читать полностью…

GitHub Trends

#vue #ai_companion #ai_vtuber #digital_life #grok_companion #live2d #moeru_ai #neuro_sama #neurosama #vrm #vtuber

Project AIRI lets you create and own your own AI virtual companion, like a cyber waifu or digital pet, that can chat, play games like Minecraft and Factorio, and interact with you anytime on many devices including browsers and mobiles. It uses advanced AI models like ChatGPT and Claude, supports voice chat, animations, and game playing, and is open source so you can customize or extend it. Unlike Neuro-sama, AIRI is open and lets you keep your digital companion alive anytime. This means you get a personal, interactive AI friend that fits your world and devices easily.

https://github.com/moeru-ai/airi

Читать полностью…

GitHub Trends

#vue #canvas_editor #design #design_editor #editor #fabricjs #image_editor #poster #svg_editor #vue_fabric

You can use a powerful open-source image editor built with fabric.js and Vue that lets you easily design images by dragging and dropping. It supports many features like importing PSD and JSON files, exporting PNG and SVG, layers, gradients, custom fonts, cropping, filters, and more. You can customize fonts, templates, right-click menus, and shortcuts, and extend it with plugins. This editor is lightweight and simple to use, making it great for quick image editing without complex tools. It also offers a paid version with full backend support and batch image generation, helping you save time and reduce development effort.

https://github.com/ikuaitu/vue-fabric-editor

Читать полностью…

GitHub Trends

#python #aws #mcp #mcp_client #mcp_clients #mcp_host #mcp_server #mcp_servers #mcp_tools #modelcontextprotocol

AWS MCP Servers use the Model Context Protocol (MCP), an open standard that connects AI tools with AWS data and services in a simple, secure way. These servers improve AI responses by providing up-to-date AWS documentation, best practices, and workflow automation for cloud development, infrastructure, and operations. You can run MCP servers locally for development or use AWS-managed remote servers for easy access and scalability. MCP servers support many AWS services like Lambda, DynamoDB, EKS, and more, helping you build, manage, and optimize AWS resources efficiently with AI assistance. Installation is easy with one-click options for popular tools like VS Code and Cursor. This makes cloud development faster, more accurate, and cost-effective.

https://github.com/awslabs/mcp

Читать полностью…

GitHub Trends

#vue #javascript #music #music_library #music_player #musicplayer #pinia #splayer #vite #vue #vue3

SPlayer is a simple, open-source music player designed mainly for Windows, built with modern web technologies like Vue 3 and Electron. It supports features like login via QR code or phone, daily check-ins, desktop lyrics, local music management, playlist creation, cloud music upload and playback, and even plays some songs without copyright restrictions. It offers light/dark themes, music spectrum visualization, and supports high-quality downloads if you have the right membership. You can deploy it locally or on servers using Docker or Vercel. This player is free for personal use and encourages community contributions, helping you enjoy and organize music easily with a customizable, modern interface.

https://github.com/imsyy/SPlayer

Читать полностью…

GitHub Trends

#other #automation #automation_templates #integration #n8n #n8n_automation #n8n_template #no_code_ai #no_code_automation #workflow_automation

You can use a large collection of ready-made automation templates for n8n, an open-source, low-code workflow automation tool that connects over 350 apps. These templates help automate tasks like email labeling, social media posting, document processing, chatbots, and data analysis without needing to build workflows from scratch. This saves you time and effort by letting you quickly implement smart automations for business, marketing, support, and more. n8n’s visual editor and AI integrations make it easy to customize workflows, improving your productivity and operational efficiency with minimal coding.

https://github.com/enescingoz/awesome-n8n-templates

Читать полностью…

GitHub Trends

#swift

You can use a free, open-source BiliBili app demo made for Apple TV (tvOS) to watch videos, live streams, and see comments (barrage) on your TV. It supports features like QR code login, video casting, search, history, subtitles, HDR playback, and popular content lists. This demo is never officially sold or on app stores, so be careful of unauthorized paid versions. Using this demo lets you enjoy BiliBili content on a big screen with many useful functions, enhancing your viewing experience safely and without cost. You can get the latest version from its official GitHub releases.

https://github.com/yichengchen/ATV-Bilibili-demo

Читать полностью…

GitHub Trends

#python #artificial_intelligence #cybersecurity #generative_ai #llm #pentesting

Cybersecurity AI (CAI) is an open-source, lightweight framework that helps you build AI agents to find and fix security vulnerabilities efficiently. It supports many AI models and tools, works on multiple operating systems, and allows human control during tasks. CAI automates complex security testing steps like scanning, exploiting, and validating bugs, making bug bounty hunting easier and faster. It also logs detailed traces for better analysis and supports teamwork among AI agents. Using CAI can boost your cybersecurity skills, save time, and improve your ability to protect systems from attacks by combining AI power with your expertise.

https://github.com/aliasrobotics/cai

Читать полностью…
Подписаться на канал