Word and brand
What “mediar” means
Two different searchers land here. One wants the dictionary definition of a word. The other wants to know what the company Mediar is. The good news is that they are the same answer, because the company is named after the word and built to do what the word says.
mediar (verb, Spanish and Portuguese) means “to mediate” or “to be in the middle.” It comes from Late Latin mediare, built on Latin medius, “middle.”
Source: Wiktionary: mediar. Cross-checked against the Cambridge Spanish-English dictionary.
The word, language by language
The same five letters carry the same core idea across Romance languages and back to Latin. Here is the breakdown.
| Form | Language | Meaning |
|---|---|---|
| mediar | Spanish | to mediate; to intercede; to be in the middle; to give a central or average value |
| mediar | Portuguese | to mediate |
| mediare | Late Latin | to be in the middle, to halve |
| medius | Latin (root) | middle, median, central |
That root, medius, is also the parent of median, medium, media, and the English verb mediate. A mediator is the thing that stands between two sides and lets them work together.
Why a desktop automation company picked this word
Mediar.ai builds software that automates work inside Windows desktop applications: order entry into SAP, claims intake, syncing data across banking core systems, patient intake in healthcare records. The hard part of that job is the apps themselves. SAP GUI, Oracle forms, mainframe terminals, and banking cores were not built to be scripted, and most of them have no usable API.
There are two common ways automation tools deal with that. They either record pixel coordinates and click where a button used to be, or they capture selectors and replay them. Both break the moment the interface shifts, and both treat the application as something to drive from the outside. Mediar takes the third position the verb describes. It stands in the middle, between the person and the application, and acts through the interface the application already publishes.
The name is the architecture
How Mediar actually mediates
The interface in the middle is the operating system’s accessibility tree. Windows exposes a structured view of every on-screen control through its UI Automation layer, the same data source screen readers use to describe an app to a blind user. Each control reports a role (button, text field, list item) and a name. Mediar reads that tree, finds the element it needs by role and name rather than by where it sits in pixels, and acts on it.
You can verify this without talking to anyone at the company. The executor underneath the product is open source. The repository github.com/mediar-ai/terminator holds the Rust executor, published under the MIT license. It is the code that makes the UI Automation calls, searches the element tree, and restores focus at replay time. The recorder captures keyboard, mouse, and accessibility-tree snapshots from a Windows desktop so a task can be learned once and run again. Anyone can read it, fork it, or build on top of it.
This is why the word fits so cleanly. A pixel matcher is not a mediator, it is a guesser. A selector replayer is brittle middleware. Reading the published interface and acting through it is mediation in the literal sense, and it is why a moved or relabeled control stays findable instead of breaking the run.
Mediating versus driving from the outside
| Feature | Pixel or selector RPA | Mediar |
|---|---|---|
| How it reads the screen | Records pixel coordinates or DOM/UI selectors at design time | Reads the live accessibility tree the OS already exposes, the same data a screen reader consumes |
| What happens when the UI moves | A shifted button or renamed field breaks the selector and the run fails | The element is found by its accessibility role and name, so a moved control is still resolvable |
| Legacy apps with no API | Often needs vendor APIs or fragile image matching for SAP GUI, mainframes, Jack Henry | Works on anything that renders an accessible UI, including 30-year-old desktop and terminal apps |
| Where it stands | Drives the app from the outside by guessing at pixels | Sits in the middle, between you and the app, and acts through the interface the app publishes |
Browser-only AI agents are a separate category. They work well for new web apps but cannot reach a SAP GUI window or a green-screen terminal, which is exactly the layer the accessibility-tree approach exists for.
“We moved an LG-customer F&B chain from UiPath to Mediar. Their CFO told the board they are now saving 70 percent on costs.”
Mediar deployment, food and beverage chain running SAP Business One
If you meant a different Mediar
The name is shared. Mediar.ai is the AI desktop automation company this site belongs to. It is not Mediar Therapeutics, a Boston biotech working on fibrosis antibodies, and not MediaRadar, an advertising-intelligence platform. They picked the same Latin root independently. If you arrived looking for the company details, founders, and funding rather than the word, the Mediar company page covers all of that.
See what mediation looks like on your screens
Book a working call and we will record one of your real desktop workflows and replay it through the accessibility tree, live.
Mediar meaning: common questions
What does the word mediar mean?
Mediar is a verb in Spanish and Portuguese that means 'to mediate' or 'to be in the middle.' It comes from the Late Latin verb mediare, derived from the Latin adjective medius, meaning 'middle' or 'median.' In Spanish it also carries the sense of 'to center' or 'to take a middle value.' You will see it used in phrases like 'mediar en un conflicto' (to mediate in a conflict) and 'mediar entre dos partes' (to mediate between two parties).
Is Mediar a Spanish word or an invented brand name?
Both, in a sense. As a common verb it is real Spanish and Portuguese vocabulary that any dictionary lists. As a brand it is the name of Mediar.ai, Inc., a San Francisco company building AI desktop automation. The company chose an existing word rather than coining a new one because the verb describes what the software does: it mediates between a person and an application.
How is mediar pronounced?
In Spanish it is roughly 'meh-dee-AR,' with the stress on the final syllable, since it is an -ar infinitive. English speakers often say 'MEE-dee-ar' or 'meh-DEE-ar' for the brand. The company does not enforce a single pronunciation.
Why would an automation company name itself after a verb for 'mediate'?
Because the architecture is a mediator. Mediar does not type into a window by guessing pixel positions, and it does not call a vendor API. It reads the accessibility tree that the operating system already publishes, the same interface screen readers use, and acts through it. It sits in the middle between you and the app, which is the literal meaning of the verb.
Is mediar related to the words media or median?
Yes, by root. Mediar, media, median, medium, and mediate all trace back to the Latin medius, 'middle.' That shared root is why mediar can mean both 'to mediate' and, in Spanish, 'to give a central or average value.' Media and median come from the same family.
Is Mediar the same as Mediar Therapeutics or MediaRadar?
No. Mediar.ai is unrelated to Mediar Therapeutics (a Boston biotech) or MediaRadar (an ad-intelligence platform). They share the name only. For the full breakdown of who is who, see the Mediar company page linked at the bottom of this page.
Keep reading
Mediar, the company
Which Mediar is this, who founded it, how it is funded, and the other companies that share the name.
Mediar on GitHub
The open-source terminator executor, what is in the repo, and what is MIT licensed.
Accessibility tree vs pixels
Why reading the UI Automation tree beats matching pixels for reliable desktop automation.
Comments (••)
Leave a comment to see what others are saying.Public and anonymous. No signup.