Evidence-first research
Turn product pages, reviews, and discussions into Mac app research you can verify before you buy.
r/macapps
MD Flow: read a folder of Markdown files without opening an editor
**Problem** I save a lot of notes, specs, and AI exports as .md files. Quick Look still shows the raw hashes and asterisks. Opening VS Code or Obsidian to read one file felt like starting the car to check the mailbox. I wanted Finder for Markdown. Folder on the left, rendered file on the right, click or arrow through. A reader, not another editor. Native Mac app, no vault, no plugins. Mermaid, KaTeX, callouts, and YAML frontmatter all render on the free tier. **Comparison** *Marked 2* ($13.99) is the closest thing and it is a good app. It is document-first: you point it at a file and it watches that file. MD Flow is folder-first, so you connect a folder once and arrow through everything in it. Marked 2 is also Mac only, where one MD Flow purchase covers Mac, iPhone and iPad. *Obsidian* is free and far more powerful, and if you live in a vault all day it is the better tool. It is also a vault-based editor with plugins and setup. MD Flow reads any folder with no vault, no config and no plugins, and it never writes to your files unless you explicitly rename or trash something. Worth being straight about the gap: MD Flow does not resolve \[\[wikilinks\]\] yet, so it is not a full vault reader. **Pricing** Free: 2 connected folders, 5 recent files, all the rendering above, offline, no account. Pro: $7.99 one time, not a subscription. Unlimited folders, search inside document contents rather than only filenames, PDF export, email drafts. One purchase covers Mac, iPhone and iPad. [h
Sep 13, 2026
r/macapps
AeroBar - Advanced Dock for macOS (Free, beta)
**Who I am and why I built this:** I am the developer. I switched from Windows to Mac a while back and the workflow adjustment was genuinely rough. The Dock hides. Open windows have no persistent visual reference. There is no taskbar. You end up cycling through Cmd+Tab or doing Expose just to find something you had open five minutes ago. I built AeroBar to fix that for myself, and eventually decided to release it. **AI Disclosure:** I used AI assistance to help write some of the code for this app, as well as to help draft this post. **What it does:** AeroBar is a persistent taskbar that sits at the bottom of your screen. It has a glass surface, a live tab strip showing every open window across all apps, a pinned app launcher, a Start Menu with an app browser and recent files, inline Spotlight search, and a Trash shortcut on the right end. It uses macOS Accessibility APIs directly to track, focus, minimize, and raise your windows in real time. It is not a theme or a skin on top of the Dock. **How it compares to what already exists:** The Dock shows app icons but not individual windows. HiDock and similar apps extend the Dock but still follow the same Dock paradigm. AeroBar takes a different approach: every open window gets its own tab. Click the tab to focus, click again to minimize, click a minimized tab to restore. No hunting, no cycling. That specific workflow is what Windows switchers miss most and what nothing else on Mac replicates. **What makes it different:** The windo
Sep 12, 2026
Hacker News
Hacker News
How SaaS startup guys get first 100 customers first, make fkn $500k ARR fast?
I am running a small AI company that has been building an offline security audit app, simply a fine-tuned small language model powering an Electron app that can audit GitHub and local code repos for security stuff. I always see these LinkedIn or X guys making $500k ARR or $1m ARR within months; how the fkk do they get that many customers without spending on ads? I can't even get 5 customers; damn it, I do suck at sales
Sep 12, 2026
Hacker News
Hacker News
Anthropic boss Dario Amodei calls for AI development to slow down
Sep 12, 2026
r/macapps
File Arbor: the file organizer I built because Hazel is Mac-only
My Downloads folder had turned into a write-only archive - I'd save something, never find it again, and every couple of weeks I'd sit there dragging files into folders by hand. Hazel solves this on macOS, but I work on Windows too and didn't want to write scripts to get the same thing there. So I built File Arbor to run the same rules on both. What it does: you set rules once, it keeps the folders sorted. - Watches any folder (Downloads, Desktop, Documents) at the same time - Conditions: extension, name contains/starts/ends, regex, size, age, and file content - it can read inside PDFs, DOCX and plain text - Negative conditions too, e.g. "everything except invoices" - Actions: move, trash, delete, run a command - Auto Mode sorts files the moment they land, or you can keep it manual - Destination paths take tokens: Downloads/ / , and EXIF ones like , , if you sort photos - Runs entirely on your machine. No account, no cloud, no telemetry. Windows 10+ and macOS 10.15+. Free: 1 folder, 2 rules, extension filter only, manual mode. Pro: $24.99 one-time, lifetime updates, 30-day refund. What it does NOT do, so nobody buys it for the wrong reason: - no renaming action - no duplicate finder - no syncing rules between machines - no AI categorisation - no Finder tag support https://filearbor.com Happy to answer anything, and genuinely interested in what rules people would want that it can't express yet.
Sep 12, 2026
X
X
On Omarchy, my proxy moved from the tray into a terminal. clash-kit × Omarchy — perfect fit: · Linux/Win/MacOS · one-line npm install, zero GUI · TUI subs, nodes, latency tests · hot reload + TUN mode · tiling-workflow native npm i -g clash
-kit Your Omarchy proxy setup?👇
Sep 12, 2026
Hacker News
Hacker News
Reddit Now Blocking Firefox for Android with uBlock Origin?
I was recently bit by reddit's decision to block usage of old reddit when signed out, which was my normal mode of reading. Now, new this morning, I get this error when trying to sign into Reddit on Firefox w/ uBlock Origin: > An error occurred. Please disable any extensions or try using a different web browser to continue. Is this real life?
Sep 12, 2026
r/macapps
What if browser tabs didn't need to be tabs? I built this.
I built a way to bring web content directly into your desktop workspace. Turn any website into a widget, keep multiple pages together, embed content, or extract exactly what you need. Also, place it directly on your desktop, as a floating bubble, or even in your system status bar. Here are a few examples of what you can do: # Embed Content Bring content from other apps and websites directly into your workspace. Embed a webpage, widget, or custom content and keep it right where you need it. You can use embedded content for dashboards, tools, forms, media, or anything else you want to have quick access. # Multiple Tabs Organize related websites and workflows effortlessly inside a single Browser Content. Open as many tabs as you need, group them by project or topic, and switch between them instantly; all without cluttering your workspace or losing context. Keep research, tools, and references together in one clean, focused view so you can work smarter and stay organized. # Extract Content Extract only the content you need from any webpage. Instead of embedding the entire page, select a specific section or element and display only that content in your workspace. # Any Web as a Widget Turn parts of your favorite websites into simple widgets on your desktop. Keep dashboards, news, tools, stats, or any other web content close by without having to keep the full browser open. Place them wherever you want and have the information you need just a click away. \-- **Download Boxvy from th
Sep 12, 2026
r/macapps
File Arbor: the file organizer I built because Hazel is Mac-only
My Downloads folder had turned into a write-only archive - I'd save something, never find it again, and every couple of weeks I'd sit there dragging files into folders by hand. Hazel solves this on macOS, but I work on Windows too and didn't want to write scripts to get the same thing there. So I built File Arbor to run the same rules on both. What it does: you set rules once, it keeps the folders sorted. - Watches any folder (Downloads, Desktop, Documents) at the same time - Conditions: extension, name contains/starts/ends, regex, size, age, and file content - it can read inside PDFs, DOCX and plain text - Negative conditions too, e.g. "everything except invoices" - Actions: move, trash, delete, run a command - Auto Mode sorts files the moment they land, or you can keep it manual - Destination paths take tokens: Downloads/ / , and EXIF ones like , , if you sort photos - Runs entirely on your machine. No account, no cloud, no telemetry. Windows 10+ and macOS 10.15+. Free: 1 folder, 2 rules, extension filter only, manual mode. Pro: $24.99 one-time, lifetime updates, 30-day refund. What it does NOT do, so nobody buys it for the wrong reason: - no renaming action - no duplicate finder - no syncing rules between machines - no AI categorisation - no Finder tag support https://filearbor.com Happy to answer anything, and genuinely interested in what rules people would want that it can't express yet.
Sep 12, 2026
X
X
On Omarchy, my proxy moved from the tray into a terminal. clash-kit × Omarchy — perfect fit: · Linux/Win/MacOS · one-line npm install, zero GUI · TUI subs, nodes, latency tests · hot reload + TUN mode · tiling-workflow native npm i -g clash
-kit Your Omarchy proxy setup?👇
Sep 12, 2026
Hacker News
Hacker News
Reddit Now Blocking Firefox for Android with uBlock Origin?
I was recently bit by reddit's decision to block usage of old reddit when signed out, which was my normal mode of reading. Now, new this morning, I get this error when trying to sign into Reddit on Firefox w/ uBlock Origin: > An error occurred. Please disable any extensions or try using a different web browser to continue. Is this real life?
Sep 12, 2026
r/macapps
What if browser tabs didn't need to be tabs? I built this.
I built a way to bring web content directly into your desktop workspace. Turn any website into a widget, keep multiple pages together, embed content, or extract exactly what you need. Also, place it directly on your desktop, as a floating bubble, or even in your system status bar. Here are a few examples of what you can do: # Embed Content Bring content from other apps and websites directly into your workspace. Embed a webpage, widget, or custom content and keep it right where you need it. You can use embedded content for dashboards, tools, forms, media, or anything else you want to have quick access. # Multiple Tabs Organize related websites and workflows effortlessly inside a single Browser Content. Open as many tabs as you need, group them by project or topic, and switch between them instantly; all without cluttering your workspace or losing context. Keep research, tools, and references together in one clean, focused view so you can work smarter and stay organized. # Extract Content Extract only the content you need from any webpage. Instead of embedding the entire page, select a specific section or element and display only that content in your workspace. # Any Web as a Widget Turn parts of your favorite websites into simple widgets on your desktop. Keep dashboards, news, tools, stats, or any other web content close by without having to keep the full browser open. Place them wherever you want and have the information you need just a click away. \-- **Download Boxvy from th
Sep 12, 2026
Hacker News
Hacker News
Ask HN: What default model do you use and why?
I use claude for most of what I do, and Fable is largely overkill for me and frequently burns through my Max plan's session credits in minutes (!) when just doing an initial mobile app planning with 4 agents. After I waited out the timeout period 6 hours later, and I picked up again, the cache had timed out so it burned through 2% of the session in less than a minute. Opus 4.8 is now my goto and I will be avoiding 5 until I see a reason to switch back. 4.8 is 'good enough' for what I need and has been a great value. It mostly gets things right. Most of what I do is web and mobile , largely cloud backend.
Sep 12, 2026
r/macapps
[OS] SpareDisk: Free Disk Space. Open Source with Pay whatever you want for Notarized app
**Problem:** I saw lots of Disk Space Cleaner with > $10 price, which are basically a good interface for your Mac native storage. I built [SpareDisk](https://sparedisk.minilabs.cc/) over the last few days, kept it bare minimum in terms of bloat features but focused on speed, parallelism, and queue management. You can review your whole file system without hanging the computer. This is version 1. I have tested it well over multiple laptops. ***The code is open source, and if you can compile it: use this version for free, you can customize your design and stuff.*** If you want to get an Apple notarized app ready to use using the source code and future updates, you can download it from the website or app store for "pay whatever you want" (minimum $4.99). **Comparision:** [DiskBuddy](https://diskbuddy.com/) has inspired the project. This was initially sold at $12, and users complained about [memory leaks](https://x.com/almeidamarcell/status/2098445073750917371?s=20), [permission issues](https://x.com/iniyanai/status/2097630796001780055?s=20), and app blocks when you run Duplicate File Finder. SpareDisk is App Store friendly(App is pending for review). It is sandboxed, following Apple's permission guidelines and memory optimisation. SpareDisk features include: * Mac storage overview * Treemap, sunburst and list views * Folder, external drive and network share scans * Large files and older files * File type breakdowns * Duplicates verified by file contents * App removal and related
Sep 12, 2026
Hacker News
Hacker News
Show HN: Liniora – Ever thought about replacing your project manager?
Hi HN, the title could be a little bit aggressive sorry for that... Basically i am Computer engineer graduated recently but i was and still working remotely for approx. 3 years with the same foreign company in EU. and i noticed that we are always somehow lose the context of a ticket -- even though we are using the popular project management systems -- so i decided why not build something that can fix our context loosing problems and with some improvements. here i created Liniora. an AI powered project management system. basically the core idea is to link the tools that we use to gather information about tickets in one place. i integrated Google meet for the meetings transcripts so you do your meeting it automatically got registered and indexed. You discuss about a bug in Slack thread so you mention @Liniora app and it will handle the bug context and create a ticket for you. We have the version control also connected so you create a ticket with ability of creating a separate branch with one-click for both Gitlab and Github. you have as well the Pull request controlled in our place inside the app. lets suppose you have a ticket and you created a branch called 'USER-325-create-login-form' then you merged to staging or production ? it will be automatically flagged with staging/production badge so you know what tickets are done. there are a lot of interesting features i wanted to describe but i will just let you guys discover and i will be very happy about your feedback. Than
Sep 12, 2026
r/macapps
Betterswitch - a native macOS window switcher with workspaces
Hey r/macapps! I built Betterswitch, a native macOS window switcher with Workspaces. I originally started building it for myself because I wanted a simple and native way to switch directly between windows, while keeping the experience close to macOS. **Problem** Command + Tab switches between apps rather than individual windows. When you have multiple windows open across different apps, getting to the exact window you want can take more steps than it should. Betterswitch gives you a visual switcher for jumping directly between individual windows with a single shortcut. Alongside window switching, I added Workspaces. You can create and rename workspaces, assign apps to each one, and quickly move between different setups for work, study, development, or anything else. Betterswitch can hide apps from your previous workspace and bring forward or launch the apps assigned to the workspace you're switching to. You can also customize the switcher style, keyboard shortcut, glass appearance, and other parts of the experience. **Comparison** Compared to alternatives like AltTab, Betterswitch takes a more focused approach to window switching on macOS. Betterswitch is built around a native, Apple-style experience with a clean interface, customizable switcher styles, live window previews, and control over the glass appearance. The biggest difference is **Workspaces**. Instead of only switching between open windows, Betterswitch lets you create separate environments for different tasks, ass
Sep 12, 2026
How it works?
Turn a link into a decision in 3 steps
https://screen.studio/
read public page
identify apps + claims
keep source attached
1. Paste a link
Start with a product page, review, comparison, or public discussion.
2. Choose what matters
Keep the apps and buyer factors that actually affect your decision.
3. Create reusable Research
Save the result, add priorities, share it, or use someone else's work as your starting point.
r/macapps
r/macapps
Hacker News
Hacker News
Features
Research that reduces uncertainty, not just tabs
Source-backed research
Every published answer stays attached to the source that supports it, so you can verify before you buy.
Comparison that fits the decision
Compare the apps you choose across category-specific factors, not a generic checklist that fits nothing.
Research you can reuse
Save a comparison as Research, add your own priorities, share it, or use someone else's work as a starting point.
RESEARCH LIBRARY
Mac launcher shortlist
6 apps · 11 key factors
Screen recorder research
15 apps · 48 factors
Buy-once utilities
8 apps · Pricing evidence
Public facts, private thinking
Public facts remain evidence-backed while your notes, priorities, and decisions stay yours until you publish them.
Private notes
Stay separate from public facts.
Evidence model · live
Research that stays traceable
Missing evidence remains an open question. Conflicts stay visible.
Start a ResearchAI research agents
TheMacApps for AI research agents
Connect agents to structured Mac app research so they can plan, investigate, expose evidence gaps, and keep every answer traceable.
$ research screen.studio vs screensage.pro
✓ Connected acme.example
$ Compare Screen Studio, ScreenSage Pro, and Tella for polished Mac product demos.
Evidence covers zoom, cursor polish, system audio, pricing, and release history. Missing facts stay explicit instead of becoming guesses.
▍
Works with the sources you already use
PRODUCT SOURCES
COMMUNITY SOURCES

TheMacApps exists because a directory tells you what exists, but a purchase decision needs evidence: what matters for this category, what each app actually supports, what changed, and which source proves it.
Public facts stay separate from your personal Research, so better sources can improve shared knowledge without overwriting anyone's notes or decisions.
Research the decision, not the marketing page.
- Keep evidence visible.
- Keep missing facts as open questions.
- Reuse good Research instead of restarting from zero.
That is the product.
Ask HN: What default model do you use and why?
Hacker News
Hacker News
Research access that matches how you work
Start free. Save, reuse, and publish Research when it becomes part of your workflow.
1 app · Personal · $0
FAQ
What kinds of links can I research?
Public product pages, reviews, comparisons, discussions, documentation, and other public HTTP/HTTPS pages can be analyzed as a research starting point.
How are facts verified?
TheMacApps separates what a page claims from verified facts. Research cells keep source links and evidence state so missing evidence is never silently turned into a negative answer.
Can I compare more than two apps?
Yes. A Research can contain a broad comparison set, while the table keeps the first app pinned and lets you scroll across the rest.
Can I add my own research fields?
Yes. You can add the questions that matter to your purchase instead of waiting for a global schema to anticipate every niche app category.
Do I need an account to analyze a URL?
You can analyze a public URL before creating a saved Research. An account is required when you want the research to become your persistent asset.
Can Research be private?
Research supports private, unlisted, and public visibility. Personal notes are not exposed to other viewers of a public Research.
Can I use someone else's Research?
Yes. Use this research creates your own Research while preserving lineage to the source, so you can change priorities without rewriting public facts.
Is TheMacApps only a directory?
No. The catalog is the identity layer for apps; the core product is evidence-backed Research that turns scattered web pages into reusable purchase knowledge.
Where does TheMacApps get its evidence?
Research can cite official product sites, App Store pages, documentation, support pages, release notes, GitHub, reviews, Reddit, YouTube, X, and other public web sources.
What happens when sources disagree?
Conflicting evidence stays visible as conflicting. TheMacApps does not silently pick one source and present it as settled fact.
Does missing evidence mean a feature is unsupported?
No. Missing evidence remains an open question until a source supports a yes or no answer.
Can Research change when an app changes?
Yes. Public facts can be refreshed as products, pricing, requirements, and features change, while your private notes and priorities remain separate.
Can I share a Research without making it fully public?
Yes. Unlisted Research can be shared by link without appearing as a normal public listing.
Can I keep personal notes inside a Research?
Yes. Personal notes and decision context belong to your Research layer and are kept separate from reusable public facts.
Can I start from a Reddit or X discussion?
Yes. Public discussions can be analyzed as starting evidence, then the important product claims can be verified against stronger sources.
Can AI agents use TheMacApps research?
Yes. The research model is designed so agents can plan, investigate, identify evidence gaps, and work with structured app facts instead of opaque summaries.
Does TheMacApps research non-Mac software?
The product is centered on Mac apps and Mac buying decisions. Cross-platform products can appear when their Mac version is relevant to the comparison.
Can makers correct outdated information?
The evidence model is designed for corrections to be backed by newer or stronger sources rather than overwriting facts without traceability.
How is it better than another app directory?
Read the real conversations that become Research inputs.
r/macapps
Obsidian
MD Flow: read a folder of Markdown files without opening an editor
**Problem** I save a lot of notes, specs, and AI exports as .md files. Quick Look still shows the raw hashes and asterisks. Opening VS Code or Obsidian to read one file felt like starting the car to check the mailbox. I wanted Finder for Markdown. Folder on the left, rendered file on the right, click or arrow through. A reader, not another editor. Native Mac app, no vault, no plugins. Mermaid, KaTeX, callouts, and YAML frontmatter all render on the free tier. **Comparison** *Marked 2* ($13.99) is the closest thing and it is a good app. It is document-first: you point it at a file and it watches that file. MD Flow is folder-first, so you connect a folder once and arrow through everything in it. Marked 2 is also Mac only, where one MD Flow purchase covers Mac, iPhone and iPad. *Obsidian* is free and far more powerful, and if you live in a vault all day it is the better tool. It is also a vault-based editor with plugins and setup. MD Flow reads any folder with no vault, no config and no plugins, and it never writes to your files unless you explicitly rename or trash something. Worth being straight about the gap: MD Flow does not resolve \[\[wikilinks\]\] yet, so it is not a full vault reader. **Pricing** Free: 2 connected folders, 5 recent files, all the rendering above, offline, no account. Pro: $7.99 one time, not a subscription. Unlimited folders, search inside document contents rather than only filenames, PDF export, email drafts. One purchase covers Mac, iPhone and iPad. [h
Related apps
Sep 13, 2026

Hacker News
BOSS
Anthropic boss Dario Amodei calls for AI development to slow down
Sep 12, 2026
Hacker News
Hacker News
Reddit Now Blocking Firefox for Android with uBlock Origin?
I was recently bit by reddit's decision to block usage of old reddit when signed out, which was my normal mode of reading. Now, new this morning, I get this error when trying to sign into Reddit on Firefox w/ uBlock Origin: > An error occurred. Please disable any extensions or try using a different web browser to continue. Is this real life?
Sep 12, 2026
r/macapps
Duplicate File Finder
[OS] SpareDisk: Free Disk Space. Open Source with Pay whatever you want for Notarized app
**Problem:** I saw lots of Disk Space Cleaner with > $10 price, which are basically a good interface for your Mac native storage. I built [SpareDisk](https://sparedisk.minilabs.cc/) over the last few days, kept it bare minimum in terms of bloat features but focused on speed, parallelism, and queue management. You can review your whole file system without hanging the computer. This is version 1. I have tested it well over multiple laptops. ***The code is open source, and if you can compile it: use this version for free, you can customize your design and stuff.*** If you want to get an Apple notarized app ready to use using the source code and future updates, you can download it from the website or app store for "pay whatever you want" (minimum $4.99). **Comparision:** [DiskBuddy](https://diskbuddy.com/) has inspired the project. This was initially sold at $12, and users complained about [memory leaks](https://x.com/almeidamarcell/status/2098445073750917371?s=20), [permission issues](https://x.com/iniyanai/status/2097630796001780055?s=20), and app blocks when you run Duplicate File Finder. SpareDisk is App Store friendly(App is pending for review). It is sandboxed, following Apple's permission guidelines and memory optimisation. SpareDisk features include: * Mac storage overview * Treemap, sunburst and list views * Folder, external drive and network share scans * Large files and older files * File type breakdowns * Duplicates verified by file contents * App removal and related
Sep 12, 2026
r/macapps
HiDock
AeroBar - Advanced Dock for macOS (Free, beta)
**Who I am and why I built this:** I am the developer. I switched from Windows to Mac a while back and the workflow adjustment was genuinely rough. The Dock hides. Open windows have no persistent visual reference. There is no taskbar. You end up cycling through Cmd+Tab or doing Expose just to find something you had open five minutes ago. I built AeroBar to fix that for myself, and eventually decided to release it. **AI Disclosure:** I used AI assistance to help write some of the code for this app, as well as to help draft this post. **What it does:** AeroBar is a persistent taskbar that sits at the bottom of your screen. It has a glass surface, a live tab strip showing every open window across all apps, a pinned app launcher, a Start Menu with an app browser and recent files, inline Spotlight search, and a Trash shortcut on the right end. It uses macOS Accessibility APIs directly to track, focus, minimize, and raise your windows in real time. It is not a theme or a skin on top of the Dock. **How it compares to what already exists:** The Dock shows app icons but not individual windows. HiDock and similar apps extend the Dock but still follow the same Dock paradigm. AeroBar takes a different approach: every open window gets its own tab. Click the tab to focus, click again to minimize, click a minimized tab to restore. No hunting, no cycling. That specific workflow is what Windows switchers miss most and what nothing else on Mac replicates. **What makes it different:** The windo
Related apps
Sep 12, 2026
r/macapps
Hazel
File Arbor: the file organizer I built because Hazel is Mac-only
My Downloads folder had turned into a write-only archive - I'd save something, never find it again, and every couple of weeks I'd sit there dragging files into folders by hand. Hazel solves this on macOS, but I work on Windows too and didn't want to write scripts to get the same thing there. So I built File Arbor to run the same rules on both. What it does: you set rules once, it keeps the folders sorted. - Watches any folder (Downloads, Desktop, Documents) at the same time - Conditions: extension, name contains/starts/ends, regex, size, age, and file content - it can read inside PDFs, DOCX and plain text - Negative conditions too, e.g. "everything except invoices" - Actions: move, trash, delete, run a command - Auto Mode sorts files the moment they land, or you can keep it manual - Destination paths take tokens: Downloads/ / , and EXIF ones like , , if you sort photos - Runs entirely on your machine. No account, no cloud, no telemetry. Windows 10+ and macOS 10.15+. Free: 1 folder, 2 rules, extension filter only, manual mode. Pro: $24.99 one-time, lifetime updates, 30-day refund. What it does NOT do, so nobody buys it for the wrong reason: - no renaming action - no duplicate finder - no syncing rules between machines - no AI categorisation - no Finder tag support https://filearbor.com Happy to answer anything, and genuinely interested in what rules people would want that it can't express yet.
Related apps
Sep 12, 2026
r/macapps
Keep It
What if browser tabs didn't need to be tabs? I built this.
I built a way to bring web content directly into your desktop workspace. Turn any website into a widget, keep multiple pages together, embed content, or extract exactly what you need. Also, place it directly on your desktop, as a floating bubble, or even in your system status bar. Here are a few examples of what you can do: # Embed Content Bring content from other apps and websites directly into your workspace. Embed a webpage, widget, or custom content and keep it right where you need it. You can use embedded content for dashboards, tools, forms, media, or anything else you want to have quick access. # Multiple Tabs Organize related websites and workflows effortlessly inside a single Browser Content. Open as many tabs as you need, group them by project or topic, and switch between them instantly; all without cluttering your workspace or losing context. Keep research, tools, and references together in one clean, focused view so you can work smarter and stay organized. # Extract Content Extract only the content you need from any webpage. Instead of embedding the entire page, select a specific section or element and display only that content in your workspace. # Any Web as a Widget Turn parts of your favorite websites into simple widgets on your desktop. Keep dashboards, news, tools, stats, or any other web content close by without having to keep the full browser open. Place them wherever you want and have the information you need just a click away. \-- **Download Boxvy from th
Sep 12, 2026
Hacker News
Slack
Show HN: Liniora – Ever thought about replacing your project manager?
Hi HN, the title could be a little bit aggressive sorry for that... Basically i am Computer engineer graduated recently but i was and still working remotely for approx. 3 years with the same foreign company in EU. and i noticed that we are always somehow lose the context of a ticket -- even though we are using the popular project management systems -- so i decided why not build something that can fix our context loosing problems and with some improvements. here i created Liniora. an AI powered project management system. basically the core idea is to link the tools that we use to gather information about tickets in one place. i integrated Google meet for the meetings transcripts so you do your meeting it automatically got registered and indexed. You discuss about a bug in Slack thread so you mention @Liniora app and it will handle the bug context and create a ticket for you. We have the version control also connected so you create a ticket with ability of creating a separate branch with one-click for both Gitlab and Github. you have as well the Pull request controlled in our place inside the app. lets suppose you have a ticket and you created a branch called 'USER-325-create-login-form' then you merged to staging or production ? it will be automatically flagged with staging/production badge so you know what tickets are done. there are a lot of interesting features i wanted to describe but i will just let you guys discover and i will be very happy about your feedback. Than
Sep 12, 2026
Hacker News
Hacker News
How SaaS startup guys get first 100 customers first, make fkn $500k ARR fast?
I am running a small AI company that has been building an offline security audit app, simply a fine-tuned small language model powering an Electron app that can audit GitHub and local code repos for security stuff. I always see these LinkedIn or X guys making $500k ARR or $1m ARR within months; how the fkk do they get that many customers without spending on ads? I can't even get 5 customers; damn it, I do suck at sales
Sep 12, 2026
X
X
On Omarchy, my proxy moved from the tray into a terminal. clash-kit × Omarchy — perfect fit: · Linux/Win/MacOS · one-line npm install, zero GUI · TUI subs, nodes, latency tests · hot reload + TUN mode · tiling-workflow native npm i -g clash
-kit Your Omarchy proxy setup?👇
Sep 12, 2026
Hacker News
Claude
Ask HN: What default model do you use and why?
I use claude for most of what I do, and Fable is largely overkill for me and frequently burns through my Max plan's session credits in minutes (!) when just doing an initial mobile app planning with 4 agents. After I waited out the timeout period 6 hours later, and I picked up again, the cache had timed out so it burned through 2% of the session in less than a minute. Opus 4.8 is now my goto and I will be avoiding 5 until I see a reason to switch back. 4.8 is 'good enough' for what I need and has been a great value. It mostly gets things right. Most of what I do is web and mobile , largely cloud backend.
Sep 12, 2026
r/macapps
AltTab
Betterswitch - a native macOS window switcher with workspaces
Hey r/macapps! I built Betterswitch, a native macOS window switcher with Workspaces. I originally started building it for myself because I wanted a simple and native way to switch directly between windows, while keeping the experience close to macOS. **Problem** Command + Tab switches between apps rather than individual windows. When you have multiple windows open across different apps, getting to the exact window you want can take more steps than it should. Betterswitch gives you a visual switcher for jumping directly between individual windows with a single shortcut. Alongside window switching, I added Workspaces. You can create and rename workspaces, assign apps to each one, and quickly move between different setups for work, study, development, or anything else. Betterswitch can hide apps from your previous workspace and bring forward or launch the apps assigned to the workspace you're switching to. You can also customize the switcher style, keyboard shortcut, glass appearance, and other parts of the experience. **Comparison** Compared to alternatives like AltTab, Betterswitch takes a more focused approach to window switching on macOS. Betterswitch is built around a native, Apple-style experience with a clean interface, customizable switcher styles, live window previews, and control over the glass appearance. The biggest difference is **Workspaces**. Instead of only switching between open windows, Betterswitch lets you create separate environments for different tasks, ass
Sep 12, 2026
Find the answer before you buy the app
Start with the page you already have open. Turn it into evidence-backed Mac app Research.