MacAppFreaks: Mac Apps News / Deals / Beta / Reviews and more on Telegram by AppleStyle AS [MacOS / Software / Apple]
288 subscribers
7.62K photos
1.98K videos
16 files
50K links
Download Telegram
I'm Glad I Revisited Typora
TyporaTypora is a long-established Mac Markdown editor that renders as you type; no dual-pane preview, no "toggle to see what it really looks like" mode. It's especially strong with tables and code blocks. If you write with math, it's one of the cleanest LaTeX experiences on macOS. Mermaid diagrams are also straightforward.It doesn't try to be everything. It's not a platform. It's not a note system It's not an IDE. It's a text editor for creating production ready documents.What It DoesTypora is a Markdown editor built around a single-pane, live-rendered approach. You write Markdown You see the formatted document as you go.In practice, it feels closer to a word processor than most Markdown editors, but your files stay portable. Typora also exports to a wide range of formats (including HTML, DOCX, PDF, and ePub); if your workflow ends in a CMS, a PDF, or an ebook, that matters.Where it FitsMost Markdown apps push people toward two extremes:Heavy systems: great for linking, research, and long-term knowledge management; sometimes overkill for drafting. Think Obsidian.Minimal editors: great for flow; often too limited once you want real structure. Think MarkEdit.Typora sits between those two. It gives you a calm writing surface, but it also handles publishing-oriented Markdown without drama: headings, lists, code blocks, tables, images, and exports.If you bounced off "note system" complexity but still want more than plain-text minimalism, Typora is the middle ground.Feature List (What Writers Actually Care About)Live rendering in a single pane; structure stays visible while you draftClean themes and readable typography; long posts are less fatiguingDocument outline; useful for checking structure before you hit publishSolid support for code blocks, tables, and math (when you need it)Practical image handling for posts that involve screenshotsTypora isn't trying to compete with a PKM ecosystem or a full writing suite. It's trying to be the editor you open when you want to write.What I LikeA Mature Editor that Stays out of Your Way Typora feels like software that knows what it is. The interface stays quiet; the feature set stays focused. You can move from outline to draft to polish without living in sidebars, plugin browsers, or "workspace" metaphors.Live Rendering Reduces Formatting Mistakes For review writing, quality comes from structure. Typora makes it obvious while you're still drafting whether the post will scan:Headings are consistentLists read cleanlyEmphasis stays under controlCode blocks look like code blocksIt Works Well with Markdown as a Source Format If you care about plain files, Typora fits the "future-proof drafts" mindset. You keep Markdown portability without forcing yourself into a spartan writing experience.It Is Not a Note System If you expect backlinks, daily notes, tasks, or a full "second brain," Typora isn't built for that. It's a document editor.Export QualityThe real question isn't "can Typora export?". It's whether it works with the tools in your workflow.Typora can export HTML, but paste behavior varies by web editor. Some preserve semantic HTML. Some strip styles; some mangle lists and code blocks. If export matters, test it like you actually publish:Write a short post with headings, a table, a code block, and an imageExport to HTMLPaste into your CMS/editorCheck what breaks (lists, spacing, code formatting); decide based on thatDetailsLatest update highlights -- The last major update (September 2025) brought macOS 26 Tahoe compliance and enabled the Share Sheet on all supported systems.Privacy -- Typora is primarily local; your content stays on disk unless you put it in a synced folder. Privacy is mostly determined by your sync choice; not the editor.System Requirements -- Optimized for Apple Silicon and supports macOS v11 and up.Price -- 14.99 for a three seat license. (No subscriptions)Download -- Direct from typora.io.Similar appsiA Writer - focused drafting; different philosophyBear - excellent notes app; different…
This sub is slowly becoming a dumping ground for AI-generated apps and I think we should talk about it
idk if you guys notice this but the feed has been feeling weird lately. Every few days here a new "I built X for macOS check it out" post and when you actually look at the app you can tell its a weekend cursor projecthere are actual examples from the last few weeks:- Cacheless app. 0 upvotes. top comment was "why has everything been vibe coded? even the text is chatgpt lol".- PasteClip yet another clipboard manager. Top comment: "You call a vibe coded app an alternative? lol. This stuff should be banned here." another one: "Another one. Raycast free is just fine. Sorry bro but it's wasted energy."- AiTranscribe, a "fully offline speech-to-text app". 0 upvotes. top comment: "You were too lazy to remove AI-generated markdown from this text?" another: "AI slop everywhere"- CanYouHearMe an app to "check if your microphone is working". top comment with 12 upvotes: "System Settings → Audio, you don't need a shady third party app for this". macOS has had this built in foreverI get that people want to build apps, thats fine. But the problem isn't that they're building - its that they post it here like it's a finished product ready for real usersThe most annoying thing is almost none of them have a privacy policy. There was literally a post yesterday with 141 upvotes reminding people to check privacy policies before installing anything. and these vibe-coded apps with no website, no legal notice, nothing - theres more of them every week. You are installing something an AI wrote over the weekend with zero accountabilityWhy do people even post this stuff? honestly its usually one of three things:free marketing. a reddit post costs nothing and drives traffic"I shipped a macOS app" looks good on a resume even if cursor wrote 90% of ittesting an idea. no upvotes = abandon, new idea next weekendnone of that is evil but its also not what this sub is forThe posts that actually do well are obvious - theres a specific problem being solved, its clear what makes it different from whats already out there, and theres usually a real website or github.
The Wispr Flow-style dictation post today had a video, explained the technical approach, author was answering questions in the comments. thats what a good post looks likeNot trying to call out specific devs, the pattern is the problem not the people. But at minimum a privacy policy and a real website before posting here doesnt seem like too much to askAnyone else noticing this or is it just me?

Submitted March 3, 2026 at 12:56AM by Gold-Dog-8697
on r/macapps via https://www.reddit.com/r/macapps/comments/1rj9mfo/this_sub_is_slowly_becoming_a_dumping_ground_for/?utm_source=iftttAn @AppleStyleOfficial project
[OS] FluxMarkdown - a modern Markdown QuickLook previewer (Mermaid, KaTeX, TOC)
Problem: macOS QuickLook shows raw Markdown source code — painful for technical docs with diagrams, math equations, and long structure. This is especially common with AI-generated notes (ChatGPT, Claude, etc.) which heavily use Mermaid diagrams and LaTeX math.Compare: FluxMarkdown is a native macOS QuickLook extension that renders GitHub-flavored Markdown with:📊 Mermaid diagrams (flowcharts, sequence, architecture)🧮 KaTeX math (inline + block equations)📑 Interactive Table of Contents🎨 Syntax highlighting for 40+ languages📊 Charts (Vega, Vega-Lite, Graphviz)🌓 Light/Dark/System themesAll rendering is offline — no network calls, all assets bundled.Pricing + Link: Open-source (GPL-3.0). Free forever.Install via Homebrew: brew install --cask xykong/tap/flux-markdownGitHub: https://github.com/xykong/flux-markdownChangelog: https://github.com/xykong/flux-markdown/releasesAI Disclosure: [Human Validated]

Submitted March 3, 2026 at 03:46AM by Responsible-Job1455
on r/macapps via https://www.reddit.com/r/macapps/comments/1rjdkvi/os_fluxmarkdown_a_modern_markdown_quicklook/?utm_source=iftttAn @AppleStyleOfficial project
[OS] RustCast - Speed up your workflow
Personally, the available macOS launchers feel cluttered, push “extra suggestions,” or require accounts/subscriptions when you just want a fast launcher you control, while also being private.Compared to Raycast/Monad, Rustcast is designed to be simpler and more privacy-respecting: no accounts/sign-ups and a fully free/open-source model (no subscriptions or complex licensing). It also aims to reduce “extra suggestions” and give you more control over what the launcher does.Pricing + link: Free (open source) — https://rustcast.umangsurana.com & https://github.com/unsecretised/rustcast(NO AI Usage)Current features:- App launching- emoji search- open websites + web searches- aliases- calculator- unit conversion- infinite clipboard history- and a customizable UI (- All Feature requests are welcome!I've spent about the past 2-3 months developing this, all while still being in High School so please do try it out and let me know if you guys like it!Quick install link:
https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmgInstall from homebrew:brew install --cask unsecretised/tap/rustcast

Submitted March 3, 2026 at 09:02AM by Beardy4906
on r/macapps via https://www.reddit.com/r/macapps/comments/1rjjkl8/os_rustcast_speed_up_your_workflow/?utm_source=iftttAn @AppleStyleOfficial project
Apple unveils new Studio Display and all-new Studio Display XDR


Content: Apple today announced a new family of displays, Studio Display and Studio Display XDR, that takes pro workflows to the next level.
Source: https://www.apple.com/newsroom/2026/03/apple-unveils-new-studio-display-and-all-new-studio-display-xdr/
Author: Apple Newsroom
Date: March 3, 2026 at 02:58PM

An @AppleStyleOfficial project
Apple debuts M5 Pro and M5 Max to supercharge the most demanding pro workflows


Content: Apple today announced M5 Pro and M5 Max, the world’s most advanced chips for pro laptops, powering the new MacBook Pro.
Source: https://www.apple.com/newsroom/2026/03/apple-debuts-m5-pro-and-m5-max-to-supercharge-the-most-demanding-pro-workflows/
Author: Apple Newsroom
Date: March 3, 2026 at 02:59PM

An @AppleStyleOfficial project
Apple introduces MacBook Pro with all-new M5 Pro and M5 Max


Content: Apple announced the latest 14- and 16-inch MacBook Pro with the all-new M5 Pro and M5 Max.
Source: https://www.apple.com/newsroom/2026/03/apple-introduces-macbook-pro-with-all-new-m5-pro-and-m5-max/
Author: Apple Newsroom
Date: March 3, 2026 at 03:00PM

An @AppleStyleOfficial project
Apple introduces the new MacBook Air with M5


Content: Apple today announced the new MacBook Air with M5, bringing exceptional performance and expanded AI capabilities to the world’s most popular laptop.
Source: https://www.apple.com/newsroom/2026/03/apple-introduces-the-new-macbook-air-with-m5/
Author: Apple Newsroom
Date: March 3, 2026 at 03:01PM

An @AppleStyleOfficial project
I need a metadata editor for MP4 and MKV files and am hitting a dead end
free is great, paid is ok as long as it's not stupidly priced.

Submitted March 3, 2026 at 03:46PM by ontologicalmatrix
on r/macapps via https://www.reddit.com/r/macapps/comments/1rjr794/i_need_a_metadata_editor_for_mp4_and_mkv_files/?utm_source=iftttAn @AppleStyleOfficial project