Skip to content
View FED-OS's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report FED-OS

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.

Content in all repositories owned by your account will be closed.
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
FED-OS/README.md

  Open Source   Repos



zdbzdb

👨‍💻 About FED-OS

#!/usr/bin/env python3

class FEDOS:
    """
    FED-OS — Open-Source Ecosystem for Browser-Native AI Tools
    """

    def __init__(self):
        self.name = "FED-OS"
        self.tagline = "Building the future of browser-native AI"
        self.organization = "@Fedpromptly"
        self.followers = 1
        self.following = 4
        self.repositories = 44
        self.stars = 2

    @property
    def mission(self):
        return [
            "Browser-native AI tools that work offline",
            "Cross-platform publishing for everyone",
            "Universal web app distribution",
            "Open-source infrastructure for creators"
        ]

    @property
    def flagship_projects(self):
        return {
            "FED-TEMPLE": "3D Cathedral from GitHub contributions",
            "Fed-Poster": "Multi-platform social publishing",
            "FED-SHELL": "Universal URL wrapper & build system",
            "FED-TTS": "Offline Text-to-Speech + Grammarly clone",
            "Surf-FED": "Electron browser with Chrome extension support",
            "Fed-Dup": "Database-free Git mirroring engine"
        }

    @property
    def tech_stack(self):
        return {
            "Languages": ["Python", "JavaScript", "HTML", "CSS"],
            "Frameworks": ["Electron", "Tauri", "Streamlit"],
            "Tools": ["GitHub Actions", "Git", "Vercel", "Netlify"],
            "Focus": ["AI Integration", "Browser Extensions", "PWA"]
        }

    def get_community(self):
        return {
            "Discord": "https://discord.gg/za2cNpYrg6",
            "Ko-fi": "https://ko-fi.com/fedpromptly",
            "Bluesky": "@fedjumper22.bsky.social",
            "Email": "business@fedpromptly.com"
        }

    def __repr__(self):
        return f"<FED-OS: {len(self.flagship_projects)} active projects, {self.followers} follower>"


# Initialize the ecosystem
fed = FEDOS()
print(fed)

🚀 Quick Facts

🔭 Flagship Project FED-TEMPLE — 3D Cathedral from contributions
🌱 Currently Building Browser-native AI tools · Universal wrappers · Cross-platform publishing
👨‍💻 All Repositories github.com/FED-OS
💬 Ask me about Electron · Python · Streamlit · GitHub Actions · Browser Extensions · AI
📫 Community Discord
🌐 Website fedpromptly.com
📍 Ecosystem 100% Open Source · MIT Licensed

🛠️ Tech Stack

Languages & Frameworks

Python JavaScript HTML5 CSS3 Electron Tauri Streamlit

DevOps & Automation

GitHub Actions Git Vercel Netlify

🌟 Flagship Projects

Project Description Tech
🛕 FED-TEMPLE Interactive 3D cathedral from GitHub contributions JavaScript, Three.js
📡 Fed-Poster Multi-platform publishing (write once, post everywhere) Python, APIs
🏗️ FED-SHELL Universal URL wrapper + GitHub Actions builder JavaScript, Actions
🎙️ FED-TTS Offline TTS + Read Aloud + Grammarly clone Python, Streamlit
🌊 Surf-FED Electron browser with Chrome extension support Electron, JS
🔁 Fed-Dup Database-free Git mirroring engine Python, Streamlit



🧡 Every contribution helps keep FED-OS open source.

Free software · MIT Licensed · Community Funded · No In-App Telemetry


💰 Funding Configuration

For the repository's .github/FUNDING.yml, use:

# GitHub Sponsors / funding configuration
# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository

# Fed-Poster is a free, open-source, MIT-licensed project with no venture
# funding and no in-app telemetry. Maintenance, new platform integrations,
# and theme design are funded by the community. If Fed-Poster saves you
# time, consider supporting one of the channels below. Thank you! 🧡

github: FED-OS
ko_fi: fedpromptly

custom:
  - https://fedpromptly.com
  - https://ko-fi.com/W3T61ZU5FS

Rainbow mug

@FED-OS's activity is private