A clean, open-source native macOS uninstaller. Completely removes apps... and every file they leave behind using smart bundle-identifier detection. SwiftUI + Finder extension.show more

itshan
57,638 просмотров • 2 месяцев назад
Built a native macOS viewer for ledger plain-text accounting... file format. Most expense tracking apps are built around lock-in. Proprietary formats, mandatory accounts, servers you don't control. When their VC funding dries up, they shut down or pivot, and you start over. Plain-text accounting takes the opposite approach: your finances live in a .ledger file. Open it in vim. Query it with awk. Put it in git and get a full audit trail of every change you've ever made. It's just a plain text file. Ledge is just a lens over that file. Fast, native, no cloud. Following kepano 's file over app philosophyshow more

Karan Sharma
26,318 просмотров • 6 месяцев назад
MiaoYan is a lightweight, native macOS Markdown editor for... writing and notes — one of my open-source macOS projects. It just shipped its biggest update to date, introducing Split View for side-by-side Markdown editing and live preview, with smooth bidirectional scroll sync. This release also brings a full visual refinement, layout cycling between sidebar, list, and focus modes, faster startup with native window animations, and broad performance improvements across editing, preview, and export. Built entirely in Swift, not Electron. MiaoYan is local-first, requires no account, collects no telemetry, and avoids AI features by design. I built it for clean Markdown, performance, and a calm writing environment.show more

Tw93
34,642 просмотров • 8 месяцев назад
CCleaner used to be the default way to keep... a Windows machine fast. Then it got bought, stuffed with ads and bundled crapware, and in 2017 one release was compromised and shipped malware to over 2 million people. Millions still install it every month because nothing else has really replaced it. So, a team called AdventDev just built a free, open-source replacement. It's called Kudu. Open the app and you get one dashboard for the whole machine. > System cleaner for temp files, logs, caches, and crash dumps. > Browser cleaner across every major browser. > Gaming cleaner for launcher and shader caches. > Registry cleaner for broken and orphaned entries. > Startup manager that shows the actual boot impact of each program. > Disk analyzer with an interactive treemap, so you can see where 40GB quietly disappeared to. > Debloater that rips Windows bloatware out. > Program uninstaller that also removes the leftovers other uninstallers leave behind. Then it does the parts CCleaner never did. A malware scanner with signature matching, heuristic analysis, and Windows Defender integration. A privacy shield that lets you flip 30+ Windows privacy settings from one screen: telemetry, ad ID, Cortana, tracking. Secure delete that overwrites files with random data before removing them, so nothing can recover them later. There's a real-time performance monitor with per-core CPU, memory, disk, network, and S.M.A.R.T. drive health. A one-click restore point before every clean, so you can roll back. Scheduled scans. A CLI mode for people who don't want a GUI. Support for 30 languages. Native app for Windows, macOS, and Linux. Intel and Apple Silicon builds. No ads, no upsells, no telemetry, no account. The cleaning rules are plain JSON files, so if your favorite app isn't covered yet, you can add support for it without writing a line of code. MIT license. 100% Open Source. Repo:show more

Brady Long
149,822 просмотров • 1 месяц назад
These young black people were born here and educated... here. Despite that they hang out exclusively among their own ethnicity and they behave in a completely different way to how native children from the same areas behave. It is the ultimate demonstration of why remigration is required. Assimilation is a myth. London is an ethnically segregated third world shithole and its only redeeming features are the things built by our native ancestors. The immigrants have only made London worse and it’s why natives are taking every opportunity to leave to the shires. If you have no native blood you need to leave. We can talk about exemptions and possible carve outs later but we must start from the assumption they must all leave and work backwards from there.show more

Wolf 🐺
74,369 просмотров • 5 месяцев назад
Woow Tencent has released a model 100% open source... which is better than Google Translate... And it runs locally on your phone?! - Only 440MB (!!) - 33 languages - On-device translation So we have now a local Google Translate which is running completely offline. They are using AngelSlim which their compression toolkit. That's why the model is so efficient.show more

Paul Couvert
142,577 просмотров • 4 месяцев назад
SOMEONE JUST VIBECODED A PROGRAM THAT DOWNLOADS ANY WEBSITE... ON THE INTERNET every $35,000 agency site is now yours to rip clean for $0 fully open source, save it before it's gone you paste one url and it does the rest: → crawls the entire site → grabs every file: html, css, js, images, even the fonts → rewrites every link to run fully offline → packs it all into a downloadable zip runs entirely in the browser, nothing to install or sign up for point it at any site you admire and the whole front-end is yours: → clone it → archive it before it dies → crack open exactly how it was built the thing agencies gatekeep for five figures is now a 10-second download bookmark this oneshow more

Argona
126,379 просмотров • 2 месяцев назад
Introducing my new app Dumb Phone 🚀 🥳 (Dumb... Phone) Avoid easy distractions and dopamine hits, with a minimalist style phone. Try it out 👉 🔨 9 days start to finish 💩 18 days to get past App Store review Dumb Phone swaps flashy icons / colours with a sleek and minimal Home Screen for accessing essential apps. I've been using this every day for the last month and my screen time has nosedived. When I pick my phone I don't open random things anymore and it has completely changed how I interact with it. Try it out for yourself, add the apps that you use most of the time, and let me know what you think! (and leave a nice review 🙏 😄) Download on the App Store here; I've tried to include many popular + indie apps so you can easily add them to your new Home Screen. 😊 Thank you to everybody who has given me feedback, appreciate your support. ❤️ ❤️ #buildinpublic #productivity #minimalism #dumbphoneshow more

Michael Tigas
112,956 просмотров • 2 лет назад
EVERYONE'S TRYING TO SOLVE AI TEAM MEMORY WITH SERVERS,... VECTOR DATABASES, AND ORCHESTRATION PLATFORMS. THIS OPEN SOURCE TOOL DOES IT WITH ONE FOLDER IN YOUR REPO. Every dev on your team runs Claude Code. When one agent screws something up, the rest have no idea. They just repeat the mistake next week. It's called teamlore. When your agent gets corrected or breaks something, it writes a small lore file into a .lore/ folder. That file ships with your PR, gets reviewed like normal code, and after merge every teammate's agent automatically recalls it when they touch that part of the repo. No server. No datab No accounts. No SaaS bill. Just a folder in git. Which means code review catches bad lessons before they poison the team, git blame tells you when a rule was added and why, and the whole thing works offline. One command to install: npx teamlore init Companion command: npx teamlore scarmap. Turns your team's history of mistakes into a visual heat map of the codebase. Every red zone is a place your team has been burned before. Which means every red zone is a place your agents should slow down. Here's the wildest part. The teamlore repo's own .lore/ folder contains every mistake Claude made while building teamlore itself. Dogfooded end-to-end. You can literally open the folder and read the receipts. The author's public invitation: "Would love for someone to try and break it." Available on npm. Repo just launched. 100% open source. (link in the comments)show more

Harman
35,140 просмотров • 1 месяц назад
We finally have a "Figma for AI agents." It's... called Awesome-design-md. A curated collection of UI systems extracted from 50+ top websites, formatted specifically for coding agents. Instead of parsing screenshots or messy design files, you drop a DESIGN.md straight into your project. It upgrades your AI's UI skills instantly. > Unlocks 50+ elite design systems: Cursor, Vercel, Stripe, Spotify, SpaceX, and more > Structured into 9 clear sections: typography, spacing, elevation, rules > Includes light/dark previews for quick visual checks > Uses Google Stitch's native plain-text format for LLMs Every file also comes with an Agent Guide, ready-to-use prompts included. 100% Free. Open Source.show more

Simplifying AI
12,824 просмотров • 1 месяц назад
i just open sourced the workflow behind $2M AI... video productions... i built 7 skills that run the pipeline end to end, built for Seedance 2.5 and they work in Claude Code, Codex, Hermes or any harness (works best with 1080p using Higgsfield CLI) here's how to use them, in order: /setup writes which image and video models you run into your project, once, so every skill reads the same stack /studio-init scaffolds the whole studio as a file tree from one question, the project name /film-breakdown walks your script scene by scene and writes a 22-field card for every shot /reference-board locks your references into a visual bible, a caption on every image and a ban list for the rest /asset-passport writes the exhaustive descriptor every later prompt will quote word for word /stress-test combat-tests each asset and flips it to locked only at 10 out of 10 repeatability /shot-prompt refuses to run until everything in frame is locked, then writes the 15-block prompt and logs every attempt get access to the skills and full breakdown of the pipeline in the article below:show more

Machina
61,554 просмотров • 1 месяц назад
SOMEONE BUILT A TERMINAL TORRENT CLIENT THAT SEARCHES EVERY... TRUSTED SOURCE AT ONCE AND DOWNLOADS STRAIGHT TO DISK finding a torrent in 2026 is miserable fake download buttons, popups that spawn three more tabs, and half the results are dead with zero seeders. so he built the opposite of all that: > type one query and it hits a curated set of trackers all at once > results stream back tagged with source, size and seeders as fast as each site answers > arrow to the one you want, press d, and it lands on your drive > if one source is down it just skips it and keeps searching the rest > downloads run in the background and pick up where they left off if you quit mid transfer the whole thing is one command. npx and youre running, all you need is node, no browser, no setup, nothing leaves your machine except the request itself. its called torlink, open source and mit. this is the kind of clean terminal tool that does one annoying thing perfectlyshow more

Om Patel
363,056 просмотров • 2 месяцев назад
WELCOME TO THE FUTURE: THE WALLS HAVE EYES… AND... THEY WANT YOUR DIRTY LAUNDRY Finally, a smart home feature that solves the real crisis: carrying socks across the house. This system uses pneumatic tubes — yes, like the ones that shoot checks at drive-thru banks — to vacuum your clothes through the walls and drop them straight into the washer. Behind the scenes? Air turbines, sealed conduits, motion sensors, and just enough pressure to launch your underwear at 30 feet per second without turning it into shrapnel. Laundry chutes are for peasants. This is tactical garment extraction. It’s the future of clean — part NASA, part suburban sci-fi, and 100% powered by your desire to never touch a hamper again. Source: health flow78, Sach Robotsshow more

Mario Nawfal
259,690 просмотров • 1 год назад
Making a camera was way harder than I thought.... Here's what I learned: If you want smart phone level camera, you can't just buy a smartphone camera component That's because cameras talk to a special chip (ISP) that does all kinds of magic There's special image software too, and you can't do it yourself, so it's gonna cost you $100-250k for that software that does tuning, HDR, MFNR, etc. Takes months to implement properly Then it's even worse if you want to livestream. Since you can't do the processing after the fact, you've gotta make all that special software run realtime on a resource constrained processor You also gotta realize our hands and heads aren't stable at all. The video is shaky until you do electronic image stabilization (EIS) If you don't do every single one of these right, then you'll have potato-quality video After all this work, we've now got something really good, and I'm amped to ship Mentra Live smart glasses because it's a smart phone quality camera that sees what you see, live streams anywhere, and has an open-source SDK you can build apps with.show more

cayden 凯登
131,147 просмотров • 11 месяцев назад
NewJeans was never a group built around musical talent.... They weren't selected for that, but using shamanism. HK Comic Con showed what NewJeans looks like without HYBE's budget, production, camera work, and marketing machine behind them. They were a marketing product. A group that, would trade any tour for two more brand deals, because that's how their hype was maintained. That's also why having to share brand deals with another gg seemed to upset them more than not being able to perform. And why they pursued brand deals as the very first thing after trying to leave ADOR—which, in the end, is part of what led them to where they are now. There are way more talent people singing on 🚇 every day, what they don't have it is the silver spoon offered to newjeans and the BTS little sister marketing even before debut....show more

Yoong⟬⟭na⊙⊝⊜🎀🐱⁷
63,986 просмотров • 2 месяцев назад
Can you imagine this RCA was completely occluded? We... recently treated a young patient with a chronic total occlusion (CTO) of the RCA. Given the poor antegrade options and well-developed collaterals, we opted for a retrograde approach. After successful crossing, lesion preparation was followed by a "leave-nothing-behind" strategy using four drug-coated balloons (DCBs)—no stents implanted. The image you can see below is a follow up performed 3 months after the CTO PCI. Why this approach? Preserves native vessel function and vasomotion Avoids permanent implants and associated long-term risks Reduces need for prolonged DAPT Makes future interventions easier, especially valuable in younger patients. AGIK PCRonline 🫀 SCAI #cardiotwitter Shariq Shamim Erik Rafflenbeul Mamas A. Mamas Dr Alo, DO, FACC C. Michael Gibson MD Gregg W. Stone MD Dr. Martha Gulati ♥️🫀❤️🩹🇨🇦 Dmitry Sulimov Evandro Martins F. MDshow more

Dr. Krzysztof Pujdak
21,140 просмотров • 1 год назад
Introducing a new tool called "SideChannel". A secure alternative... to OpenClaw. Utilizes signal for communication and has Claude integration. I built SideChannel, an open-source Signal bot that connects Claude AI to your entire development workflow. End-to-end encrypted. From your pocket. The real power is autonomous development. Send one message like "Build a REST API with auth, pagination, and tests" and SideChannel will: - Generate a full PRD with stories and atomic tasks. - Dispatch up to 10 parallel workers (each running Claude). - Independently verify every task with a separate Claude context. - Run quality gates to catch regressions - Auto-fix failures. - Send you progress updates via Signal as work completes. Every piece of code is reviewed by a separate AI context using a fail-closed security model. If it detects security issues, backdoors, or logic errors — the code gets rejected automatically. No rubber stamps. It also has memory that actually works. Conversations are stored with vector embeddings for semantic search. Claude remembers your project conventions, past decisions, and what's been tried before. It gets smarter about your codebase over time. Other things I'm proud of: - Plugin framework for extending with custom commands. - Multi-project support with per-user scoping. - Rate limiting, path validation, phone allowlist. - Git checkpoints before every task, atomic commits after. - Stale task recovery, circular dependency detection. - Works on Linux and macOS, one-command install. It also integrates into OpenAI or Grok (optional) for more Generative AI response for simple things like "Whats the weather in New York City right now?".show more

Dave Kennedy
49,559 просмотров • 6 месяцев назад
CHINA JUST LEAKED THE FUTURE OF WEB APPS. Alibaba... open-sourced PageAgent and 99% of SaaS founders are sleeping on this. It's a JavaScript AI agent that lives INSIDE your webpage. Users control your entire interface with natural language. ↳ No browser extensions needed, screenshots or multi-modal LLMs, headless browser setup, and also no backend rewrite required Just drop it in your HTML with ONE line of code. What took 20 clicks now takes one sentence. "Click login, fill in my credentials, submit the form" Done. This is not a demo, it is production-ready. ↳ Turn any SaaS into an AI copilot in minutes ↳ Smart form filling for ERP, CRM, admin systems ↳ Voice commands and accessibility built in ↳ Multi-page agent tasks via Chrome extension ↳ MCP server support for external control ↳ Bring your own LLM (Qwen, GPT, Claude, anything) Every founder building AI features just got a shortcut. Every developer manually building copilots just got replaced. The integration looks like this: That's it. Your app now has an AI agent.show more

Kanika
333,187 просмотров • 2 месяцев назад
Impeccable 3.7 brings linting to design. Until now it... was a skill you asked for help. Now it's a design-system-aware feedback loop that runs while your agent builds, catching slop and design drift before they land. 🪝 Design hooks for Claude, Codex, and Cursor They run after every UI edit and quietly nudge your agent to fix slop and drift. The output isn't another wall of lint: it separates new findings from already-seen ones, flags clean scans, and asks the agent to use judgment. Fix real issues, leave intentional demos alone, save exceptions to config instead of littering your source. 🎨 Slop detection is now project-aware Reads your actual design system from DESIGN.md, your typography, palette, radius scale, and tokens, and flags drift from your system, not just generic AI slop: • this font isn't in your design system • this color is outside your documented palette • this radius doesn't match your rounded scale The same engine powers both the hooks and the CLI, and it's where we're investing next. 🖥️ Live Mode, ready for real projects Svelte/SvelteKit now preview variants as temporary framework components with live params, then accept cleanly back into your source component. Manual text edits got evidence / apply / discard routes, insertions preserve their anchors, and mapped lists and JSX slots clean up far more reliably. ⚡ Leaner core, sharper detector Rule-level evals across 3 providers and 4 niches cut guidance with no measurable lift and dropped examples that taught models bad patterns. The detector now skips hidden and screen-reader-only elements, understands OKLCH alpha and Sass-like inputs, and tightened checks for repeated kickers, oversized H1s, clipped overflow, and cramped padding. 🛠️ CLI caught up impeccable detect loads DESIGN.md by default, motion findings name the exact token or cubic-bezier instead of just "bounce," and impeccable ignores gives real CRUD for exceptions. Hooks and CLI share the same ignores. No split-brain config. Plus a much-improved interactive installer with hooks setup built in. Upgrade: npx impeccable install npm i -g impeccableshow more

Impeccable
233,051 просмотров • 3 месяцев назад
CCTP is now live on Aptos! Developers and their... users can now transfer USDC securely between 10 blockchains with 1:1 capital efficiency. With CCTP, you can: 💸Enable cross-chain onboarding for your app by allowing USDC deposits directly from Ethereum and more. ⚖️Meet withdrawal demand for USDC on Aptos on your exchange by rebalancing 1:1 with CCTP behind the scenes. ✨Accept USDC payments for your marketplace from multiple blockchains. Users never need to think about what blockchain they hold USDC. CCTP uses a native burn-and-mint process to securely move USDC from one blockchain to another. With no need to lock up liquidity or rely on third-party fillers, CCTP maximizes capital efficiency and minimizes trust assumptions. Powering 90 unique routes: With the addition of Aptos, CCTP can facilitate USDC transfers in a many-to-many fashion between Aptos, Arbitrum, Avalanche🔺, Base, Ethereum, Noble, Optimism, Polygon | POL PoS, Solana, and Sui. Dozens of apps, wallets, bridges, exchanges, and more support CCTP, including: Wormhole 🤝 CCTP Wormhole enables developers to integrate CCTP into their Aptos apps with Wormhole Connect – a customizable widget for seamless cross-chain transfers: Portal 🤝 CCTP Wormhole Portal supports CCTP on Aptos with its integration of Wormhole Connect to deliver fast and easy USDC transfers to users: Ecosystem apps using Wormhole Connect including Aries Markets, Cellana Finance, Echelon, Echo Protocol, Meso Finance, Pontem Labs (Liquidswap), Thala, and VibrantX Finance 🤖 are now live with CCTP routes for Aptos. Start building with CCTP on Aptos:show more

Circle
97,675 просмотров • 1 год назад