Remote

Top 23 Remote Open-Source Projects

  • remote-jobs

    A list of semi to fully remote-friendly companies (jobs) in tech.

  • Project mention: Kako ste dobili svoj inostrani remote posao? | /r/programiranje | 2023-10-12
  • TheFatRat

    Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV software protection .

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • garnet

    Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.

  • Project mention: A MySQL compatible database engine written in pure Go | news.ycombinator.com | 2024-04-09

    You would be surprised by performance of modern .NET :)

    Writing no-alloc is oftentimes done by reducing complexity and not doing "stupid" tricks that actually work against JIT and CoreLib features.

    For databases specifically, .NET is actually positioned very well with its low-level features (intrisics incl. SIMD, FFI, struct generics though not entirely low-level) and high-throughput GC.

    Interesting example of this applied in practice is Garnet[0]/FASTER[1]. Keep in mind that its codebase still consist of un-idiomatic C# and you can do way better by further simplification, but it already does the job well enough.

    [0] https://github.com/microsoft/garnet

    [1] https://github.com/microsoft/FASTER

  • openvscode-server

    Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.

  • Project mention: Reviving decade-old Macs with antiX and MX Linux (2022) | news.ycombinator.com | 2023-12-08

    > Yeah, sadly there are entry level laptops cheaper than a phone or said monitor plus a keyboard and mouse

    Many people already have a monitor, mouse, and keyboard lying around. They'll also have a phone already. Plus, there are very cheap docks where you can just slide your phone into a laptop shell, priced similarly to the worst and most awful Chromebooks imaginable.

    > So nothing works offline.

    You can run a vscode server on your phone (https://github.com/gitpod-io/openvscode-server/releases). What's lacking is the VSCode GUI, so pointing a browser at http://[::1]:8080/ will work just fine.

  • Arduino-IRremote

    Infrared remote library for Arduino: send and receive infrared signals with multiple protocols

  • Project mention: Connect to wand? | /r/MagiQuest | 2023-09-10

    However, there are plenty of libraries at this point which can handle the signal to varying degrees (some cant handle cast type but many dont care about that feature, including the game itself). I believe the most up to date currently is: https://github.com/Arduino-IRremote/Arduino-IRremote

  • workadventure

    A collaborative web application (virtual office) presented as a 16-bit RPG video game

  • Project mention: WorkAdventure: Open-Source Virtual Workspace | /r/opensource | 2023-05-30
  • vscode-remote-release

    Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.

  • Project mention: Code tunnel to local machine directly (without Azure) | /r/vscode | 2023-12-08

    It would be great, if people interested in this feature/having similar problems would consider pushing the following issue: https://github.com/microsoft/vscode-remote-release/issues/8373

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • faasd

    A lightweight & portable faas engine

  • awesome-italia-remote

    A list of remote-friendly or full-remote companies that targets Italian talents.

  • Project mention: Trovare lavoro all'estero, anche da remoto | /r/ItaliaCareerAdvice | 2023-12-05
  • p2p

    🖥️ P2P Remote Desktop - Portable, No Configuration or Installation Needed.

  • Project mention: Remote Desktop from anywhere | /r/selfhosted | 2023-07-13

    https://github.com/miroslavpejic85/p2p P2P Remote Desktop - Portable, No Configuration or Installation Needed.

  • PowerRemoteDesktop

    Remote Desktop entirely coded in PowerShell.

  • getssl

    obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.

  • Project mention: Why Certificate Lifecycle Automation Matters | news.ycombinator.com | 2024-01-30

    A 'competitor' to this would be GetSSL which is a pure-shell ACME client (plus OpenSSL and cURL) and can be executed on one host, but send verification tokens to remote systems (where you may not have cron access):

    > Get certificates for remote servers - The tokens used to provide validation of domain ownership, and the certificates themselves can be automatically copied to remote servers (via ssh, sftp or ftp for tokens). The script doesn't need to run on the server itself. This can be useful if you don't have access to run such scripts on the server itself, as it's a shared server for example.

    * https://github.com/srvrco/getssl

  • ReClass.NET

    More than a ReClass port to the .NET platform.

  • ipban

    Since 2011, IPBan is the worlds most trusted, free security software to block hackers and botnets. With both Windows and Linux support, IPBan has your dedicated or cloud server protected. Upgrade to IPBan Pro today and get a discount. Learn more at ↓

  • Project mention: Well I'm ready to throw in the towel - public IP to 3389 | /r/sysadmin | 2023-12-07
  • ws-scrcpy

    Web client prototype for scrcpy.

  • awesome-RemoteWork

    Resources for remote workers: approaches, hiring page, remote life and more.

  • dstack

    dstack is an open-source orchestration engine for running AI workloads at scale in any cloud or data center. https://discord.gg/u8SmfwPpMd

  • Project mention: Ask HN: How does deploying a fine-tuned model work | news.ycombinator.com | 2024-04-23

    You can use https://github.com/dstackai/dstack to deploy your model to the most affordable GPU clouds. It supports auto-scaling and other features.

    Disclaimer: I’m the creator of dstack.

  • Round Sync

    Rclone for Android with task scheduler

  • Project mention: My Overkill Home Network – Complete Details 2023 | news.ycombinator.com | 2023-08-10

    Round Sync is a currently active fork. Updates are infrequent, but there was one last week that fixed the (experimental) SAF support and updated rclone, asking other things.

    https://github.com/newhinton/Round-Sync

  • ghost

    :ghost: RAT (Remote Access Trojan) - Silent Botnet - Full Remote Command-Line Access - Download & Execute Programs - Spread Virus' & Malware (by AHXR)

  • docker-idrac6

    iDRAC 6 web interface and VNC proxy

  • Project mention: Dell PowerEdge R710 | /r/homelab | 2023-11-08

    Check out this Docker container for iDRAC6 management: docker-idrac6

  • Coerce-rs

    Actor runtime and distributed systems framework for Rust

  • Remote-Developer-jobs-directory

    Document all things for remote developer positions.

  • Project mention: Why Companies Area Restrict Jobs, Even if They Are Remote | dev.to | 2024-02-29

    If you like this sort of content from engineers who have been working remotely for close to a decade consider creating an account at https://remoet.dev where we send and collect related information. Remote working is the future, and we need to be as informed as we can be.

  • RemoteRetro

    Free, world-class retrospectives

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Remote related posts

Index

What are some of the best open-source Remote projects? This list will help you:

Project Stars
1 remote-jobs 27,672
2 TheFatRat 8,911
3 garnet 9,063
4 openvscode-server 4,704
5 Arduino-IRremote 4,279
6 workadventure 3,876
7 vscode-remote-release 3,477
8 faasd 2,851
9 awesome-italia-remote 2,235
10 p2p 2,092
11 PowerRemoteDesktop 2,078
12 getssl 2,036
13 ReClass.NET 1,722
14 ipban 1,505
15 ws-scrcpy 1,412
16 awesome-RemoteWork 1,384
17 dstack 1,087
18 Round Sync 883
19 ghost 760
20 docker-idrac6 706
21 Coerce-rs 670
22 Remote-Developer-jobs-directory 580
23 RemoteRetro 568

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com