Go to file
FlUxIuS e352b7d696
Reajusting devices on unprivileged mode for common usage
2025-04-10 23:37:42 +02:00
.github/workflows Updating Go version and modules 2024-12-17 23:28:00 +01:00
.res
go/rfswift Reajusting devices on unprivileged mode for common usage 2025-04-10 23:37:42 +02:00
images@8525fad45b Updating to latest images 2025-04-07 19:02:42 +02:00
.gitignore
.gitmodules Cleaning again 2024-09-02 18:25:56 +02:00
.goreleaser.yml Adding missing dep for install.sh 2024-12-10 00:22:04 +01:00
LICENSE
README.md Update README.md 2024-12-17 23:30:27 +01:00
build-windows.bat Updating Windows install script 2025-04-10 18:22:58 +02:00
build_project.sh Splitting build and install part for distribution 2024-12-09 16:11:54 +01:00
common.sh Readapting script of old bash on Darwin 2025-04-10 18:30:16 +02:00
install.sh Improving install script to follow config file updates 2025-04-10 18:20:18 +02:00

README.md

RF Swift

Welcome to the RF Swift project! 🎉 Our mission is to provide all the essential tools for both HAM radio enthusiasts and RF professionals. 📡🔧

Introducing our Go and shell script-based toolbox, designed to streamline the deployment of Docker containers for your preferred RF tools. This evolving toolkit promises even more features in the near future, making it an essential asset for RF enthusiasts.

Currently, the scripts are still under development. However, we invite you to contribute by adding any tools you find necessary for large-scale deployment.

Inspired by the remarkable Exegol project, our toolbox aims to integrate all essential tools for radio analysis without requiring you to uninstall your preferred operating system. It also offers special Docker file recipes to help you conserve space based on your specific needs.

For those who prefer a single OS with all RF software, consider using DragonOS. But if your goal is to deploy tools within a container without affecting your host system, or saving space deploying specific recipes, this toolbox is your ideal solution.

Our philosophy is straightforward: maintain the integrity of your Linux or Windows systems while enjoying unrestricted RF experimentation. Start exploring RF without boundaries today!

Documentation

We have a new documentation that will guide you through the different steps.

A list of included tools can be also seen here.

Quick overview

On Linux

https://github.com/PentHertz/RF-Swift/assets/715195/bb2ccd96-b688-4106-8fba-d82f84ff1ea4

On Windows

With GQRX ;)

https://github.com/PentHertz/RF-Swift/assets/715195/25a4a857-aa5a-4daa-9a08-28fa53d2f799

Using OpenCL with Intel or Nvidia GPU

OpenCL recipe in action

On Mac-OS - Apple Silicon M1/M2/M3

Even if the Go program can build on any platform and Dockerfiles are compilable on macOS, the USB may be difficult to reach on this platform.

For the moment, consider using the tool inside a VM that handles USB, such as VMware Fusion.

You can directly pull a working container from our registry using the penthertz/rfswift:sdr_full_aarch64 reference: Docker Hub Link.

How to Contribute

You are warmly welcomed to contribute and fill scripts with your desired tools.

In the future, we will create a dedicated page for developers.