Search Criteria
Package Details: positron-ide-devel-bin 2026.04.0.269-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/positron-ide-devel-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | positron-ide-devel-bin |
| Description: | A next-generation data science IDE. Positron is an extensible, polyglot tool for writing code and exploring data in Python, R, and other languages. |
| Upstream URL: | https://github.com/posit-dev/positron |
| Keywords: | ide |
| Licenses: | Elastic-2.0 |
| Conflicts: | positron-bin |
| Provides: | positron |
| Submitter: | ponte-vecchio |
| Maintainer: | ponte-vecchio |
| Last Packager: | ponte-vecchio |
| Votes: | 10 |
| Popularity: | 0.94 |
| First Submitted: | 2024-06-30 04:24 (UTC) |
| Last Updated: | 2026-04-08 02:39 (UTC) |
Dependencies (80)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- atkmm
- ca-certificates (ca-certificates-utils)
- curl (curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- ipython (ipython-gitAUR)
- jupyter-nbclient
- jupyter-nbformat
- krb5 (krb5-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libxcomposite
- libxdamage
- libxkbcommon (libxkbcommon-gitAUR)
- libxrandr (libxrandr-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-rk35xx-gitAUR, mesa-minimal-gitAUR, mesa-nollvm-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-amber)
- nss (nss-hgAUR)
- pango (pango-gitAUR, pango-nothai-gitAUR)
- Show 60 more dependencies...
Latest Comments
1 2 3 Next › Last »
Qingxu commented on 2026-03-22 14:39 (UTC)
Hi, thanks for maintaining
positron-ide-devel-bin.I took a quick look at the current PKGBUILD while checking the upstream
.debfor2026.03.0-212, and the package does seem to work fine as-is, so first of all thank you for packaging it.I had a few questions / possible suggestions, but please take them as tentative observations only — I may well be missing some Arch-specific/runtime issues that you already ran into and worked around.
.deb, it looks like Positron already bundles quite a bit underresources/app/extensions/positron-python/python_files/..., so I was wondering:I’m asking because, from the outside, it looks like some of these might possibly be moved to
optdepends, but I may be overlooking real runtime requirements.A few system library mappings I also noticed
atkmmindepends. My rough reading of the binary dependencies suggested the more directly relevant runtime pieces might be things likeat-spi2-core,glib2,cairo,libx11,libxcb, etc. Again, I’m not sure whether the current list reflects practical testing rather than direct ELF linkage, so I wanted to ask instead of assuming./usr/bin/positronsymlink In the Debian package, thepostinstscript creates/usr/bin/positron -> /usr/share/positron/bin/positron. I didn’t see that symlink directly in the payload, so I was wondering whether it might make sense to create it in the Arch package as well, unless there is a reason to intentionally avoid it.License install I may have read this wrong, but it looked like the current PKGBUILD does not install the upstream license file into
/usr/share/licenses/$pkgname/. Since the upstream package includesresources/app/LICENSE.txt, I wondered if that might be worth installing for completeness.Sorry in advance if I misunderstood any of the above. I’m mainly asking because I was comparing the upstream package layout with the PKGBUILD and wanted to better understand the design choices here.
If any of these points are useful and you’d like, I’d also be happy to test a revised PKGBUILD locally.
Thanks again.
danielvartan commented on 2026-03-05 02:05 (UTC)
Patch to 2026.03.0-212 https://github.com/ponte-vecchio/positron/pull/3
gnoblet commented on 2026-02-27 11:21 (UTC)
Patch to 2026.02.1-5: https://codeberg.org/gnoblet/positron-ide-devel-bin
rcgrosado commented on 2026-01-15 10:48 (UTC)
That worked @danielvartan, thanks!
danielvartan commented on 2026-01-14 20:28 (UTC)
@rcgrosado, Positron do not rely anymore on the Copilot Language Server binary. I had to logout and login with my GitHub account to make it work again.
rcgrosado commented on 2026-01-14 20:24 (UTC)
The latest version is giving me errors, even after downloading the latest Copilot Language Server. This one I hadn't had before:
2026-01-14 21:22:28.129 [info] Using the Electron fetcher. 2026-01-14 21:22:28.186 [error] [CopilotCLISession] Failed to load @github/copilot/sdk: TypeError [ERR_INVALID_ARG_VALUE]: The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received undefined 2026-01-14 21:22:28.187 [error] Failed to get all sessions: TypeError [ERR_INVALID_ARG_VALUE]: The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received undefined 2026-01-14 21:22:28.509 [info] FetcherService: electron-fetch failed with status: 404 2026-01-14 21:22:28.537 [info] FetcherService: electron-fetch failed with status: 404 2026-01-14 21:22:28.820 [info] FetcherService: node-fetch failed with status: 404 2026-01-14 21:22:28.845 [info] FetcherService: node-fetch failed with status: 404 2026-01-14 21:22:29.176 [info] FetcherService: node-http failed with status: 404 Not Found 2026-01-14 21:22:29.176 [info] FetcherService: node-http failed with status: 404 Not Found 2026-01-14 21:22:29.176 [warning] Invalid copilot token: missing token: 404 2026-01-14 21:22:29.178 [error] Error: Failed to get copilot token
danielvartan commented on 2025-12-10 01:33 (UTC)
The Copilot Language Server bundled with Positron is failing again.
I had to update it to the latest version in Positron 2025.12.0.167-1 to get Copilot working again.
If you are having this issue, try the steps in this comment: https://github.com/posit-dev/positron/issues/476#issuecomment-3239580585
mjandrews commented on 2025-10-23 13:35 (UTC) (edited on 2025-10-23 13:36 (UTC) by mjandrews)
I experienced problems with the
copilot-language-serverextension file when installing 2025.10.1.4-1, which is based on Positron-2025.10.1-4-x64.deb.Initially, I could not authenticate myself with GitHub Copilot using the Positron Assistant. I raised an question on the Positron discussion forum here: https://github.com/posit-dev/positron/discussions/10027. That discussion led me to look at the
copilot-language-serverextension file, which was getting corrupted during the installation, though I am not sure why or how or whether I was doing something wrong.In any case, I made a new PKGBUILD, which is available here for anyone interested: https://github.com/mark-andrews/positron-ide-archlinux-installer.
This seems to working for me now. It installed Positron without issues and I can use GitHub Copilot now and nothing else seems to be malfunctioning.
ponte-vecchio commented on 2025-10-03 00:46 (UTC)
For those of you wondering about the lack of update, since 2025.09.0-139 is still bugged I have been waiting for the next release version to come out.
ponte-vecchio commented on 2025-10-03 00:45 (UTC)
@produnis - This has always been the same release-based dev (and deb) binary pacakge! The dailies came later, which I do not plan on packaging.
1 2 3 Next › Last »