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 is supported. This note will only be visible to 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.

ProjectDescriptionLanguage
SAMNative macOS AI assistant with voice control, local model support, and persistent memorySwift
homebrew-SAMA tap repo for Synthetic Autonomic Mind softwareRuby
CLIOTerminal-first AI coding assistant with real tool execution and multi-agent coordinationPerl
websiteSAM's Website and Documentation RepositoryHTML
CLIO-helperAn AI-powered GitHub monitoring daemonPerl
ALICELocal Stable Diffusion image generation with OpenAI-compatible API and private galleryPython
SAM-webA simple web interface for SAM that allows users to access SAM remotely.HTML
clio-skillsA skills repository for CLIOShell

Software

ProjectDescriptionLanguage
llama-aiA project repository for work on improving local LLMs on my personal AMD devicesShell
PowerDeckPower management Decky plugin for Steam Deck and compatible handheldsPython
emdoor-wmiA kernel driver providing platform power and RGB control for Nimo Axis N161C
nimo-rgbDecky plugin for managing the RGB on a Nimo Axis and other compatible devices.TypeScript
SteamGridManagerBack up, restore, and manage custom Steam library artwork on SteamOS. Scan game collections, create Steam shortcuts, and download artwork from multiple providers.Python
homebrew-tapA homebrew tap repo for my personal projects.Ruby
PhotonTERMA Terminal Application for Linux, Windows, and MacC
img2ansA simple utility for converting bitmap images to ANSI graphicsC++
dosdoorA fork of DosEMU focused on BBS doorsC
github-backupA simple script to backup everything.Python
hdhomerun-deployDeploy HDHomerun Record as a serviceShell
tvtrimAutomated commercial stripping for HDHomeRun recordingsPython
NetDeckAdvanced networking Decky plugin - MAC spoofing, WiFi hotspot, internet sharingPython
pulumi-labA simple Pulumi proof of concept repo.Python
homelabChef cookbooks for automated infrastructureRuby

Forks

ProjectDescriptionLanguage
CachyLLamaLLM inference in C/C++C++
Usurper32 and 64bit ports of Usurper BBS door game version 0.20ePascal
SimpleDeckyTDP(Formerly Simple) TDP plugin for alternative AMD PC handheldsTypeScript
wikiSteamFork documentation source repository.
distributionSteamFork project repository.Shell
SteamForkToolsA simple installation helper.Shell
SteamOS-Waydroid-InstallerScript to easily install / uninstall Android via Waydroid on the Steam Deck running on SteamOS.Shell
steamfork-sddmSDDM theme for SteamFork desktop mode.
distributionhub.github.ioA handy website that allows you to download all Linux distributions in one place with one click.JavaScript
steamdeck-discord-statusSteamDeck Homebrew Plugin for displaying current game in DiscordTypeScript
DeckyPlumberExperimental Decky Plugin for InputPlumberTypeScript
HandyGCCSHandheld Game Console Controller Support (Handy Geeks) for LinuxPython

Archived Organizations

SteamFork(archived 2025)

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

JELOS(archived 2024)

Just Enough Linux Operating System

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

Pinned Loading

  1. Fixing Jack Sense and EAPDFixing 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.shbackup_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.shrestore_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.mdllama.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