GitHub Trends
10.1K subscribers
15.3K links
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
Download Telegram
#rust #ai #codegen #coding_assistant #coding_language #developer_experience #developer_tools #gen_ai #ide #llms

Tabby is an AI coding assistant that you can host on your own servers, similar to GitHub Copilot but without needing cloud services. It has several key benefits:
- It works independently without a database or cloud service.
- It integrates easily with your existing tools using OpenAPI.
- It supports consumer-grade GPUs, making it accessible for many users.
- You can try it quickly with a simple Docker command and customize it as needed.
This makes Tabby a powerful and flexible tool for developers, allowing them to work more efficiently and accurately without relying on external services.

https://github.com/TabbyML/tabby
#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