Search Criteria
Package Details: positron-ide-devel-bin 2026.01.0.147-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: | 8 |
| Popularity: | 0.21 |
| First Submitted: | 2024-06-30 04:24 (UTC) |
| Last Updated: | 2026-01-09 00:18 (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-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- 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, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-rk35xx-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-amber)
- nss (nss-hgAUR)
- pango (pango-gitAUR, pango-nothai-gitAUR)
- Show 60 more dependencies...
Latest Comments
1 2 3 Next › Last »
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.
produnis commented on 2025-10-02 17:19 (UTC)
so, is this still die "dev" version or a "stable" one?
mjandrews commented on 2025-09-11 20:16 (UTC) (edited on 2025-09-11 20:17 (UTC) by mjandrews)
In case it is of value of others, here's a patch that I used to bring this package up to date with the 2025.09.0-139 debs from Posit. Save the code below to a file named e.g. update.patch, clone https://aur.archlinux.org/positron-ide-devel-bin.git, do
git apply update.patch, thenmakepkg -sand thensudo pacman -Uthe zst file. It works fine for me.danielvartan commented on 2025-08-30 22:28 (UTC)
Regarding the GitHub Copilot issue: it originates from the version of the Copilot Language Server bundled with Positron. See this issue for a fix.
1 2 3 Next › Last »