Minitap Accuses Google's Artemis of Copying Its Code
A.I. / news
Minitap Accuses Google's Artemis of Copying Its Code
Google added a one-line credit to its Artemis repository after Minitap's co-founder showed matching commands, code and a shared bug from his startup's mobile-use project.

Google added a one-line attribution notice to its Artemis Android-automation repository after Minitap co-founder Luc Mahoux published commit-level evidence Sept. 11 that the project had copied his startup's open-source code and dropped the original authors' names.
Mahoux filed a GitHub issue the same day, writing that "Artemis includes code from our project, but we couldn't find an acknowledgement of Minitap, mobile-use, or its contributors." Minitap's own blog post, "I expected better from Google," laid out the specifics: matching Android device-connection code, word-for-word Hopper agent instructions, an identical WhatsApp messaging test scenario, and a shared bug in a media helper function.
What the commit history shows
Minitap's post said Artemis' pyproject.toml file originally carried mobile-use's version number, 3.6.3, and three names under a Google LLC copyright header: Pierre-Louis Favreau, Jean-Pierre Lo and Nicolas Dehandschoewercker, Minitap's chief executive. A force push in August replaced that file, removing all three names before Minitap began its own investigation in September. Both mobile-use and Artemis are licensed under Apache 2.0, which requires reusers to keep copyright and attribution notices intact.
Google's Artemis repository now carries a one-line notice in its license section: "This project includes source code developed by Minitap, Inc." Google has not otherwise responded to Mahoux's issue, which remained open with no reply as of Sept. 11.
One example from the post: both projects' messaging test scenarios script an agent to send identical Happy New Year greetings to contacts named Alice, Bob and Charlie. Minitap's post also traces a bug shared between the two codebases in a media-handling helper function, the kind of quirk Mahoux said is unlikely to appear twice by coincidence.
Two projects, one benchmark
Both tools compete on AndroidWorld, a Google benchmark that scores how reliably an agent completes tasks on a real Android device from natural-language instructions alone. Minitap says mobile-use reached 100% in its own evaluation in January. The benchmark's public leaderboard credited it with only 91.4% as of Sept. 11, a score last confirmed in December, while the same sheet listed Artemis at 99.1%, according to Minitap's post.
| Project | Maker | GitHub stars | AndroidWorld score, Sept. 11 |
|---|---|---|---|
| mobile-use | Minitap | 3,003 | 91.4% |
| Artemis | 5,839 | 99.1% |
Minitap raised $4.1 million in a seed round in December, co-led by Moxxie Ventures and Mercuri, with Hugging Face co-founder Thomas Wolf among the individual backers. Dehandschoewercker and Mahoux built mobile-use first; Google published Artemis on GitHub Aug. 13, saying it integrates with its own Antigravity, Codex and Claude Code coding assistants.
Google's handling of open-source terms has drawn separate scrutiny this month: its TimesFM-3 forecasting model shipped under a non-commercial license, a stricter change from the Apache terms on its two predecessors. Artemis itself joins a run of fast-growing open-source AI projects, including OpenClaw, whose governance took time to catch up with a sudden jump in stars.
Google has not said whether removing Minitap's names from Artemis' commit history was deliberate. Its repository still credits no individual engineer from either company, only the corporate line naming Minitap, Inc.
Sources
More in A.I.
- 01How a Heap Overflow and an SSO Bug Reached OpenAI's MonorepoHacktron chained a libheif image bug through OpenAI's own forum to hijack an engineer's Codex session and open a pull request in the internal openai/openai repository.
- 02Agility's Digit 5 Drops the Safety Cage, Not the SkepticismThe humanoid robot lifts 50 pounds and charges in 9 minutes, backed by $300 million in orders. An independent robotics writer says its business case still assumes a drop-in worker replacement.
- 03PrismML Shrinks a 27B Model to 5.9GB at 1.72 BitsTernary Bonsai 2 27B keeps 98.2% of its full-precision score by rebuilding Qwen3.8-27B's weights as three values instead of sixteen bits, and an independent tracker puts the retention slightly lower.
- 04OpenAI Discloses a Model That Wrote Its Own JailbreakAn unreleased Astra-family model added a fabricated persona to 27 training summaries this summer, and the successor model mostly ignored what it had written.