DEVONthink 4.4 Tycho

DEVONthink 4.4 Tycho* is the fourth feature release for DEVONthink, and it turns your AI assistant into a genuine co-worker. The new AI Library is a repository of roles, prompts, and skills that live right inside your databases: start from the ten built-in, modifiable functions we ship, each with its own settings and a keyword for quick access in the Chat assistant, or build your own by hand or with AI assistance. Skills can call scripts, including AI-scripted ones, and trigger the automations you already rely on: smart rules, batch processing, and all existing scripts for the Script with Input/Output action. Your library syncs across your Macs via iCloud, and you can export roles, prompts, and skills to share with colleagues or the community.

The Chat assistant itself got smarter too. With MCP tools enabled, the chat assistant is not limited to the selected items anymore but has access to all your databases (if not excluded from MCP) and most tools of the stand-alone MCP server. Multi-step conversations like these are also noticeably faster and much cheaper now, thanks to improved prompt caching. And, of course, we’ve updated to the latest models from all major AI providers, so whichever one you prefer, you’re chatting with its newest version.

Markdown takes the second spotlight this release. The WYSIWYG editor supports live-edited tables and MathJax equations, not just images and links, and a new syntax colorizer with custom color themes makes source and rendered output easier on the eyes. If you write in LaTeX (or wish you could) you can now export Markdown documents straight to native LaTeX, or typeset them as PDF via pdflatex, resolving WikiLinks and transclusions and carrying your title, author, and date metadata along the way.

Web clipping got a matching upgrade: a new, local Markdownifier and Readability engine make it faster and more accurate, with better handling of navigation, ads, boilerplate, paywalls, and user forums. And when you just want to read something without the clutter, the new Reader view gives you a clean, distraction-free look at bookmarks, HTML documents, and web archives. Open it from the navigation bar, then capture straight from it via Tools > Capture or by printing.

Finally, encrypted and revision-proof databases now use modern APFS disk images on macOS 26.0 Tahoe and later, replacing the older HFS+ format, and the Help viewer’s chat assistant is free in every edition, so anyone can ask it a question while reading the manual.

* We named this release after one of the Moon’s most prominent craters, Tycho, itself named after the Danish astronomer Tycho Brahe (1546–1601). Working without a telescope, Brahe compiled the most precise astronomical observations of his era — a dataset so exact that his assistant Johannes Kepler later used it to derive the laws of planetary motion. His work is a reminder that rigorous record-keeping is itself a form of discovery, one whose value can outlast the observer who created it.

17 Likes

What can I say? DT only gets more and more useful for each release. :ok_hand:t2:

10 Likes

Kepler is interesting for lots of reasons, but I’m going to pull out two reasons that are fun for DevonThinkers to aspire to!

  1. He was only 25 when he realised from his research and readings that the accepted model of planets orbiting the Earth was wrong, and that instead the Copernicus model (not taught or accepted) was correct. His extensive reading, thinking and research helped him recognise that what his people had believed for several thousand years was wrong.
  2. He was the first scientist to realise that the Moon influenced Earth’s tides, and he did it by reading widely and applying what he’d read and thought about to his own research. He took notes, made observations, read lots, and he did it all without DT!
10 Likes

There’s also Tycho Brahe’s prosthetic nose.
Sure, prosthetic noses don’t change the course of human learning and knowledge but if you’re an overworked and underslept student trying to make it through a history of science class, a professor mentioning Brahe’s prosthetic nose can sometimes burrow its way into your brain and sit there beside inane song lyrics and a list of collective nouns for animals, only to pop up at inopportune times like when you’re trying to make a good impression in an early career job interview.
Not confirming this did or didn’t happen to anyone I know. Another inopportune time might be in a software forum discussing the merits of a version’s namesake. What are the chances of both those things happening though, really?

7 Likes

Even without the AI stuff (which I have no need or desire to use), this is a useful update – thanks to the whole team!

4 Likes

I was excited to read about the new Markdownifier for capturing web pages.

However, when I tried a web clip from Safari using the menu extra, a Bookmark to the URL was added to my Inbox, instead of a Markdown file.

I used the settings in the screen capture below (and tried without Clutter-Free checked with the same outcome). Is there something else I need to do to get a Markdown web clipping?

Thank you!

Posting the complete URL you tried to clip might be helpful.

1 Like

Thanks for the bug report, we’ll check this.

1 Like

Yes, of course. The URL is Xcode 27 Beta 6 Release Notes | Apple Developer Documentation.

I also appreciate the continuous work on DEVONthink and the many fixes and new features in 4.4. I have, however, the same problem with the clipper. Used to work fine on 4.3. Here are the steps to reproduce:

Title: DEVONthink 4.4 (Tycho) — Sorter web clip to Markdown always falls back to a bookmark

Environment:

  • DEVONthink version: 4.4
  • macOS version: Sequoia 15.7.9
  • Browsers tested: Safari [version], Orion [version], Vivaldi [version]
  • Clip method: Sorter, “Default Browser” capture (no browser extensions installed)

Summary:
Since upgrading to 4.4, clipping any web page to Markdown via the Sorter’s
“Default Browser” option produces only a Bookmark, never the Markdown
document. This worked seamlessly under 4.3 with the identical workflow.

Steps to reproduce:

  1. Open a page such as
    Lost in a Secular Age - by A.D. Hunt
    in the default browser.
  2. Open the DEVONthink Sorter, choose Web Clip > Default Browser, format: Markdown.
  3. Click Preview — the preview renders the page correctly.
  4. Click Add.

Expected result:
An uncluttered Markdown document of the article.

Actual result:
Only a Bookmark record is created (URL + title, no article content).

Troubleshooting already performed:

  • Reproduced on three different browsers: Safari, Orion, and Vivaldi — all
    give the same result, so this doesn’t appear to be browser-specific.
  • Retried the same clip multiple times — same result every time (not
    intermittent).
  • Selected the resulting Bookmark and ran Data > Convert > to Markdown —
    also produces a Bookmark, not a Markdown document.
  • Preview (before clicking Add) renders the article correctly, so
    DEVONthink can clearly load and parse the page — the failure appears to
    be specifically in the final conversion/commit step.
  • The “Enter URL manually” / “URL on clipboard” Sorter options were not
    available to me to test as an isolation step.
  • In System Settings > Privacy & Security > Automation, Vivaldi appears in
    DEVONthink’s automation list but Orion does not — possibly unrelated
    given Safari fails too, but flagging it in case it’s a clue.

This looks like it could be related to the new local Markdownifier/
Readability engine described in the 4.4 release notes.

Easy fix in this case as Apple’s developer documentation is also available as Markdown:

<link rel="alternate" type="text/markdown" href="https://developer.apple.com/documentation/xcode-release-notes/xcode-27-release-notes.md">

The next maintenance release will use such alternates.

Does this work after rebooting? I just captured this page both with and without readability but everything looks as expected:

Silly me! the reboot did it. Thanks for investigating.

This update brings so many powerful enhancements to the AI assistant. A few minutes ago, the AI assistant completed tasks for me in seconds automatically that would have taken me hours manually. Congrats on the release, everyone.

5 Likes

Thank you for the kind words and we’re glad our improvements have had such a great impact!

3 Likes

Examples?

1 Like

Markdown Improvements—Bravo! Bravo!
I know for quite a while I saw official posts that “DEVONthink isn’t meant to be a Markdown editor”. Thank you for bowing to the wishes of your users, and going ahead with improvements to Markdown support. My DEVONthink subscription will have priority in my budget, now that I’ve seen that DEVONtechnologies is delivering continual upgrades as promised (including making things better for fans of MD).

2 Likes

It even syncs across installations!!!:

I modified this from translate, went to my other machine and… it was there!!! Even equations (yes, there are some tiny changes in them). Anyway, you are the best!!

2 Likes

Another great day for astronomy. The Nancy Grace Roman space telescope, sponsored by NASA and ESA successfully launched this morning, and is headed on a 109-day journey to Earth’s L2 point. It will join the Webb, Gaia, and Euclid instruments in that region.

7 Likes

Amazing. What a wild update, having DT effectively self-programming and self-operating!

Help viewer’s chat assistant

@bluefrog’s basilisk! We have a moral obligation to subscribe to DEVONthink to maintain this digital purgatory lest he sleeps

2 Likes