Skip to content
View fewtarius's full-sized avatar

Organizations

@JustEnoughLinuxOS @SteamFork @SyntheticAutonomicMind

Block or report fewtarius

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fewtarius/README.md

Organizations

Privacy-first AI tools. Free, open source, and built to work the way you do.

Project Description Language
SAM Native macOS AI assistant with voice control, local model support, and persistent memory Swift
CLIO Terminal-first AI coding assistant with real tool execution and multi-agent coordination Perl
ALICE Local Stable Diffusion image generation with OpenAI-compatible API and private gallery Python
SAM-web A simple web interface for SAM that allows users to access SAM remotely. HTML
clio-skills A skills repository for CLIO Shell
homebrew-SAM A tap repo for Synthetic Autonomic Mind software Ruby
website SAM's Website and Documentation Repository HTML
CLIO-helper An AI-powered GitHub monitoring daemon Perl

Software

Project Description Language
github-backup A simple script to backup everything. Python
PhotonTERM A Terminal Application for Linux, Windows, and Mac C
homelab Chef cookbooks for automated infrastructure Ruby
img2ans A simple utility for converting bitmap images to ANSI graphics C++
homebrew-tap A homebrew tap repo for my personal projects. Ruby
hdhomerun-deploy Deploy HDHomerun Record as a service Shell
tvtrim Automated commercial stripping for HDHomeRun recordings Python
PowerDeck Power management Decky plugin for Steam Deck and compatible handhelds Python
NetDeck Advanced networking Decky plugin - MAC spoofing, WiFi hotspot, internet sharing Python
pulumi-lab A simple Pulumi proof of concept repo. Python
PhotonTERM-archived (archived) A terminal emulator that supports native SSH, ANSI, CP437, and more. C

Forks

Project Description Language Last Updated
InputPlumber Open source input router and remapper daemon for Linux Rust 2026-01
SimpleDeckyTDP (Formerly Simple) TDP plugin for alternative AMD PC handhelds TypeScript 2025-05
wiki SteamFork documentation source repository. 2025-04
distribution SteamFork project repository. Shell 2025-04
SteamForkTools A simple installation helper. Shell 2025-04
SteamOS-Waydroid-Installer Script to easily install / uninstall Android via Waydroid on the Steam Deck running on SteamOS. Shell 2025-04
steamfork-sddm SDDM theme for SteamFork desktop mode. 2025-03
distributionhub.github.io A handy website that allows you to download all Linux distributions in one place with one click. JavaScript 2025-02
steamdeck-discord-status SteamDeck Homebrew Plugin for displaying current game in Discord TypeScript 2025-01
DeckyPlumber Experimental Decky Plugin for InputPlumber TypeScript 2024-08
HandyGCCS Handheld Game Console Controller Support (Handy Geeks) for Linux Python 2024-06

Archived Organizations

SteamFork (archived 2025)

Project Description Language
distribution (archived) Home of the SteamFork Gaming distribution. Shell
SteamForkTools (archived) A simple installation helper. Shell
SetupStreamingServices (archived) A simple utility to add common streaming services to Steam. Shell
wiki (archived) SteamFork documentation source repository.
steamfork-keyring (archived) Package and repository keyring Python

JELOS (archived 2024)

Just Enough Linux Operating System

Project Description Language
distribution (archived) Home of the JELOS Linux distribution. Makefile
emulationstation (archived) A custom fork of EmulationStation C++
rk3326-uboot (archived) C
rk3566-x55-kernel (archived) Rockchip BSP kernel for PowKiddy x55 C
rk3326-kernel (archived) C
rk356x-uboot (archived) Rockchip U-Boot C
rk356x-kernel (archived) Rockchip BSP kernel C
sdm845-kernel (archived) A fork of Ayn's kernel for the Odin C
rk3566-x55-uboot (archived) Rockchip BSP U-Boot for Powkiddy x55 C
rk3399-uboot (archived) A fork of the Rockchip Linux u-boot project. C
rk3399-kernel (archived) A fork of mrfixit2001's Rockchip kernel C
generaluser-gs (archived) A GM and GS compatible SoundFont bank for composing, playing MIDI files, and retro gaming. TeX
libmali (archived) A fork of libmali C

Pinned Loading

  1. Fixing Jack Sense and EAPD Fixing Jack Sense and EAPD
    1
    # Fixing Jack Sense and EAPD
    2
    
                  
    3
    This mini-guide helps correct issues with internal speakers or the headphone jack outputting static and not functioning after sleep. It deprecates CodecCommander, ALC_JackFix, my JackFix script, and all other combo jack helpers by correcting the layout in AppleALC.
    4
    
                  
    5
    ## Prerequisites
  2. backup_heroic_saves.sh backup_heroic_saves.sh
    1
    #!/bin/bash
    2
    # Backup script for Heroic game saves (SteamOS/SteamFork)
    3
    # Each game's save is backed up individually with a time/date stamp
    4
    # Destination: /var/run/media/primary/Backups/
    5
    
                  
  3. restore_heroic_save.sh restore_heroic_save.sh
    1
    #!/bin/bash
    2
    # Restore script for Heroic game saves (SteamOS/SteamFork)
    3
    # Restores a selected game's save from backup to its original location
    4
    # Usage: ./restore_heroic_save.sh <GameName> <BackupFile>
    5
    
                  
  4. llama.cpp.md llama.cpp.md
    1
    # AMD APU Optimization Guide for llama.cpp on SteamOS
    2
    
                  
    3
    This guide documents the process to optimize and run large language models on AMD APUs (specifically 7840U with Radeon 780M, Ayaneo Flip w/ 32GB RAM) using llama.cpp with Vulkan acceleration.
    4
    
                  
    5
    ## Prerequisites