Archive

Discover and discuss technology tools

Explore the Tiscuss archive by category or keyword, then jump into conversations around what matters most.

Search and filters
Reset
Active: any category / query: Open-source / page 1 of 1 / 36 total
AI Tools

Open-Source In-Browser CAD Tool: CADara

Unveiling CADara: An Open Source In Browser CAD Tool Introducing CADara, an innovative in browser CAD tool designed for creating parametric 2D and 3D models. As…

Global · Designers · May 10, 2026
AI Tools

DavidAU/Qwen3.6-27B: Uncensored AI Model on Hugging Face

Exploring DavidAU/Qwen3.6 27B: An Uncensored AI Model on Hugging Face The DavidAU/Qwen3.6 27B model, available on Hugging Face, represents a significant advance…

Global · Developers · May 10, 2026
AI Tools

Rowboat: Open-Source AI Coworker with Memory

Open-source AI coworker, with memory

Global · General · May 10, 2026
AI Tools

Open-Source Multimodal AI Agent Stack by ByteDance

The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra

Global · Developers · May 10, 2026
AI Tools

Piruetas: Self-Hosted Diary App for Personal Journaling

Piruetas: Your Self Hosted Diary App for Personal Journaling Piruetas is a self hosted diary app designed for personal journaling, offering users a secure and c…

Global · General · May 3, 2026
AI Tools

ShareX: Free Open-Source Screen Capture and Upload Tool

ShareX is a free and open-source application that enables users to capture or record any area of their screen with a single keystroke. It also supports uploading images, text, and various file types to a wide range of destinations.

Global · General · May 3, 2026
AI Tools

Open-Source Dashboard as Code Tool DAC for Agents and Humans

Transforming Analytics with Open Source Dashboard as Code (DAC) for Agents and Humans Open Source Dashboard as Code (DAC) tools are revolutionizing the way data…

Global · Developers · May 2, 2026
AI Framework

Symphony: Open-Source AI Framework for Codex Orchestration

An open-source spec for Codex orchestration

Global · Developers · May 1, 2026
AI Tools

Throwaway: Open-Source Disposable Email Checker & API

Throwaway: Open Source Disposable Email Checker & API In the digital age, protecting online privacy and security is paramount. One tool that aids in this endeav…

Global · General · Apr 30, 2026
AI Infrastructure

TRiP: Open-Source Transformer Engine in C from Scratch

TRiP: An Innovative Open Source Transformer Engine in C TRiP, or Transformer in Python (TRIP), stands out as a sophisticated open source engine meticulously cra…

Global · Developers · Apr 30, 2026
AI Infrastructure

Open Source AI Setup Repo Hits 800 Stars on GitHub

Yo real talk we did not expect this kind of love when we open sourced our AI setup repo but here we are sitting at 800 stars and 100 forks and we are genuinely hyped about it. The repo is a collection of AI agent setups configs and workflows that you can plug straight into your projects. No gatekeeping just pure community goodness. We built this because setting up AI agents from scratch every single time is a massive time sink. So we said forget it lets just share everything openly and let the community build on top of it. Repo is right here: [https://github.com/caliber-ai-org/ai-setup](https://github.com/caliber-ai-org/ai-setup) Now we want YOUR input. What setups are you missing? What features would make this a no brainer for your workflow? Drop your ideas below because we are building in public and your feedback actually ships. LGM 🚀

Global · Developers · Apr 30, 2026
AI Tools

AutoIdeator: Free Open Source Agent Orchestration for Development

[https://github.com/akumaburn/AutoIdeator](https://github.com/akumaburn/AutoIdeator) https://preview.redd.it/rfbgg6e34dyg1.png?width=3809&format=png&auto=webp&s=e436362c48482d09025a394a5e609f67190e6dfa AutoIdeator is an autonomous development system that: 1. Takes a **final goal** — a detailed, multi-sentence description of the intended end result. Describe what the finished project should look like, do, and feel like for the user. **Do not** prescribe implementation steps, phases, milestones, technologies, or task lists — the agents handle planning. The more clearly the desired end state is described, the better convergence will be. 2. Generates improvement ideas via a rotating ensemble of specialized idea agents 3. **Scores and filters ideas** for goal alignment and quality 4. **Critiques ideas constructively** with suggested mitigations 5. **Evaluates strategic alignment** and long-term planning 6. Makes implementation decisions balancing creativity and criticism 7. Implements the plan with parallel coders 8. Reviews, fixes, and commits changes 9. **Runs QA** (build + test verification) 10. **Optimizes slow tests** to keep the suite fast 11. **Verifies goal completion** with 3-step feature inventory, per-feature checks, and auto-remediation 12. **Refactors oversized files** into smaller modules (every other cycle) 13. **Cleans up** temp files and build artifacts 14. Updates project documentation 15. **Records outcomes for learning and deduplication** 16. **Periodically synthesizes synergies** across recent work 17. **Checkpoints state** for pause/resume across restarts 18. Repeats the cycle infinitely until stopped Users can inject suggestions at any time via the Overseer agent, which takes priority over the autonomous idea generation pipeline. Note this system has been tested for some time but only in the dashboard with OpenCode/Claude Code configuration (OpenRouter mode is untested, but I welcome contributions if someone wants to use that mode and notices something is broken).

Global · Developers · Apr 30, 2026
AI Tools

Open-Source Computer Science Curriculum by ForrestKnight

Video discussing this curriculum:

Global · Students · Apr 30, 2026
AI Tools

The Dominion List: Open-Source Database of Canadian Founders in the US

The Dominion List: Revolutionizing Access to Canadian Entrepreneurs in the US The Dominion List stands as an innovative, open source database dedicated to catal…

US/CA/AU · Founders · Apr 30, 2026
AI Infrastructure

Galadriel: Optimize Claude Agents with 87% Cost Savings & Sub-3s Laten

# The "Goldfish Problem" is Expensive. I Decided to Fix the Plumbing. Most Claude implementations leave 90% of their money on the table because they don’t optimize for **Prompt Caching**. I’ve been running a personal agent in my Discord for months that manages my AWS infra and codebases, and I finally open-sourced the harness, which I’ve named **Galadriel** after my main personal assistant. # The Stats * **Cost:** $10 for every $100 you’d normally spend (Tested against OpenClaw/Cursor workflows). * **Speed:** 85% drop in latency. 100K token context goes from 11s to <3s. * **Memory:** Integrated **MemPalace** for permanent, vector-based recall that *doesn't* break the cache. # The Technical Stack * **3-Tier Stacked Caching:** Separate breakpoints for Tool Definitions, System Prompts (`CLAUDE.md`), and Trailing History. * **Privacy:** Built for private subnets. No middleman, no message caps—just your API key and your rules. * **Ethics:** Baked-in Karpathy[`CLAUDE.md`](https://www.google.com/search?q=%5Bhttp://CLAUDE.md%5D(http://CLAUDE.md))guidelines to kill "agent bloat." If you’re tired of paying the **"Context Tax"** just to have an agent that remembers who you are, here you go. It is customized for Discord for my specific needs, but the core logic ensures Galadriel runs like an absolute dream: she never forgets, maintains strict engineering principles, and optimizes every cycle. Your feedback is most welcome! **GitHub (MIT License):**[https://github.com/avasol/galadriel-public](https://github.com/avasol/galadriel-public)

Global · Developers · Apr 29, 2026
AI Tools

Craft Agents OSS: Open-Source AI Tool Trends on GitHub

Craft Agents OSS: Open Source AI Tool Trends on GitHub Craft Agents OSS represents a burgeoning wave of open source AI tools on GitHub, empowering developers an…

Global · Developers · Apr 29, 2026
AI Tools

AgentSwift: Open-Source iOS Builder Agent for Developers

AgentSwift: Revolutionizing iOS Development with Open Source Power Introduction to AgentSwift AgentSwift is an open source iOS builder agent designed to streaml…

Global · Developers · Apr 28, 2026
AI Tools

Utilyze: Open Source GPU Monitoring Tool

Utilyze: The Ultimate Open Source GPU Monitoring Tool Introduction In the fast paced world of data science, machine learning, and high performance computing, mo…

Global · Developers · Apr 27, 2026
AI Design

Penpot: Open-Source Design Tool for AI Collaboration

Penpot: The open-source design tool for design and code collaboration

Global · Designers · Apr 27, 2026
AI Audio

Microsoft's Open-Source Voice AI: VibeVoice Unveiled

Open-Source Frontier Voice AI

Global · Developers · Apr 27, 2026
AI Infrastructure

Caliber: Open-Source Proxy for Enforcing LLM Agent Rules

Cross-posting here because this problem affects everyone building with AI agents. Prompt-based guardrails fail. The model follows your system prompt in a demo, then ignores rules when context gets big or the agent chains multiple steps. We built Caliber - an open-source proxy that reads your rules from plain markdown and enforces them at the API layer, not in the prompt. Every call. Provider-agnostic. Just hit 700 GitHub stars ⭐ and nearly 100 forks - the reception from devs building with AI has been amazing. Repo: [https://github.com/caliber-ai-org/ai-setup](https://github.com/caliber-ai-org/ai-setup) Would love: \- Feedback on the approach \- Feature requests from people building AI agents \- Anyone who wants to contribute to the project Building this open-source for the community.

Global · Developers · Apr 27, 2026
AI Tools

AI Industry Shifts: The End of All-You-Can-Eat AI Plans?

I am a GitHub Copilot Pro+ user. I have been enjoying 39 dollars plan that actually is worth 60 dollars compute with 1500 premium prompts to models count based. Given the availability of free tier models and model switching option, It has felt like never ending. It will be turned into token based after June. This corresponds to the projections about "the death of the ai buffet" I think. Less bundled memberships, more token based costs. As all these foundational model providers crave for profit, I think this is the natural step we are heading. They need to be able to measure and limit the use for profit. I am just curious how fast that will happen? Should we not take cheap & free AI for granted? Or can open-source models actually create a balance? If we are heading for less accessibility, how should average user be prepared?

Global · Developers · Apr 27, 2026
AI Tools

AI Logic Designer: Open-Source Tool for Visual Programming

AI Logic Designer: The Ultimate Open Source Tool for Visual Programming In the rapidly evolving landscape of artificial intelligence, visual programming has eme…

Global · Developers · Apr 27, 2026
AI Audio

Out Loud: Open-Source Desktop TTS for macOS, Windows, Linux

Out Loud: The Ultimate Open Source Desktop TTS Solution Welcome to the world of text to speech (TTS) technology with Out Loud, the premier open source desktop T…

Global · General · Apr 27, 2026
AI Productivity

Tolaria: Open-Source macOS App for Managing Markdown Knowledge Bases

Tolaria: Your Open Source Solution for Managing Markdown Knowledge Bases on macOS Tolaria is a cutting edge, open source macOS application designed to streamlin…

Global · General · Apr 26, 2026
AI Tools

Tolaria: Open-Source macOS App for Markdown Knowledge Bases

Tolaria: The Ultimate Open Source macOS App for Markdown Knowledge Bases Tolaria is a powerful, open source macOS application designed specifically for managing…

Global · General · Apr 26, 2026
AI Tools

Agent Vault: Open-Source Credential Proxy for AI Agents

Agent Vault: Open Source Credential Proxy for AI Agents Agent Vault is an innovative open source credential proxy designed to enhance the security and efficienc…

Global · Developers · Apr 26, 2026
AI Infrastructure

Home Server OS: Open Source AI Infrastructure

Home Server OS: Open Source AI Infrastructure In today's tech savvy world, having a dedicated server in your home is more accessible than ever. Running an open …

Global · Developers · Apr 26, 2026
AI Tools

Lambda ERP: Open-Source ERP via Chat

Lambda ERP: Open Source ERP via Chat Lambda ERP is a revolutionary open source Enterprise Resource Planning (ERP) system designed to transform the way businesse…

Global · General · Apr 26, 2026
AI Tools

AI-Powered Free ESG Stock Screener with Transparent Methodology

A Free ESG Stock Screener with Transparent Methodology Investing with Environmental, Social, and Governance (ESG) criteria has become increasingly important for…

Global · General · Apr 26, 2026
AI Framework

Top Open-Source AI Agent Frameworks for Real-World Apps

A curated list of active open-source AI agent frameworks for real-world apps.

Global · Developers · Apr 26, 2026
AI Infrastructure

Home Assistant Core: Open Source Home Automation

🏡 Open source home automation that puts local control and privacy first.

Global · General · Apr 26, 2026
AI Infrastructure

Open-Source AI Infrastructure for Desktop Control

Open-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and benchmarks to train and evaluate AI agents that can control full desktops (macOS, Linux, Windows).

Global · Developers · Apr 26, 2026
AI Productivity

Tolaria: Open-Source macOS App for Managing Markdown Knowledge Bases

Tolaria: Your Open Source Solution for Managing Markdown Knowledge Bases on macOS Tolaria is a cutting edge, open source macOS application designed to streamlin…

Global · General · Apr 26, 2026
AI Tools

Agent Vault: Open-Source Credential Proxy for AI Agents

Agent Vault: Open Source Credential Proxy and Vault for Agents In the rapidly evolving landscape of automated processes and agent based systems, securely managi…

Global · Developers · Apr 26, 2026
AI Productivity

Lambda ERP: Open-Source ERP via Chat

Show HN: Lambda ERP – The Open Source ERP Revolution Lambda ERP is an innovative, open source Enterprise Resource Planning (ERP) system that can be seamlessly m…

Global · General · Apr 26, 2026
PreviousPage 1 / 1Next